cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
480
Views
0
Helpful
1
Replies

Port re-direction on ASA 5505

lewisquin
Level 1
Level 1

I have set up port redirection on the ASA 5505 in the following way

static (inside,outside) tcp [global_ip] 80 [inside_ip] 80 netmask 255.255.255.255

static (inside,outside) tcp [global_ip] 25 [inside_ip] 25 netmask 255.255.255.255

static (inside,outside) tcp [global_ip] 443 [inside_ip] 443 netmask 255.255.255.255

and I have set up the appropriate ACL. But I see no traffic and this doesnt work.. it works fine if I use NAT rather than PAT.. also works fine on a ASA 5510

1 Reply 1

acomiskey
Level 10
Level 10

Usually this is an issue when [inside_ip] = outside interface ip. If that is the case you must change [inside_ip] to the keyword "interface".

static (inside,outside) tcp interface 80 [inside_ip] 80 netmask 255.255.255.255

Is this the case?

Review Cisco Networking products for a $25 gift card