we have problem with mikrotik ??

we have problem with mikrotik ??
there is this option in any router name is (Static Routing) but i don’t know where in milrotik >

i will tell you scenario

Head Office

1- Local Netwrok
2- Mikrotik Firewall RB2011UiAS-RM ip = 192.168.0.1/24
3- IP-VPN Cooper Line G.SHDSL Router ip= 192.168.0.210


Branch 2

1- Local Netwrok
2- Mikrotik Firewall RB2011UiAS-RM ip = 192.168.1.1/24
3- IP-VPN Cooper Line G.SHDSL Router ip= 192.168.1.210



ok I need when any pc in head office require 192.168.1.0/24 go to 192.168.0.210

and when any pc in branch 2 require 192.168.0.0/24 go to 192.168.1.210

i was remove firewall
and setup configuration from router adsl and every thing be ok

and configration this from 2 side but no any thing working ???

Local Network
Code: Select all

/ip route
add dst-address=192.168.1.0/24 gateway=192.168.0.210


Branch
Code: Select all

/ip route
add dst-address=192.168.0.0/24 gateway=192.168.1.210