problems with ASA 8.4 Nat Rules for a Web Server
- by Marko
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.