On 2018-03-20, Mischa <obs...@high5.nl> wrote: >> On 20 Mar 2018, at 08:41, Marc Peters <m...@mpeters.org> wrote: >> 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. > > Is dhcpd able to pickup IPv6? I thought this needed to be done with > wide-dhcpv6?
dhcpcd, not dhcpd. Yes, dhcpcd can do DHCPv6 and DHCPv6-PD. ^ > The one thing I don't like about IPv6 at the moment, the trouble you > need to go through to get a IPv6 address on a PPPoE interface. :( With most ISPs to get a global address on the PPP interface itself you just need to do SLAAC ("inet6 autoconf" in hostname.XX). Delegation for "downstream" interfaces is a bit harder to configure. That's no worse than v4 though - the method normally used for this with v4 (setting it by hand) works on v6 of course if the ISP permits - but there's the extra option of using PD (possible but uncommon for v4; widely used for v6).