随笔 - 547  文章 - 213 评论 - 417 阅读 - 107万

 

可以用telnet测试远程服务器的端口是否开通,格式如下:

telnet <server name> <port number>

例如:

Telnet tserv 3389

 

来自:https://support.microsoft.com/en-us/help/187628/using-telnet-to-test-port-3389-functionality

拷贝内容如下:

Using Telnet to Test Port 3389 Functionality

Summary

Terminal Server Clients use TCP port 3389 to communicate with Terminal Server. A common problem in a WAN environment is that a firewall or other network filter prevents connectivity with this port. You can run a simple troubleshooting test to make sure the Client can connect to the port. Just try to telnet to the port from the Client.


To test the functionality of port 3389, use this command from the Client:


Telnet tserv 3389

where "tserv" is the host name of your Terminal Server.


If telnet is successful, you simply receive the telnet screen and a cursor. On the Terminal Server, Terminal Server Administration will show a blue computer icon with no other information. The Telnet connection will also consume an idle session.


The Terminal Server should disconnect the connection after a few minutes. Or, you can disconnect using Telnet.


This test tells you that you can connect over the port.


If Telnet reports that you cannot connect, there are several possible reasons:


  1. If you can connect by replacing "tserv" with the Terminal Server's IP address but not the host name, you may have a DNS or WINS resolution problem.
  2. If you can connect when "tserv" is the host name, but cannot connect when "tserv" is the computer name, then you may have a NetBIOS name resolution issue with WINS or an LMHOSTS file.
  3. If you cannot connect when "tserv" is the IP address, the host name, or the computer name, then it is likely that port 3389 is blocked somewhere in your WAN.

 

在Windows7下默认不开启telnet客户端,可以参考这个链接来开启: https://social.technet.microsoft.com/wiki/contents/articles/910.windows-7-enabling-telnet-client.aspx ,拷贝内容如下:

Windows 7: Enabling Telnet Client

Table of Contents

  1. The selected feature will be installed.

    Once it is installed, the Windows Features windows will be closed.

Summary

By default, Telnet Client is not enabled in Windows 7. To enable it, you have to add the Telnet Client Windows Feature.

posted on   今夜太冷  阅读(3923)  评论(0编辑  收藏  举报
编辑推荐:
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
阅读排行:
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架
点击右上角即可分享
微信分享提示