Hi
I have a mikrotik and a cisco rouer same subnet (192.168.1.0/24)
mikrotik lan IP : 192.168.1.253
Cisco Rouer IP : 192.168.1.254
I want to add redirect to microtik src:192.168.1.0/24 dst:192.168.2.0/24 to Cisco:192.168.1.253
Can you help?
Thnx
Hi
I have a mikrotik and a cisco rouer same subnet (192.168.1.0/24)
mikrotik lan IP : 192.168.1.253
Cisco Rouer IP : 192.168.1.254
I want to add redirect to microtik src:192.168.1.0/24 dst:192.168.2.0/24 to Cisco:192.168.1.253
Can you help?
Thnx
Isn’t adding a static route just enough?
/ip route add dst-address=192.168.2.0/24 gateway=192.168.1.253
Else, if you need to redirect to the Cisco only the traffic coming from 192.168.1.0/24 you need a routing mark