Dual stack Wi-Fi STA?

Is is possible to have a Wi-Fi station (not access point) with both an IPv4 & IPv6 address ?

Out of the box, the wired interface is dual stack, but if I try it on the Wi-Fi :

network.wan.ifname='wlan0'
network.wan.proto='dhcp'

network.wan6.ifname='wlan0'
network.wan6.proto='dhcpv6'

wireless.default_radio0.network='wan'

... then is only activates one stack, not both.

Yes, this works for me, but the "ifname" option for the WAN6 interface must be a pointer to the WAN network; try with:

network.wan6.ifname='@wlan0'
1 Like

@wan works !

Thanks !

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.