wangyu- / tinyfecVPN

A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support. Improves your Network Quality on a High-latency Lossy Link.
MIT License
2.28k stars 457 forks source link

[WARN]recv return -1,errno=No route to host #42

Open alaa2003 opened 6 years ago

alaa2003 commented 6 years ago

when ping ping 10.22.22.1 from client there is no ping and see bellow lines at client [WARN]recv return -1,errno=No route to host

-cmkqjtrscqrhl7icg5qkg

[root@vosnow ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT udp -- anywhere anywhere udp dpt:terabase ACCEPT udp -- anywhere anywhere state NEW udp dpt:https ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

Chain FORWARD (policy ACCEPT) target prot opt source destination REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

Chain OUTPUT (policy ACCEPT) target prot opt source destination

where is my problem and how to solve ?

wangyu- commented 6 years ago

[WARN]recv return -1,errno=No route to host

It typically means you have no network at client side.

Can you ssh into your server from client ?