cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
739
Views
0
Helpful
2
Replies

Setup Remote Desktop Connection (ip forwarding??)

BHEbrecht
Level 1
Level 1

Can someone please tell me how I can setup a remote desktop connection. I need to forward an ip address and not quite sure how. Been awhile since I used cisco. I am trying to use the rdc on 192.168.1.101.

Thanks!!

2 Replies 2

lgijssel
Level 9
Level 9

Make a static xlate for port 3389:

ip nat inside source static tcp 3389 192.168.1.101 3389

Regards,

Leo

Ok sorry, I should have mentioned that I have dhcp. So how would I type it as a dhcp(outside ip) or do I still have to put in the address, because the ip will always be changing. Also when I applied:

ip nat inside source static tcp 3389 192.168.1.101 3389

On the 192.168.1.101 I got a conflict with an ip address so I changed the address to 192.168.1.102 and that computer then showed the ip conflict. It shouldn't do that? Am I doing something wrong there.

Thanks again!!