I have my TP-LINK WR1043ND configured as a pseudobridge.
I have one device at port 1 (192.168.1.6) the other at port 2 (192.168.1.7).
I not able able to ping the deicces .6 to .7 or .7 to .6.
Both devices can access the main router and internet, no problem.
What can be wrong, or is it normal in pseudobridge mode ?
My network config:
root@OpenWrt:/etc/config# cat network
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 type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.2.1'
option ifname 'eth0.1 eth0.2'
config switch
option name 'rtl8366rb'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'rtl8366rb'
option vlan '1'
option ports '1 2 3 4 5t'
config switch_vlan
option device 'rtl8366rb'
option vlan '2'
option ports '0 5t'
config interface 'wwan'
option proto 'dhcp'
config interface 'stabridge'
option proto 'relay'
option network 'lan wwan'
option ipaddr '192.168.1.2'