How to make local server available from all subnetworks

Hi people!
I need your help in configuration mikrotik. Thank you in advance.

My task is the following: Configure mikrotik so that so that local server will be available from all subnetworks.
Mikrotik description/config: eth1(ISP, IP: 213.174.x.x), bridge_1 (eth1-eth2, ip: 192.168.44.1/22), bridge_2 (eth3-eth4, ip 192.168.48.1/22) and local server (ip 192.168.44.2). Attached to post diagram (network.png).

Thank you.
network.png

Use ip route and brigde address must by a default gateway
it shout work

Use ip route and brigde address must by a default gateway
it shout work

Hi tomgg1,

Sorry, but could you please explain it or provide reference on article about it?

Thank you.

router know about this netwroks in the ip routes this networks are connected so you don’t need to do anything
just in host in network 192.168.48.x/22 enter default gateway of bridge_2 192.168.48.1/22 then you get access to server
if firewall don’t block it

Thank you for help. I am going to check it tomorrow