Re: [OpenWrt-Devel] DS-Lite interface is not coming up.

2015-03-13 Thread Steven Barth
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

Re: [OpenWrt-Devel] DS-Lite interface is not coming up.

2015-03-13 Thread Sekhar Avutu
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

Re: [OpenWrt-Devel] DS-Lite interface is not coming up.

2015-03-13 Thread Steven Barth
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

[OpenWrt-Devel] DS-Lite interface is not coming up.

2015-03-12 Thread Sekhar Avutu
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