程序出现 unable to connect to remote host怎么解决

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 07:41:38

程序出现 unable to connect to remote host怎么解决
程序出现 unable to connect to remote host怎么解决

程序出现 unable to connect to remote host怎么解决
可能有2种原因:
1:服务器的网络没有配好,可以用ping xxx.xxx.xxx.xxx来测试网络配置是否正确.
2:服务器上的telnetd和ftpd服务没有启动,用netstat -a 看看是否有telnet和ftp的端口在监听.没有的话,用setup将对应的服务配置为启动.