The link-local address changes with every new PPPoE connection. So the route has to be set to the pppoe-wan
device instead of the link-local IPv6 address.
ip -6 route add default dev pppoe-wan
works. How can I make this permanent?
1 Like