OpenWrt Forum Archive

Topic: Ping from LAN port 1 to LAN port 2 not possible Relayd

The content of this topic has been archived on 10 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

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'

@fyi
Thanks for your info

After hours of problem determination, here my results:
If i kill the relayd process all is working fine.
The relayd is definitly the cause of my problem. Hopefully relayd will be developed in the future.
I have tried to configure my router as a routed client, but still no success. It is to unstable.

At the moment, relayd is the best solution.
With all its restrictions.

have fun

The discussion might have continued from here.