home.social

#radvd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #radvd, aggregated by home.social.

  1. Looks like I had to bump the value for AdvDefaultLifetime from 45 s to 1800 s in #radvd. Now I get a #ipv6 default gateway, let's see if it sticks when I put down my phone for a while.

  2. #IPv6 (zumindest via #radvd) ist bei uns nun temporär deaktiviert wegen #MTU Problemen, scheinbar zu diversen #Microsoft Seiten/Diensten. Dies macht sich dadurch bemerkbar, dass insbesondere größere Dateien/Seiteninhalte hier nicht geladen werden. Zur Zeit sieht es für uns aus, als ob sich #Microsoft nicht an IPv6-Standards hält (und insbesondere ICMPv6 Packet Too Big Nachrichten unkorrekterweise ignoriert). Aber wir sind da dran, das zu klären.

    Jetzt nur über IPv4 sollte es aber vorerst gehen.

  3. Help. How do I configure #radvd so my new S25 #android phone gets an #ipv6 default gateway? Or is it a #samsung issue?

  4. Anyone know if it's possible to tell #radvd to use my #WAN as the source of #IPv6 addresses? #Networking #Linux #NixOS

  5. If you have clients periodically lose the IPv6 default route, and are using #radvd to implement #SLAAC, the reason for the trouble can be that the net.ipv6.conf.<laniface>.forwarding is incorrectly configured as 0.

  6. If you have clients periodically lose the IPv6 default route, and are using #radvd to implement #SLAAC, the reason for the trouble can be that the net.ipv6.conf.<laniface>.forwarding is incorrectly configured as 0.

  7. If you have clients periodically lose the IPv6 default route, and are using #radvd to implement #SLAAC, the reason for the trouble can be that the net.ipv6.conf.<laniface>.forwarding is incorrectly configured as 0.

  8. If you have clients periodically lose the IPv6 default route, and are using #radvd to implement #SLAAC, the reason for the trouble can be that the net.ipv6.conf.<laniface>.forwarding is incorrectly configured as 0.

  9. If you have clients periodically lose the IPv6 default route, and are using #radvd to implement #SLAAC, the reason for the trouble can be that the net.ipv6.conf.<laniface>.forwarding is incorrectly configured as 0.

  10. Is it just me or is #radvd "::/64" prefix autodiscovery broken since it doesn't limit the prefix length to 64? If the ISP offers a wider than 64-bit block the autodiscovery will just pick that value as-is and advertise it. At least macOS and iOS will reject such overly wide RA.

    One fix for this is to just use explicit prefix stanza with "address::/64" but this requires that the radvd.conf is generated runtime based on the prefix obtained from the ISP.

    Since I didn't feel like having to keep regenerating the radvd.conf dynamically I just patched the send.c to limit the xprefix.PrefixLen to 64.

    I'm sure there's a better way but this problem looked like a nail to me.

    #IPv6 #SLAAC

  11. Is it just me or is #radvd "::/64" prefix autodiscovery broken since it doesn't limit the prefix length to 64? If the ISP offers a wider than 64-bit block the autodiscovery will just pick that value as-is and advertise it. At least macOS and iOS will reject such overly wide RA.

    One fix for this is to just use explicit prefix stanza with "address::/64" but this requires that the radvd.conf is generated runtime based on the prefix obtained from the ISP.

    Since I didn't feel like having to keep regenerating the radvd.conf dynamically I just patched the send.c to limit the xprefix.PrefixLen to 64.

    I'm sure there's a better way but this problem looked like a nail to me.

    #IPv6 #SLAAC

  12. Is it just me or is #radvd "::/64" prefix autodiscovery broken since it doesn't limit the prefix length to 64? If the ISP offers a wider than 64-bit block the autodiscovery will just pick that value as-is and advertise it. At least macOS and iOS will reject such overly wide RA.

    One fix for this is to just use explicit prefix stanza with "address::/64" but this requires that the radvd.conf is generated runtime based on the prefix obtained from the ISP.

    Since I didn't feel like having to keep regenerating the radvd.conf dynamically I just patched the send.c to limit the xprefix.PrefixLen to 64.

    I'm sure there's a better way but this problem looked like a nail to me.

    #IPv6 #SLAAC

  13. Is it just me or is #radvd "::/64" prefix autodiscovery broken since it doesn't limit the prefix length to 64? If the ISP offers a wider than 64-bit block the autodiscovery will just pick that value as-is and advertise it. At least macOS and iOS will reject such overly wide RA.

    One fix for this is to just use explicit prefix stanza with "address::/64" but this requires that the radvd.conf is generated runtime based on the prefix obtained from the ISP.

    Since I didn't feel like having to keep regenerating the radvd.conf dynamically I just patched the send.c to limit the xprefix.PrefixLen to 64.

    I'm sure there's a better way but this problem looked like a nail to me.

    #IPv6 #SLAAC

  14. Is it just me or is #radvd "::/64" prefix autodiscovery broken since it doesn't limit the prefix length to 64? If the ISP offers a wider than 64-bit block the autodiscovery will just pick that value as-is and advertise it. At least macOS and iOS will reject such overly wide RA.

    One fix for this is to just use explicit prefix stanza with "address::/64" but this requires that the radvd.conf is generated runtime based on the prefix obtained from the ISP.

    Since I didn't feel like having to keep regenerating the radvd.conf dynamically I just patched the send.c to limit the xprefix.PrefixLen to 64.

    I'm sure there's a better way but this problem looked like a nail to me.

    #IPv6 #SLAAC

  15. CW: IT network IPv6 stuff

    someone here got #zerotier running with a bridge and 6pane network inside of that?
    I already have #radvd advertising the route, but #kea #dhcpv6 seems not to work or the client does not do dhcpv6...

    Perhaps i should just try #isc-dhcpv6 🙄