cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
7
Helpful
2
Replies

1 Public IP mapping to many Private IPs?

imran_mcse
Level 1
Level 1

Mapping one public IP to many private IPs via different ports is normally supported in some firewalls.

What about Cisco PIX or ASA? Is this possible that we can configure that if somebody hit public IP 83.232.212.98 on port 8000 then take it to 192.168.1.1 and if same public IP got hit on port 9000 then map connect to 192.168.1.2. Is this possible? If yes then please somebody help me.

1 Accepted Solution

Accepted Solutions

acomiskey
Level 10
Level 10

Yes this is possible.

static (inside,outside) tcp 83.232.212.98 8000 192.168.1.1 8000 netmask 255.255.255.255

static (inside,outside) tcp 83.232.212.98 9000 192.168.1.2 9000 netmask 255.255.255.255

View solution in original post

2 Replies 2

acomiskey
Level 10
Level 10

Yes this is possible.

static (inside,outside) tcp 83.232.212.98 8000 192.168.1.1 8000 netmask 255.255.255.255

static (inside,outside) tcp 83.232.212.98 9000 192.168.1.2 9000 netmask 255.255.255.255

JORGE RODRIGUEZ
Level 10
Level 10

In addition to acomiskey static nat the ACL is a must.

access-list outside access_in permit tcp any host 83.232.212.98 eq 8000

access-list outside access_in permit tcp any host 83.232.212.98 eq 9000

access-group outside access_in in interface outside

Jorge Rodriguez
Review Cisco Networking products for a $25 gift card