Date: Wed, 24 Oct 2007 10:21:48 +0200 From: "Kevin Bortis" <wermut@gmail.com> To: freebsd-net@freebsd.org Subject: Re: dualstack IPv4/IPv6 ADSL PPPoE configuration? Message-ID: <f76300bb0710240121y338d2179o396c86bbf809a7f4@mail.gmail.com> In-Reply-To: <200710240736.l9O7a5PI003244@post.frank-behrens.de> References: <471E7C91.9050403@FreeBSD.org> <471EA800.5050105@ibctech.ca> <200710240736.l9O7a5PI003244@post.frank-behrens.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you for your answers. In the meantime I have found website describing the IPv6 capabilities of some OS's. I will test your suggestions on weekend. If all work I will write an update for the FreeBSD Handbook. The website was: http://internecine.eu/systems/freebsd-ipv6.html Regards Kevin PS: Native IPv6 is here!!!! < http://tunnelbroker.as8758.net/ On 10/24/07, Frank Behrens <frank@pinky.sax.de> wrote: > Steve Bertrand <iaccounts@ibctech.ca> wrote on 23 Oct 2007 22:03: > > >> The only IPv6 related info I have from the ISP is the address of the > > >> subnet. > > > > > > To implement dual-stack PPPoE setup you can use ppp or net/mpd4. Can't > > > say for sure about ppp, but with mpd all you need to do is to enable > > > ipv6cp protocol. After this daemon except IPv4 will also negotiate IPv6 > > > link-level addresses. All you need to do after that is to somehow > > > configure interface with your real IPv6 addresses using some daemon or > > > statically. > > > > > Does anyone have a working config that is capable of what the OP asked > > (dual stack IPv6 and IPv4) in a PPPoE environment? > > I had no problems with user-ppp: > > in ppp.conf: > enable ipv6cp > > in ppp.linkup: > add! default HISADDR > add! default HISADDR6 > > in rc.conf, where xxxx:xxxx:: is my subnet > ipv6_enable="YES" > ipv6_network_interfaces="net0 tun0 lo0" > ipv6_ifconfig_net0="xxxx:xxxx:: prefixlen 64 eui64 autoconf" > ipv6_gateway_enable="YES" > rtadvd_enable="YES" > rtadvd_interfaces="net0" > > > Do you see any problems with this setup? > Regards, > Frank > > -- > Frank Behrens, Osterwieck, Germany > PGP-key 0x5B7C47ED on public servers available. > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f76300bb0710240121y338d2179o396c86bbf809a7f4>