我正在使用带有最新更新的 Centos 6.5。
我的问题是,每当我尝试连接到某些本地服务时,它就会挂起,例如:
wget 127.0.0.1
--2014-03-11 12:43:42-- http://127.0.0.1/
Connecting to 127.0.0.1:80...
After a while timeout...
Run Code Online (Sandbox Code Playgroud)
# ssh 127.0.0.1 -p 6060 -v
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 6060.
debug1: connect to address 127.0.0.1 port 6060: Connection timed out
ssh: connect to host 127.0.0.1 port 6060: Connection timed out
Run Code Online (Sandbox Code Playgroud)
它挂出超时。
与 telnet 相同,与连接到 irc 服务器相同。外部连接运行良好...
# netstat -tpln
Active Internet …
Run Code Online (Sandbox Code Playgroud)