cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
632
Views
0
Helpful
5
Replies

ASA5510 NAT configuration question

David Hunt
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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

View solution in original post

5 Replies 5

Hi David ,

What software version are you running ?

What port is used on the camera ?

Dan

ASA is 6.3

each internal IP camera is view over http:, so i am guessing 10.1.1.1:80

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

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)

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card