I am configuring DNAT to allow access to an internal web server from an external IP. I can ping the external web IP both internally and externally.
Here is what I've done:
External IP is configured on the External Interface.
xxx.xxx.36.22 255.255.255.255
Defined External and Internal IP in Networks
External Web IP xxx.xxx.36.22 255.255.255.255
Internal Web IP 192.168.2.105 255.255.255.255
Configured DNAT (I'm assuming my problem is here).
Source : External Web IP
Destination: Internal Web IP
Service: HTTP
Change Destination to: External Web IP
No change in service detination
Packet Filtering:
I allowed
Any Any Any for to rule out packet filtering as the problem. This will be changed when I get dnat working.
What am I missing?
This thread was automatically locked due to age.