Hi,
Due to DNS issues (a host with Internet address in DNS that needs to be acessed using the namespace, but it's inside the local network) we need a NAT translating a external destination address to a Internal one.
ex:
source - Dest - Source - DNAT
Internal_NET(LAN) - Internet Address --> - Internal_NET - 192.168.0.z (IP in Internal Net)
From 192.168.0.x host (no other nats/rules) it works, but from 192.168.0.y (it has other nats, policy routing) do not work.
I tried to put just the host as source address and do not work. A direct ping from 192.168.0.y to 192.168.0.z works fine.
The NAT above is in the top of rulebase.
hosts file is not an option.
Please help.
This thread was automatically locked due to age.