02-16-2012 10:50 AM - edited 03-11-2019 03:30 PM
Hello,
I've been trying to set up a simple port forward on a Cisco ASA 5505 (OS version 8.3.2).
I have an external IP 94.112.245.203 and I'd like to forward a port for Windows Remote Desktop (tcp/3389) to a server at 192.168.10.2.
Here are my object, nat and access-list configurations:
Here's how packet trace goes:
I've tried following several guides and all suggest the very same approach:
object network srv2003
host 192.168.10.2
nat (inside,outside) static interface service tcp 3389 3389
However I feel I must have missed something very basic about access-lists since none of the guides is discussing it.
Any help would be very much appreciated.
Regards,
Martin