I'm back again. Now that my Cisco ASA 5505 is connecting to the Internet and my inside VLAN and dmz VLAN appear to be working, I need to setup a number of port forwards so that I can access certain resources on my inside VLAN from the Internet (for example, a DVR at 10.0.0.201 and a few computers via Remote Desktop at various 10.0.0.xxx addresses on the LAN).
I have setup the necessary Static NAT rules in ASDM and specified the inside interface and 10.0.0.xxx host address under "Original" and the outside interface under "Translated" with the option to "use the interface address". I have checked the box to enable PAT and specified the protocols (TCP in some cases and UDP in others) and the particular port numbers (which should be the same for both "Original" and "Translated" as I understand it). I have also created an Access Rule as follows: Interface=outside / Action=permit / Source=any / Destination=outside / Service=tcp (and then another access rule for udp).
Made sure to hit Apply when each rule was setup and saved my configuration to flash. Sadly, I am unable to connect to any of my internal hosts.
BTW, I had also tried a single access rule for tcp-udp, which didn't work either.
Any help would be greatly appreciated.
ASA is version 8.2(1)
ASDM is version 6.2(1)
Thank you.
hostname(config)# static (inside,outside) tcp <outside IP address> <outside port> <inside IP address> <inside port> netmask 255.255.255.255
ACL Configuration:
access list should be extended implemented in IN direction on OUTSIDE interface where destination address is the original (private) address since NAT on ASA is done before ACL lookup.