heiher/hev-socks5-tunnel

No route to host

Closed this issue · 1 comments

debian os got issues like this:
127.0.0.1:59752 => No route to host (os error 113)

and I setup routes with the following commands:

Bypass upstream socks5 server

sudo ip route add SOCKS5_SERVER dev DEFAULT_IFACE metric 10
sudo ip -6 route add SOCKS5_SERVER dev DEFAULT_IFACE metric 10

Route others

sudo ip route add default dev tun0 metric 20
sudo ip -6 route add default dev tun0 metric 20

heiher commented

I need more details about 127.0.0.1:59752 and expected behavior.