Unnable to ping lan devices

Hello. I own an rb750 with the following configuration:

Ether1: PPoE Wan
Ether 2: PPoE Wan
Ether 3, 4 and 5: Bridge Lan - DHCP (192.168.10.0/24).


Inside that Lan, I have a wifi router with DHCP Server activated in the Wan (192.168.88.0/24).

I’m trying to ping a device that is on Wifi (192.168.88.26) from my RB (192.168.10.1) and I’m not succeeding.

my config attached.

Could someone give me a light? Thanks.
config.txt.rsc (9.75 KB)

Your router has no clue how to find the192.168.88.nnn network. It has no addresses on that network, and no route statement to know how to reach it.
Second - and I know only enough about bridges in ROS to be dangerous so take this with caution. You have one IP address assigned to one of the ports on the bridge rather than assigning the address to the bridge itself.

That’s all based on just a quick look.

I changed the IP binding to the bridge you mentioned and it worked. Thanks.