为什么用netstat看有的tcp端口打开了,但却不能telnet呢?
netstat查看的部分结果如下:
[root@centos log]#netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1238/rpcbind
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1473/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1331/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1551/master
tcp 0 0 0.0.0.0:49927 0.0.0.0:* LISTEN 1256/rpc.statd
tcp 0 0 0.0.0.0:5672 0.0.0.0:* LISTEN 1594/qpidd
tcp 0 0 :::58859 :::* LISTEN 1256/rpc.statd
tcp 0 0 :::111 :::* LISTEN 1238/rpcbind
tcp 0 0 :::22 :::* LISTEN 1473/sshd
tcp 0 0 ::1:631 :::* LISTEN 1331/cupsd
tcp 0 0 ::1:25 :::* LISTEN 1551/master
我可以telnet 22口,但telnet 111 或 5672 却不行。两台机器在同一子网,中间没有防火墙。
why?
谢谢大家的回答!
分享至: