Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Router set for RDP Access 1

Status
Not open for further replies.

grasscutter

Technical User
Jul 26, 2006
10
GB
Hello There,

Can anyone advise on what i need to do to set up outside RDP connections to internal microsoft servers.

Do is need a static translation? or can i preferably use a single outside ip address and setup port redirection.

Regards,

Derek.
 
Hi Derek,

Just add this line to your config:

ip nat inside source static tcp 10.0.0.1 3389 xx.xx.xx.xx 3389 extendable

where xx.xx.xx.xx is the external IP address and the 10.0.0.1 is the internal server.

HTH.


MCP,CCA,CCNA, Net+, Half CCNP...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top