Live-IP-CONCEPT route a IP in any interface with Original ID
From MikroTik Wiki
Revision as of 22:33, 9 September 2008 by Muhammad (talk | contribs) (New page: == example == Image:live 1.jpg Image:live 2.jpg == Setup == disable nat ( IP / Firewall / NAT / masquerade srcnat 192.168.0.200 Image:live 4.jpg create a mangle role in F...)
example
Setup
disable nat ( IP / Firewall / NAT / masquerade srcnat 192.168.0.200
create a mangle role in Firewall with new routing mark live (live is name of routing mark you can change it)
when 192.168.0.200 request for internet to mikrotik then mikrotik consider 192.168.0.200 as routing mark live
when 192.168.0.200 request to mikrotik with routing mark live then mikrotik route it with his ID (192.168.0.200) to Gateway 192.168.100.1, (Gateway chose you as yore choice)
setup completeTHE END


