Question : ASA 5505 port forwading rule for remote desktop to a LAN desktop

Dear Experts, I need help setting up remote desktop port forwarding for a couple of LAN workstations here. Users can connect to their machines remotely by entering a web host address such as me.domain.org in the remote desktop "computer: filed". I am changing firewalls. The workstations that have the rules in the current firewall are with a static IP addresses. I have the hosts names and the static IPs for the current users. I will attached the entries I have so far.  

So you know I took over this job in where there is no way for me to access the firewall. The previous admin did not leave me the password for Sonicwall password. I am replacing with an ASA5505 now. I want to go live with this firewall by Friday if possible.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
name 10.1.1.180 me.domain.org
object-group service remotedesktop tcp

access-list outside_access_in extended permit tcp any host me.domain.org object-group remotedesktop


access-list outside extended permit tcp any interface primary-isp eq 3389
access-list outside extended permit tcp any interface  eq 3389
access-list inside-servers extended permit tcp any any eq 3389
access-list inside-servers extended permit tcp any any eq www
access-list inside-servers extended permit tcp any any eq ftp
access-list primary-isp extended permit ip any any
access-list backup-isp extended permit ip any any
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 any

Answer : ASA 5505 port forwading rule for remote desktop to a LAN desktop

[19|20] means any character: 1, 9, 2, or 0 -- the vertical bar is redundant. The plus means one or more of the previous, so one or more of 1, 9, 2, or 0. The rest means exactly two numeric digits.

Try the following pattern instead:
1:
(19|20)\d{2}
Random Solutions  
 
programming4us programming4us