Want to improve this question?开发者_如何学运维 Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionI am currently attempting to get remote desktop server access to a different server, and that server admin was asking me what ports I was using. I was unsure to what he meant, and how I could find out this info ?
Thanks
If it's Windows remote desktop, then TCP port 3389 is what you need to tell him, although I'd like to think the admin should know that information!
If you are using the default configuration it will be port 3389 that the server is listening on. For non-standard configurations it can be anything, only the server administrator will be able to tell you.
http://en.wikipedia.org/wiki/Remote_Desktop_Protocol
精彩评论