[FS#1501] DS-Lite is broken on snapshot with some models
LEDE Bugs
lede-bugs at lists.infradead.org
Tue Apr 17 13:57:04 PDT 2018
The following task has a new comment added:
FS#1501 - DS-Lite is broken on snapshot with some models
User who did this - Tim Biermann (TimB87)
----------
Hey,
this is my /etc/config/network
root at OpenWrt:~# cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd73:0f87:3075::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth1.2'
option proto 'dhcp'
config interface 'wan6'
option ifname 'eth1.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4 6t'
I haven't configured my network, just installed dslite package via opkg and rebooted (which works fine on the same router with 17.01.4).
odhcp6c and dnsmasq was a rough guess. I really have no idea, I can just say that it looks like it is having a connection..
----------
More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=1501#comment4609
More information about the lede-bugs
mailing list