Link to home
Start Free TrialLog in
Avatar of solarisjunkie
solarisjunkieFlag for United States of America

asked on

ASA 8.2(1) to 8.6 NAT Configuration

I am trying to convert the NAT on my 8.2(1) version from a 5505 to my 5512-x 8.6. Below are the lines of code I wish to convert to the 8.6 version.

nat-control
global (inside) 1 interface
global (wlan) 3 interface
global (outside) 2 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 2 192.168.x.0 255.255.255.0
nat (wlan) 2 192.168.x.0 255.255.255.0
static (inside,outside) tcp interface 8080 192.168.x.170 8080 netmask 255.255.255.255
static (inside,outside) tcp interface 2222 192.168.x.227 ssh netmask 255.255.255.255
static (inside,outside) tcp interface 8888 192.168.x.24 www netmask 255.255.255.255
static (inside,outside) tcp interface 8090 web 8090 netmask 255.255.255.255
static (inside,outside) tcp interface 3390 192.168.x.173 3389 netmask 255.255.255.255
static (inside,outside) tcp interface 3391 192.168.x.168 3389 netmask 255.255.255.255
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America 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
Avatar of solarisjunkie

ASKER

Thanks much as I was so caught up trying to get it done that I didn't stop to realize that the upgrade would convert it for me.