cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
483
Views
0
Helpful
3
Replies

Quick Question, multiple IP addresses on PIX 506

asmith252
Level 1
Level 1

Have a really simple question I know it is possible to put multiple IPs' on the outside interface of the PIX, will the standard

ip address outside XXX.XXX.XXX.XXX XXX.XXX.XXX

command work? And if I use that will it erase the ip address I already have assigned to it? I need it for an internal webserver.

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Ashley

Yes it would overwrite it. If you want to represent the internal webserver on a different public IP than the outside interface IP you just use a static statement ie.

static (inside,outside) netmask 255.255.255.255

You don't have to assign this public IP to an actual interface.

Jon

Ok, I setup the static statement, but I don't think it worked because I tried to ping that public IP and I got nothing. Do I need to add an access-list to allowing traffic to it?

Sorry, yes you do. Once you have the static setup then you need to allow whatever ports you want to that public IP. This access-list needs applying to the outside interface.

Jon

Review Cisco Networking products for a $25 gift card