Question : Cisco ASA 8.3 RDP Configuration Syntax

I'm trying to configure a Cisco ASA5510 running ASA 8.3 & ASDM 6.3 for RDP but I'm a little confused by the syntax. Here is what the network looks like...

192.168.1.3 - inside windows server
192.168.1.1 - inside asa interface
192.168.0.150 - outside1 asa interface

Here's what I think I need:

access-list 110 extended permit tcp any host 192.168.0.150 eq 3389
access-group 110 in interface outside1
nat (inside,outside1) source static 192.168.1.3

Thanks for your help.

Answer : Cisco ASA 8.3 RDP Configuration Syntax

With 8.3 the method cisco uses to port forward has changed a little bit:  

It should look like:

access-list inbound extended permit tcp any object ob-192.168.1.3 eq 3389
object network ob-192.168.1.3
 host 192.168.1.3
object network ob-192.168.1.3
 nat (inside,outside) static interface service tcp 3389 3389


Random Solutions  
 
programming4us programming4us