Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NAT 2 Seperate Outsite IP's to 1 internal IP

Status
Not open for further replies.

cknipe

MIS
Jul 28, 2005
597
US
Hi guys,
Im using the ASDM to try to setup a webconference server in my office. I already have 1 Static NAT rule that is NAT'ing 69.15.x.254 to 192.168.1.189. My web conference server requires a 2nd outside IP address to also be mapped to the same internal IP address (basically this 1st external ip is for port 80 & 443, the second is for port 443 only). When I try to add the second NAT rule, I get an error stating that My second rule overlaps with the first rule. Does anyone know how I can create the setup I am looking for....is this not a static NAT rule? Thanks,Chris

Cisco PIX Security Appliance Software Version 7.2(2)
Device Manager Version 5.2(2)
 
So you currently have it like this:
Code:
static (inside,outside) tcp 69.15.x.254 80 192.168.1.189 80 netmask 255.255.255.255 
static (inside,outside) tcp 69.15.x.254 443 192.168.1.189 443 netmask 255.255.255.255
and you want to add this:
Code:
static (inside,outside) tcp 69.15.x.253 443 192.168.1.189 443 netmask 255.255.255.255

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top