Question : Problem: Multiple RDP connections through Cisco Router

Hi Everyone,

I am having trouble getting a cisco config to work. I am no were near a cisco junky and I can only do the basic configs with huge amounts of ? help reponses. I inherited a site from a previous "bad Tech" who was very very inconsistent with configurations. Anyway their net went down so I powered off the router and powered it back on, since then they have not been able to get their remote connections from their home anymore. That and the DHCP was turned off and caused numerous amounts off issues. I have found the IP's of the machines I want to get access to and added the IP nats into the config as per :

interface Dialer0
 ip address negotiated
 ip mtu 1452
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer idle-timeout 0
 dialer persistent
 dialer-group 1
 keepalive 10 3
 ppp authentication chap pap callin
 ppp chap hostname [email protected]t
 ppp chap password 7 1301411A011D0A38313D
 ppp pap sent-username [email protected]t password 7 110D4F0D1D03051E1E
33
 crypto map myvpn
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 192.168.0.0 255.255.255.0 192.168.5.2
!
!
ip http server
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip dns server
ip nat inside source list PRIV-NAT-ACL interface Dialer0 overload
ip nat inside source static tcp 192.168.1.11 3389 interface Dialer0 3388
ip nat inside source static tcp 192.168.1.1 1723 interface Dialer0 1723
ip nat inside source static tcp 192.168.1.1 47 interface Dialer0 47
ip nat inside source static tcp 192.168.1.1 80 interface Dialer0 80
ip nat inside source static tcp 192.168.1.1 43000 interface Dialer0 43000
ip nat inside source static udp 192.168.1.1 43000 interface Dialer0 43000
ip nat inside source static tcp 192.168.1.58 3389 interface Dialer0 3391
ip nat inside source static tcp 192.168.1.1 3389 interface Dialer0 3389
ip nat inside source static udp 192.168.1.1 53 interface Dialer0 53
ip nat inside source static tcp 192.168.1.1 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.1 53 interface Dialer0 53
ip nat inside source static tcp 192.168.1.1 443 interface Dialer0 443
ip nat inside source static tcp 192.168.1.1 110 interface Dialer0 110
ip nat inside source static tcp 192.168.1.1 25 interface Dialer0 25
ip nat inside source static tcp 192.168.1.2 3389 interface Dialer0 3390

ip nat inside source static tcp 192.168.1.169 3389 interface Dialer0 3392
ip nat inside source static tcp 192.168.1.168 3389 interface Dialer0 3393
!
ip access-list extended PRIV-NAT-ACL
 deny   ip 192.168.1.0 0.0.0.255 192.168.0.0 0.0.0.255
 permit ip 192.168.1.0 0.0.0.255 any
!
access-list 101 permit gre host 150.101.178.59 host 150.101.189.237
!
!
!
!

None of this now works. The two new IP nats i have put in are the ones that are spaced away from the others. I can get base 3389 port through to the server but the 3392,3393 ports are not working. Can someone help me, if i need to repost the full config please let me know. Also, can someone let me know how to delete the old entries. As the IP's are not the same, I want to remove them for future reference.

Answer : Problem: Multiple RDP connections through Cisco Router

firstly.. to remove config lines you'd type the word 'no' in front eg..

#no ip nat inside source static tcp 192.168.1.169 3389 interface Dialer0 3392

and that will delete that line only..

the two extra NAT's you've entered are correct, and should work fine..it dosent look like you've got any other access lists off Dialer0, but you 'may' have some on your Ethernet ports.. if you do post them up so we can make sure they're not blocking the RDP ports.. also make sure you're entering the port #'s  correctly in the RDP client..

also.. for future reference, you have posted type 7 cisco passwords.. you might want to get these changed now, as these are 'easily' decryptable, and anyone with an internode DSL account will now be able to use them..

Random Solutions  
 
programming4us programming4us