Optional: erspart Tipparbeit falls man den Router mal manuell/statisch irgendwo eintragen will.
https://blogs.infoblox.com/ipv6-coe/fe80-1-is-a-perfectly-valid-ipv6-default-gateway-address/
sysctl -w net.ipv6.conf.all.forwarding=1
(für v4)
sysctl -w net.ipv4.ip_forward=1
Debian
apt-get install radvd
Prefix 2001:db8:affe:beef
anbieten:
interface eth0 { AdvSendAdvert on; prefix 2001:db8:affe:beef::/64 { }; };
sysctl -w net.ipv6.conf.default.accept_ra=0