Hi, all. Sorry I couldn't find what's the topic for troubleshooting.
Ever since I installed OpenWRT on my TP-Link TL-WDR4300 I have never been able to use the yellow switch ports for LAN
I tried to check the switch on the CLI and this is what I get (outputs sanitized for my sake)
root@openwrt:/# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
24: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
25: wlan-bridge: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
root@openwrt:/# ifconfig
br-lan Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.x.1 Bcast:192.168.x.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33799 errors:0 dropped:0 overruns:0 frame:0
TX packets:44189 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:11018555 (10.5 MiB) TX bytes:35659427 (34.0 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4948 errors:0 dropped:0 overruns:0 frame:0
TX packets:4948 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:452480 (441.8 KiB) TX bytes:452480 (441.8 KiB)
wlan-bridge Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.y.201 Bcast:192.168.y.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:41636 errors:0 dropped:24 overruns:0 frame:0
TX packets:28163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:32813264 (31.2 MiB) TX bytes:11256529 (10.7 MiB)
root@openwrt:/# swconfig dev switch0 show
Failed to connect to the switch. Use the "list" command to see which switches are available.
root@openwrt:/# swconfig dev eth0 show
Failed to connect to the switch. Use the "list" command to see which switches are available.
root@openwrt:/# swconfig list
root@openwrt:/#
I have tried rebooting, resetting, factory-resetting back to stock, to ddwrt, and back to openwrt. On stock and ddwrt switch works OK.
Idk what's going on. Need help, please.
JJ