316
submitted 3 months ago* (last edited 3 months ago) by lambalicious@lemmy.sdf.org to c/programmer_humor@programming.dev

Today in our newest take on "older technology is better": why NAT rules!

you are viewing a single comment's thread
view the rest of the comments
[-] Thiakil@aussie.zone 7 points 3 months ago

It should only be needed if your ISP is brain-dead and only gives you a /64 instead of what they should be doing and also giving you a /56 or /48 with prefix delegation (I.e it should be getting both a 64 for the wan interface, and a delegation for routing)

You router should be using that prefix and sticking just a /64 on the lan interface which it advertises appropriately (and you can route the others as you please)

Internal ipv6 should be using site-local ipv6, and if they have internet access they would have both addresses.

[-] dan@upvote.au 1 points 3 months ago* (last edited 3 months ago)

My ISP does this right (provides a /56 for routing), but unfortunately both are dynamic and change periodically. Every time I disconnect and reconnect from the internet, I get a different prefix.

I ended up needing to have ULAs for devices where I need to know the IPv6 address on my network (e.g. my internal DNS servers).

[-] Thiakil@aussie.zone 1 points 3 months ago

Indeed, that's correct ula usage, but shouldn't need nat rewriting. The global prefixes just need to be advertised by RA packets

[-] Thiakil@aussie.zone 1 points 3 months ago

I use openwrt on my home network which uses dnsmasq for dhcp. It can give a static suffix which just works with the global prefix on the interface and the site local / ula prefix it uses

[-] dan@upvote.au 1 points 3 months ago

Note that Android doesn't support DHCPv6, just in case you have Android devices and ever have to debug IPv6 on them.

[-] Thiakil@aussie.zone 1 points 3 months ago

Yup indeed. That's why it advertises both dhcp and slaac

load more comments (2 replies)
load more comments (2 replies)
load more comments (13 replies)
this post was submitted on 19 Jun 2024
316 points (85.7% liked)

Programmer Humor

19208 readers
1033 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS