we have problem with mikrotik Static Routing

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

In Winbox it’s under IP > Routes

On the 192.168.1.0/24 network
Dst. Address: 192.168.0.0/24
Gateway: 192.168.1.210


On the 192.168.0.0/24 network
Dst. Address: 192.168.1.0/24
Gateway: 192.168.0.210

this is photo in my router 192.168.0.0/24 but lock any option u can see it plz

You have to click Add New and add the routes.

On the 192.168.1.0/24 network, Add New Route with these values:
Dst. Address: 192.168.0.0/24
Gateway: 192.168.1.210


On the 192.168.0.0/24 network, Add New Route with these values:
Dst. Address: 192.168.1.0/24
Gateway: 192.168.0.210

I did it but not working ???

That looks correct. To troubleshoot, capture the packets in the Mikrotik. Tools > Packet Sniffer. Set interface to ether5, save capture to a file on the Mikrotik.

Then Ping the remote network from your PC. Stop the packet sniffer, copy the file to your PC and open it with Wireshark.

A route doesn’t change dest IP in a packet, only the dest mac address.

So you should see a ping going into the Mikrotik with dest mac address of the Mikrotik. Then you should see the ping leaving ether5 with the dest mac address of the 192.168.0.210 device.

This test will tell you if fault is with your Mikrotik or the 192.168.0.210 device.

ping from my pc 192.168.0.89 to ping 192.168.1.210 and 192.168.1.1 and 192.168.1.12

the file in attachments.

thank’s