我有一个应该连接到localhost:9000的应用程序。但它失败了。 Telnet给了我:
telnet localhost 9000
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying 192.168.0.111...
Connected to localhost.
Escape character is '^]'
因此,当我更改应用程序配置并将其设置为连接到192.168.0.111:9000时,它可以正常工作。
有什么问题?
答案 0 :(得分:0)
您的配置文件中可能已注释掉localhost IP 127.0.0.7,但列出了外部服务的IP。如果您正在运行sendmail,请查看配置文件。