Live-IP-CONCEPT route a IP in any interface with Original ID
Hi,
Network IP Settings
WAN: IP Address 192.168.11.2
Gateway 192.168.11.1 (DSL Modem IP)
LAN: IP Address 192.168.0.1
LAN2: IP Address 192.168.100.2
Squid Proxy 192.168.100.1 (Squid Server IP)
What is LIVE-IP and y or wher need this,
1st) If you have more than one Internet IP's or IP-Pool (your ISP assign you 2 IP’s one you used in server WAN and one you have spear) or you want to use that internet IP into your internal network
2nd) if your main Server/Modem behind Mikrotik or NAT or you wants to direct access to main server with your own Clint-Side IP, without NAT
Example in Map
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


