I have some wan address and some server in DMZ, how I can DNAT the request FROM DMZ server to public ip on WAN without MASQ ?
Example WAN IP ADRESS 77.77.77.1 -> DMZ Adress 192.168.38.1
request from 192.168.38.200 to 77.77.77.1 how I can DNAT to 192.168.38.1 ?
If I use MASQ the server 192.168.38.1 logs acess from out interface of firewall (ex.192.168.38.254) instead of ip address of 192.168.38.200
thanks
This thread was automatically locked due to age.