cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
517
Views
4
Helpful
7
Replies

PIX with 2 HTTP Routes

townofnewmarket
Level 1
Level 1

My PIX currently has this statement:

static (inside,outside) tcp 74.74.74.74 www 192.168.10.5 www netmask 255.255.255.255 0 0

now I also want my box at 192.168.10.6 to be hittable with the real IP 74.74.74.75

yet I keep getting an "overlaps with" error out of the PIX when I issue the command to enable it. What am I missing?

1 Accepted Solution

Accepted Solutions

Ok so if you wanted

static (inside,outside) 74.74.74.75 192.168.10.6 netmask 255.255.255.255 0 0

it appears you already have it!

My guess is it gave you a warning the first time you entered it, then you tried to enter it again and is giving you an error because it already exists.

View solution in original post

7 Replies 7

acomiskey
Level 10
Level 10

So you added...?

static (inside,outside) 74.74.74.75 192.168.10.6 netmask 255.255.255.255

If it says "INFO:..." it is just an information message, not an error.

I added:

static (inside,outside) 74.74.74.75 192.168.10.6 netmask 255.255.255.255 0 0

and I get this:

ERROR: static overlaps with 74.74.74.75 to 192.168.10.6

What other statics do you have in place?

static (inside,outside) tcp interface 3389 192.168.6.9 3389 netmask 255.255.255.255 0 0

static (inside,outside) tcp interface telnet 192.168.1.201 telnet netmask 255.255.255.255 0 0

static (inside,outside) tcp 74.74.74.74 www 192.168.10.5 www netmask 255.255.255.255 0 0

static (inside,outside) tcp 74.74.74.74 https 192.168.10.5 https netmask 255.255.255.255 0 0

static (inside,outside) 74.74.74.74 192.168.10.5 netmask 255.255.255.255 0 0

static (inside,outside) 74.74.74.75 192.168.10.6 netmask 255.255.255.255 0 0

You can't have both of these at the same time...

static (inside,outside) 74.94.136.137 192.168.10.6 netmask 255.255.255.255 0 0

static (inside,outside) 74.74.74.75 192.168.10.6 netmask 255.255.255.255 0 0

as they both have 192.168.10.6.

typo on my part!

that first line was from an older config and does not apply. I corrected it in my previous post.

Ok so if you wanted

static (inside,outside) 74.74.74.75 192.168.10.6 netmask 255.255.255.255 0 0

it appears you already have it!

My guess is it gave you a warning the first time you entered it, then you tried to enter it again and is giving you an error because it already exists.

Review Cisco Networking products for a $25 gift card