日期:2014-05-16  浏览次数:20567 次

无法telnet Linux的问题
[root@localhost tmp]# uname -a
Linux localhost.localdomain 2.6.32-71.el6.i686 #1 SMP Wed Sep 1 01:26:34 EDT 2010 i686 i686 i386 GNU/Linux

[root@localhost tmp]# netstat -tln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State  
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN  
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN  
tcp 0 0 127.0.0.1:21880 0.0.0.0:* LISTEN  
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN  
tcp 0 0 :::22 :::* LISTEN 

Win7 下用cmd命令行连接
C:\Users\Quain>ping 192.168.1.2
正在 Ping 192.168.1.2 具有 32 字节的数据:
来自 192.168.1.2 的回复: 字节=32 时间<1ms TTL=64
来自 192.168.1.2 的回复: 字节=32 时间<1ms TTL=64

C:\Users\Quain>telnet 192.168.1.2
正在连接192.168.1.2...无法打开到主机的连接。 在端口 23: 连接失败

请指教可能是什么问题。不胜感激,刚注册的用户,没什么分,解决必结。

------解决方案--------------------
linux里面有没有启动telnet server呀?