Multiple router on bridged network

I have something like this

Mikrotik 1 192.168.10.254 ----- wireless bridge----- Mikrotik 2 192.168.10.253 ----- wireless bridge----- Mikrotik 3 192.168.10.252 ---- Link 2 10.20.40.0/24
|
|
Link 1
10.20.30.0/24

Clinets :192.168.10.xxx/24 Client GW:192.168.10.254

Mikrotik 1,2,3 are bridged network some subnet also client on this Mikrotik is in some subnet, and all clients have default get way Mikrotik 1.
Link 1, Link 2 are different subnets. Mikrotik, clients subnet 192.168.100.xxx/24.

I what to all clients have access to Link 2 like Link 1, default get way is Mikrotik 1 if I add static route to Mikrotik 1 all traffic need to go Mikrotik 3 Link 2.

All client have access to Link 1.
Adding GW on Mikrotik 1 10.20.40.0/24 GW 192.168.10.252 have access to Link2.
But when some access form network Link 2 to clients connected to Mikrotik2 traffic go frist on Mikrotik 1 then back Mikrotik 2 and Mikrotik 3 and have double traffic.
I try to and network 10.20.40.0/24 GW 192.168.10.252 on MIkrotik 2 seem to me this is solution.

Is someone have similar configuration multiple bridged router ? is this solution ? Some comments please ?
I know need to create small subnet for every Mikrotik but for now I canon use couple software need broadcast.

npero -
Well you are out of luck of what you want while using a bridged network. You network is performing just like a bridged network should…

If you want to get away from all of that then you need to go to a routed solution. You will also find that if you go to a routed solution you will have a much ‘cleaner’ network and you will have fewer issues with your clients having problems getting to each other and the Internet…

R/

Yes you are right. :frowning:
Only solution after today testing is adding static route to all client.
I try to to this by DHCP options code 249 but I don’t have right example try couple setup but not success DHCP adding static route.

For now searching example using MikroTik DHCP adding static route toWindows DHCP clients.
If someone have working example please post on forum.