cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
481
Views
0
Helpful
3
Replies

Port for Remote desktop behind the router

imranraheel
Level 1
Level 1

I have to use my system placed behind cisco router.Router have public IP where as system have local IP i want to access thsi system from out side.Is the below commands correct

ip nat inside source static tcp 10.0.0.5 3389 137.154.155.21 3389

Here 10.0.0.5 is system Ip and 137.154.155.21 is the router Ip is this correct

3 Replies 3

Collin Clark
VIP Alumni
VIP Alumni

Yes, don't forget to add ACL rules to allow the traffic.

HTH and please rate.

well which ACL should i make plz explain

Something like this-

access-list outside_access permit tcp any {public IP} eq 3389

[From your outside interface] ip access-group outside_access in

The 1st command permits traffic on port TCP 3389, the second apply's the ACL to an interface with a direction.

HTH and please rate.

Review Cisco Networking products for a $25 gift card