Bridge

Part of bridge users can’t see whole network.
There are two Mikrotik servers on LAN, 192.168.0.2 and 192.168.0.3.
Server 192.168.0.2 has bridge with 192.168.1.0/24 users. But those users with 192.168.1.x can see only users who’s gateway is 192.168.0.2 and can’t see those whose gateway is 192.168.0.3. How can I fix this?

this happens because users with 192.168.0.3 gateway don’t have route to 192.168.1.0/24 network
either add route on those computers or change all masks to 16 (so all would be in one network)

Do you mean I need to add route from 192.168.0.3 server or do I need to add route on every computer who uses 192.168.0.3 gateway?

yes, you can do it on server too…