cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
23535
Views
5
Helpful
15
Replies

Setting up a port forward on ASA 5505 (8.3) using Static PAT

groundzerox15
Level 1
Level 1

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:

http://pastebin.com/U0CGZLJ9

Here's how packet trace goes:

http://pastebin.com/sKXxBPcY

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

15 Replies 15

Remove

nat (outside,inside) source static any any destination static interface srv2003 service rdp rdp

And try:

nat (inside,outside) source static srv2003 interface destination service rdp rdp

Review Cisco Networking for a $25 gift card