I have 2 RB951G, let's call it A and B.
RouterA:
- ether1: wan
-ether2-5: lan with dhcp server (192.168.10.0/24)
RouterB:
-ether1-2: bridge received ip from routerA (192.168.10.254/24)
-ether3-5: lan with dhcp server (172.16.10.0/24)
client with ip 192.168.10.0/24 can't ping client with ip 172.16.10.0/24 because they don't have routes. After routing them (Dst. 172.16.10.0/24 , Gw.192.168.10.254) ip 192.168.10.0/24 can ping gateway 172.16.10.1 but still can't ping client 172.16.10.0/24. Although client with ip 172.16.10.0/24 can ping client with ip 192.168.10.0/24 just fine.
Did i do something wrong?
Thanks in advance and sorry for my bad english.