Question
August 5, 2008 at 06:23 AM
shumifan49

Nat multiple global IP’s and ports to multiple inside servers and ports

by shumifan49 . Updated 17 years, 12 months ago

My ADSL service provider (eclipse in UK) gives multiple static IPs. I would like to NAT port 80 of each external (WEB) IP to a different webser on my local network. I am using a Cisco 837/SOHO97.
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?

This discussion is locked

All Comments