Link to home
Start Free TrialLog in
Avatar of tballin
tballin

asked on

Static NAT config for ASA 8.2

I'm trying to setup static NAT on an ASA 5505, but my config is not working.  Here's what I have so far:

static (inside,outside) 10.20.30.40 1.2.3.4 netmask 255.255.255.255
access-list outside_access_in extended permit tcp any host 1.2.3.4 eq 80
access-list outside_access_in extended permit tcp any host 1.2.3.4 eq 443
access-group outside_access_in in interface outside

Open in new window


Any idea what's going wrong?

FYI: 10.20.30.40 is the outside IP and 1.2.3.4 is the inside IP.
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Pre 8.3 the ACL should point to the PUBLIC ip not the private IP
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial