Re: dualstack IPv4/IPv6 ADSL PPPoE configuration?



Steve Bertrand <iaccounts@xxxxxxxxxx> 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-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: dualstack IPv4/IPv6 ADSL PPPoE configuration?
    ... To implement dual-stack PPPoE setup you can use ppp or net/mpd4. ... After this daemon except IPv4 will also negotiate IPv6 ... default HISADDR ... where xxxx:xxxx:: is my subnet ...
    (freebsd-net)
  • Re: IPv6 Security Scanner
    ... belief that when IPv6 rolls out, active scanning will become a thing ... i.e. the smallest IPv6 subnet address range is millions of ... Cross site scripting and other web attacks before hackers do! ...
    (Pen-Test)
  • IPv6 and default gateway
    ... My network has native IPv6 with IPv4 and I have a small IPv6 global ... I can't use that global subnet at all. ... of my router as my gateway address to IPv6 ...
    (comp.unix.tru64)
  • ipv6 forwaring issues eth0 sit1
    ... I am trying to run the Test IPv6 network within my subnet. ... Linux box with Tunneling and RADVD and want to use it as a gateway to 6Bone. ... Tunneling and routing done by the same host. ...
    (comp.os.linux.networking)