problems with ASA 8.4 Nat Rules for a Web Server
Posted
by
Marko
on Server Fault
See other posts from Server Fault
or by Marko
Published on 2012-06-05T15:30:35Z
Indexed on
2012/06/05
16:42 UTC
Read the original article
Hit count: 289
cisco-asa
Having problems with the NAT RULES and Access Rules changes on my ASA5505. Want to straight replace a 5505 with a newer 5505 and unfortunately this means dealing with old version 7.2 and the newer 8.4 configurations.
my old NAT RULE:
static (inside,outside) WebOutside WebInside netmask 255.255.255.255
and an Access Rule of:
access-list outside_access_in extended permit tcp any host WebOutside eq www
these dont work in 8.4 I understand there are some changed but I can find little information that makes any sense on how to configure these.
Any pointers welcomed.
© Server Fault or respective owner