[root@my1 ~]# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address Stat
e
tcp 0 0 0.0.0.0:32769 0.0.0.0:* LIST
EN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LIST
EN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LIST
EN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LIST
这是windows下的错误:
C:\Documents and Settings\Administrator>telnet 192.168.1.10
正在连接到192.168.1.10...无法打开到主机的连接 在端口 23 : 连接失败
这是我在虚拟机下telnet自己的结果:
[root@my1 ~]# telnet 192.168.1.10
Trying 192.168.1.10...
Connected to 192.168.1.10 (192.168.1.10).
Escape character is '^]'.
Fedora Core release 4 (Stentz)
Kernel 2.6.11-1.1369_FC4 on an i686
login: racoon
Password:
Last login: Sun Dec 25 15:42:02 from 192.168.1.10
[racoon@my1 ~]$