Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Nat multiple global IP's and ports to multiple inside servers and ports
I have PAT working so internet access from my local network is OK. I have managed to NAT a port (12000) from the first allocated IP to a server on the inside (I know it is not an HTTP webserver port). I would like to map port 12000 on the second IP to a different server. I have added the following line, but I still cant access the port on the second IP.
ip nat inside source static tcp 192.168.1.3 12000 x.x.x.x 12000 extendable
Could anybody help please?
I suppose first question is: Is this possible with the 837?