I'm trying to configure my ASA (ASA 8.4(2), ASDM 6.4(5) ) to allow external access to a server (using RDP). I've tried everything, but it doesn't seem to be working. I'm sure it is something simple that I'm just not seeing.
Here is the relevant configuration
access-list Outside_access_in extended permit object RDP any object Priv_Vcenter01 log
nat (Inside,Outside) source static Priv_Vcenter01 Priv_Vcenter01 service RDP RDP
Any ideas?
Scott
Below are examples that use a specific object naming scheme -- designed for clarity -- as clear as is feasible in ASA 8.3+
Full Static NAT outside:2.2.2.2 <-> inside:192.168.0.100 with ACL for ASA 8.3+
For Static PAT on the ASA's outside interface with ACL.
Don't use 8.4 examples, NAT changed significantly over 8.2
Is that access list applied to the interface? Do a
sh access-group
Also assuming your objects are correct?