I've been experimenting all morning and i've yet to get it working.
In DNAT/SNAT I have configured the following:
Traffic source: DMZ (Network) - 172.16.0.0/24
Traffic service: MS SQL
Traffic destination: DMZ SQL Server - 172.16.0.2
NAT Mode: DNAT
Destination LAN SQL Server - 192.168.0.2
Destination Service: MS SQL
What am I missing?
Essentially here's how it works, I have a webserver in the dmz (172.16.0.1) I want the web server to access the SQL server which is in the lan with an ip address of 192.168.0.2. I want to mask the address so when the webserver connects to the sql server it connects to 172.16.0.2 which nats the traffic to 192.168.0.2.
What have I missed?
This thread was automatically locked due to age.