04-26-2012 10:57 AM - edited 03-11-2019 03:58 PM
Hello friends...
I have 30 IP cameras with a private IP address:
10.1.1.1 – 10.1.1.30
I have a Cisco ASA 5510 firewall.
I want to be able to use one public IP address, example, 50.50.50.50
With a specific port to go to a different internal camera,
Example
50.50.50.50:3001 should be NATTED to camera 10.1.1.1
50.50.50.50:3002 should be NATTED to camera 10.1.1.2
50.50.50.50:3003 should be NATTED to camera 10.1.1.3
50.50.50.50:3004 should be NATTED to camera 10.1.1.4
Etc…
How do I do this? I know how to create NAT… just not like this, please help!!
Any help is greatly appreciated.
Thanks
David
Solved! Go to Solution.
04-26-2012 11:55 AM
Hi,
No worries.
static (inside,outside) tcp 50.50.50.50 3001 10.1.1.1 80
static (inside,outside) tcp 50.50.50.50 3002 10.1.1.2 80
static (inside,outside) tcp 50.50.50.50 3003 10.1.1.3 80
static (inside,outside) tcp 50.50.50.50 3004 10.1.1.4 80
static (inside,outside) tcp 50.50.50.50 3005 10.1.1.5 80
Dan
04-26-2012 11:18 AM
Hi David ,
What software version are you running ?
What port is used on the camera ?
Dan
04-26-2012 11:40 AM
ASA is 6.3
each internal IP camera is view over http:, so i am guessing 10.1.1.1:80
04-26-2012 11:44 AM
I do not think that the softward version of the ASA is 6.3 , this is an older version that was on PIX.
Isn't it this the ASDM version ?
Dan
04-26-2012 11:50 AM
hi...
sorry...
Cisco Adaptive Security Appliance Software Version 8.2(4)
Device Manager Version 6.3(5) Cisco Adaptive Security Appliance Software Version 8.2(4)
Device Manager Version 6.3(5)
04-26-2012 11:55 AM
Hi,
No worries.
static (inside,outside) tcp 50.50.50.50 3001 10.1.1.1 80
static (inside,outside) tcp 50.50.50.50 3002 10.1.1.2 80
static (inside,outside) tcp 50.50.50.50 3003 10.1.1.3 80
static (inside,outside) tcp 50.50.50.50 3004 10.1.1.4 80
static (inside,outside) tcp 50.50.50.50 3005 10.1.1.5 80
Dan
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