Hi everyone, I am using a Cudy WR3000 v1 that runs 24.10.5. My ISP is providing a Dual Stack Lite connection with PPPoE.
I was able to install the DS-Lite package and setup the WAN PPPoE connection.
The WAN connection is creating WAN_6 Virtual dynamic interface (DHCPv6 client) and a WAN_6_4 Virtual dynamic interface (Dual-Stack Lite (RFC6333)).
But as you can see the WAN_6_4 isn't receiving a proper IPv4 from the AFTR Gateway, which was happening on the ISP router.
There I could also see the available ports for forwarding on my connection.
Am I missing something in the configuration or is this simply not possible on OpenWRT?
Here is my /etc/config/network if needed
config interface 'WAN'
option proto 'pppoe'
option device 'wan.7'
option username 'xxx'
option password 'xxx'
option ipv6 'auto'
option metric '1'
option norelease '1'
config device
option name 'wan.7'
option type '8021q'
option ifname 'wan'
option vid '7'
