Hey
I need to make a port fowarding from the WAN on port 8001 to the internal port 80 to access my phone system admin web-based tool and the port 80 on the WAN is already used for something else.
i want to know if i do this would i be able to reach my phone system on port 80 through the web brower remotely by entering PUBLIC IP:8001
is this setup possible??
the IT guy of my customer say's no
Hi,
Yes, it's possible
Example:
ip nat inside source static tcp 192.168.0.5 80 171.68.1.1 8001 extendable
Hope it will help.
Best regards,
Abzal