How to mark packet/connection for 2 gateway 1 interface???

I have 2 gateway

  • 192.168.3.1 ( have destination to public 0.0.0.0/0 )
  • 192.168.3.4 ( have destination to other LAN 192.168.0.0/24 )
    connected to 1 interface = Ethernet1

How can I mark which connection/packet comes from 192.168.3.1, and which from 192.168.3.4 ???


Thanks in advance for your helps…

:slight_smile:

Please read documentation, it’s all there
http://www.mikrotik.com/testdocs/ros/2.9/ip/mangle.php

just set in prerouting in-interface to ether1 and dst-address to your gateway address

Sorry but it didnt work..