Hi guys.

Maybe you can send to me a link to read about this theme.

I have a tl-1043nd v2 with BARRIER BREAKER (14.07, r42625)

This is the actual network configuration:

root@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 'fda8:e0b1:74aa::/48'

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

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

config interface 'wan6'
    option ifname '@wan'
    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'

config switch_vlan
    option device 'switch0'
    option vlan '2'
    option ports '5 6'


I wan't make port 4 (the nearest port to the wan in this device) to allow another WAN connection. I create the vlan and this is what i got:

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'

config switch_vlan
    option device 'switch0'
    option vlan '2'
    option ports '5 6'

config switch_vlan
    option device 'switch0'
    option vlan '3'
    option ports '4'

But with this VLAN configuration i lost connectivity to wan1 and never get wan2 working

I have another router TL-WDR4300 v1 with VLANs + 2 WANs and this is working! I copy network configuration but this lost connectivity to my router.

At this moment i only have a PhD on "how reboot your router on failsafe mode and reset to defaults". At least i do this 20 times. :P


Best regards.

Emiliano
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to