zirias@
Developer
Hello all, this is so far a hypothetical question as I plan to stick with internet (DSL) providers that have a full dual-stack, but I'm still interested for the future, as more and more ISPs try to push "ds-lite".
Right now, with a simple ppp(8) config like this:
I get an IPv4 address assigned and also a link-local IPv6 address that can be used to get router advertisements etc.
Does anything change with ds-lite? Do I still get an IPv4 address from the ISP, or would it be my job to set up the tunnel for v4, and if so, how?
Right now, with a simple ppp(8) config like this:
Code:
default:
set log Phase Chat IPCP IPV6CP CCP tun command
set ifaddr 10.0.0.1/0 10.0.0.2/0
dsl:
set device PPPoE:<iface>
set authname XXXXXXXXXXX@myisp.invalid
set authkey XXXXXXX
set dial
set login
add default HISADDR
Does anything change with ds-lite? Do I still get an IPv4 address from the ISP, or would it be my job to set up the tunnel for v4, and if so, how?