You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having difficulties with the current instructions, until I started advertising router address instead of the prefix. To adjust the example config:
I added1 to the end of the prefix and told radvd that it's the router address instead of prefix by addingAdvRouterAddr on;.
Other potential issues:
forwarding has to be allowed in the firewall, in ufw this is in/etc/default/ufw which should say DEFAULT_FORWARD_POLICY="ACCEPT"
when forwarding is enabled, Linux stops accepting router announcements potentially breaking clearnet IPv6 unless explicitly configured to do otherwise sysctl -w net.ipv6.conf.all.accept_ra=2
The text was updated successfully, but these errors were encountered:
I was having difficulties with the current instructions, until I started advertising router address instead of the prefix. To adjust the example config:
I added
1
to the end of the prefix and told radvd that it's the router address instead of prefix by addingAdvRouterAddr on;
.Other potential issues:
/etc/default/ufw
which should sayDEFAULT_FORWARD_POLICY="ACCEPT"
sysctl -w net.ipv6.conf.all.accept_ra=2
The text was updated successfully, but these errors were encountered: