I've got a situation that I can't seem to get right.
I've an EOIP tunnel setup between 2 locations and at one location I have multiple IP address on the SAME EOIP interface and I do DSTNAT to internal IP's on the network:
Code: Select all
10.112.2.145/18 10.112.0.0 10.112.63.255 eoip-tunnel1
10.112.2.146/18 10.112.0.0 10.112.63.255 eoip-tunnel1
10.112.2.148/18 10.112.0.0 10.112.63.255 eoip-tunnel1
10.112.2.149/18 10.112.0.0 10.112.63.255 eoip-tunnel1
Code: Select all
chain=srcnat action=masquerade out-interface=eoip-tunnel1 src-address=192.168.1.5
Thanks my friends!