...on Wed, Apr 12, 2017 at 11:12:28AM +0200, Sterling Archer wrote: > On Wed, Apr 12, 2017 at 9:59 AM, Dimitris Papastamos <s...@2f30.org> wrote: > > Try this instead: > > !/sbin/route add -inet6 default -ifp pppoe0 fe80::%pppoe0 > That did the trick, dhcpcd is receiving router advertisments from > my ISP now. Thanks, Dimitris.
On that note - there's several cloud VM providers out there who assign a IPv6 network to customer VMs and then expect that fe80::1 is used as default gateway. In those cases, an interface tag is required too, as the system will usually have at least one other link-local network on the lo0 interface (that's not new in 6.1)... So, depending on the interface name, something like this works: > # fgrep fe80 /etc/mygate > fe80::1%vio0 Alex.