我应该使用 telnet 登录到远程计算机,但在我的任务中,没有 IP 地址!相反,我有主机名。我对此有点陌生,我不知道我应该得到什么。我被要求尝试以下步骤:
>telnet cs.purdue.edu
>telnet crete.dcs.gla.uk
我一直得到相同的结果:
Connecting To .......Could not open connection to the host, on
port 23: Connect failed
我知道 telnet 命令通常需要两个参数,但此任务中未指定!我尝试在服务上启用 telnet,但没有找到它,下载 telnet 客户端后我也重新启动了电脑,甚至尝试在两台不同的计算机上多次运行该命令,但结果仍然相同!这个问题有解决方案或说明吗?
操作系统:win 10
答案1
端口 23 是常用的 telnet 端口。您无法连接到 cs.purdue.edu,因为他们不允许。我也不能。
C:\WINDOWS\system32>telnet cs.purdue.edu
Connecting To cs.purdue.edu...Could not open connection to the host, on port 23: Connect failed
您和我无法采取任何措施来让普渡大学接受 telnet 连接。
您是否被明确指示使用 telnet 访问 cs.purdue.edu?