07-06-2005 03:58 AM - edited 03-02-2019 11:18 PM
I have a Edge router that faces the internet. The WAN side has a public address. The router then connects into a PIX 515. The network that spans the router to the PIX is simply named 10.10.1.0(10.10.1.1 on pix outside; 10.10.1.2 on FE int on router).
I have a Web Camera that needs to be viewed from the public. How can I set up the router and pix so that when incoming http requests come in; they are nat'ed properly and make it to the camera???
07-06-2005 05:15 AM
Hi,
Do you have a pool of IP addresses from the ISP or a single IP and you are doing PAT on that.
In this case your router will be doing the Natting and this web camera will be accessed by the people from outside using the public IP. I think what we can do is that you can have the IP of the camera set as self-static on the PIX and then natting the IP with a public IP using the Static NAT (if u have a pool of IP).
So on PIX, it would be like
static(inside,outside) x.x.x.x x.x.x.x
Please allow the respective traffic in your access-list on the PIX for the access.
An on router it would be :
ip nat inside source static x.x.x.x y.y.y.y
I think it should do this.
regards,
-amit singh
07-06-2005 05:58 AM
I only have one public ip; not a pool...
therein lies the problem. I have it NAT'ing for all users who leave our network now. I am not sure how to make it NAT for people coming inbound from outside....
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide