My office have a Cisco pix 501. We want to use another public ip that going to forward into this Axis video camera server. How would I go about this? Btw, i got it to work with single public IP, but Im abit perplexed when comes to setup 2 public IP in one single box. Any hints and tip would kindly appreciated.
kl
Didn't find your answer? Ask the community — no account required.
M
Martin Bilgrav
add another static with the new IP, its that simple !
S
Smokey
Are the IP's on the same subnet as the current outside IP? How many IP address has your ISP allocated to you?
M
Martin Bilgrav
That really doesn't matter, as long as the IP's are routed towards to PIX outside, the PIX will answer for the IP, if it has a static for it and a ACL. I.e. your PIX outside IP doesnt have to be on the same subnet as the static IP, but the pix will answer for it.
HTH Martin
S
Smokey
As I do understand and yes you are right, I must have misread the OP's post because I thought we were talking about IP address that are on different subnets via different providers. But as you have posted yes you are right the setup would be:
Your Public IP's 1.1.1.1 - 1.1.1.6 and your subnet is 255.255.255.248 and the PIX outside interface is 1.1.1.1 and .2 - .6 are usable then
access-list outside_access_in permit tcp any host 1.1.1.2 eq whateverportaxisuses
and the 192.168.0.100 would be the internal IP of the axis server...
Sorry for the brain mishap, it is monday however :)
M
Martin Bilgrav
and in addition to this, if you have a secondary or second IP range routed to the same ethernet segment as the pix outside interface. fx sec range = 2.2.2.1 -.6 you can do this, even if your pix outside = 1.1.1.1 : static (inside,outside) 2.2.2.2 192.168.0.101 netmask 255.255.255.255 access-list outside_access_in permit tcp any host 2.2.2.2 eq whateverportaxisuses
(btw your static syntax is wrong) HTH Martin
S
Smokey
Ah, no netmask on the public interface... Thanks...
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.