I'm trying to create proper policies for establishing NAT from one address in a non-public zone to one in a different non-public zone. For instance NAT that maps a LAN IP to one in the DMZ, or from one LAN to another, e.g. map 192.168.1.5 to 192.168.2.10.
I assumed the way to accomplish this was with a Business Application Rule, as with WAN-based NAT which I have implemented and which works as expected. However when I tried to use a similar rule to map a LAN address to one in the DMZ, with proper network policies already in place, the XG Firewall doesn't seem to want to do the translation. This is what I tried:
Source: Any
Hosted Server:
* Source Zone: LAN
* Hosted Address: {IP Host object in LAN} [e.g 192.168.1.5]
Protected Application Server(s):
* Protected Zone: DMZ
* Protected Application Server(s): {IP Host object in DMZ} [e.g. 192.168.2.10]
* Forward all ports: ON
Routing:
* Rewrite source address (Masquerading): OFF {I have also experimented with ON+MASQ}
everything else: OFF
If this is not the correct way to do this and there is an alternate method that works, please enlighten me.
This thread was automatically locked due to age.