config interface 'wan6'
option proto 'static'
option ifname 'eth1'
option ip6addr '2001::50'
config interface 'lq'
option proto 'dslite'
option ip6addr '2001::100'
option peeraddr '2001::200'
option tunlink 'wan6'
In your dslite sectio
Hi Steven,
Thanks for the reply.
Here is my /etc/config/network configuration.
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
o
Please post:
your complete /etc/config/network
the output of "ubus call network.interface dump"
so we can see what's going on on your system.
Your problem description is not really exhaustive.
Also note that dslite doesn't support ipaddr or netmask parameters since
RFC6333 specifies fixed IPv4
I have UCI configuration
config interface 'wan'
option proto 'dslite'
option ip6addr '2001::100'
option peeraddr '2001::200'
option ipaddr '192.168.0.2'
option netmask '255.255.255.0'
in /etc/config/network.
when i run netifd, the dslite interface is not u