On Mon, Mar 19, 2018 at 11:27:12PM +0000, Peter van Oord van der Vlies wrote: > Hello Misc, > > > Today i replaced my cisco 881 because it wasn't able to handle the bandwidth > anymore. > > > I had a working ipv6 setup for years with the following relevant part from my > cisco wan interface > > config part: > > ipv6 address autoconfig > > ipv6 enable > > ipv6 nd ra interval 30 > > ipv6 dhcp client pd my_prefix rapid-commit > > On my obsd wan interface i did ifconfig pppoe0 inet6 autoconf but i am not > getting any global address. > > Anyone here that can set me into the right direction ?
I use dhcpcd for on the WAN Interface to receive the prefix delegation. On the internal network, i use slaac with rtadvd. The README for dhcpcd provides the necessary information. hth, Marc