Hello,

here we go - the system is no longer reachable using IPv6 link local or
192.168.1.1.

I changed the swtich configuration, only.

Screenshot:
http://jluehr.de/owncloud/index.php/s/DtjWvXzhQV30FbM

/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 'fd92:ca4c:8920::/48'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option ifname 'eth1'
        option proto 'dhcp'

config interface 'wan6'
        option ifname 'eth1'
        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 4'
        option vid '1'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '0t 1t 2t 3t 4t'
        option vid '23'


Am 06/19/2017 um 09:03 AM schrieb Jo-Philipp Wich:
> Hi.
> 
> Please make a screenshot of your settings or paste the generated 
> /etc/config/network here.
> 
> Also consider doing the switch config via wireless, this allows for simpler 
> recovery after a config mistake.
> 
> ~ Jo
> 
> _______________________________________________
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
> 

-- 
For those of you without hope, we have rooms with color TV,
cable and air conditioning

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to