Hi,
We are having a weird issue with with port forwarding rules.
We have a web server that requires port 80 forwarding to it, we have the following rules in place:
NAT Rule -
;;; Network NAT chain=srcnat action=masquerade src-address=0.0.0.0/0 out-interface=Public VLAN
Port Forward Rule -
;;; TOPdesk chain=dstnat action=dst-nat to-addresses=10.1.2.2 to-ports=80 protocol=tcp dst-address=[color=#FF0000](xx.xx.xx.xx)[/color] in-interface=Public VLAN dst-port=80
Externally this works a treat.
The issue is when we try and load the same page internally using the Public IP or Domain name it doesn’t work, we have to use the local IP which does load.
Any ideas?