telnet --- no route to host solution "iptables -F " in the target machine…
出错现象: [root@localhost ~]# telnet 192.168.1.128 Trying 192.168.1.128...telnet: connect to address 192.168.1.128: No route to host telnet: Unable to connect to remote host: No route to host 解决办法: 在telnet服务器上执行:iptables -F   清除所有规则(太暴力了...)…
原因是 防火墙没有开端口. telnet 测试 3306端口,报错 telnet: connect to address 192.168.120.32: No route to host 再次链接就可以了.…
在要连接的服务上执行iptables -F…
用iptables -F这个命令来关闭防火墙,但是使用这个命令前,千万记得用iptables -L查看一下你的系统中所有链的默认target,iptables -F这个命令只是清除所有规则,只不会真正关闭iptables.想象一下,如果你的链默认target是DROP,本来你有规则来允许一些特定的端口, 但一旦应用iptables -L ,清除了所有规则以后,默认的target就会阻止任何访问,当然包括远程ssh管理服务器的你. 所以我建议的关闭防火墙命令是 iptables -P INPUT…
linux网络编程 no route to host 解决方案 [整合资料] (2013-05-13 21:38:12) 转载▼ 标签: net iptables it 分类: Linux 参考资料http://1413570.blog.51cto.com/1403570/792861http://2614223.blog.51cto.com/2604223/764757 在vmvare里面配了两台mysql,发现用mysql连不上mysql服务器,用telnet登录mysql的3306端口,发…
服务器环境 centos 7.4 问题描述 1.可以ping通IP ,用IP访问nginx 不能访问,在服务器上curl localhost  curl 185.239.226.111可以获得 [root@izm5e16gjdevwdl8q7q3qoz ~]# curl 185.239.226.111curl: (7) Failed connect to 185.239.226.111:80; No route to host 解决办法 iptables -F  清空防火墙配置 这时候查询ipt…
2017-10-12 07:25:59,270 [myid:1] - WARN [QuorumPeer[myid=1]/0:0:0:0:0:0:0:0:2181:QuorumCnxManager@368] - Cannot open channel to 3 at election address /192.168.183.12:3888java.net.NoRouteToHostException: No route to host at java.net.PlainSocketImpl.so…
实验环境: centos7 x2 server-vsftp:192.168.1.32 client:192.168.95 客户端测试访问 ftp服务器 报错:ftp: connect: No route to host, 排除思路: 1.服务器与客户端是否互通, 2.防火墙是否启用 解决: 1.在/etc/sysconfig/iptables-config 文件中 更改 IPTABLES_MODULES="" 为 IPTABLES_MODULES="ip_nat_ftp ip…
IdTCPClient1 ios10 no route to host IOS 9 正常 IOS10 出错,参考下面的设置解决问题 http://www.sh-huhe.com/solution/141.html 设置>网络>允许 app访问网络. ios10.0.2 使用无线局域网与蜂窝移动的应用 给界面上放一个browse控件,打开程序的时候就会有提示,是否允许访问网络.…