this post was submitted on 19 Jun 2024
        
      
      312 points (85.5% liked)
      Programmer Humor
    27113 readers
  
      
      1423 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
          
          
Indeed, that's correct ula usage, but shouldn't need nat rewriting. The global prefixes just need to be advertised by RA packets
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
Note that Android doesn't support DHCPv6, just in case you have Android devices and ever have to debug IPv6 on them.
Yup indeed. That's why it advertises both dhcp and slaac
Yeah I'm not using NAT, sorry for the confusion.
My router doesn't support RAs for a ULA range though, so I'm running radvd on my home server.