bigeagle / gohop

A VPN implemention in golang, with crypto and obfuscation in nature.
1.33k stars 195 forks source link

client not reachable from outside #24

Open gvsurenderreddy opened 6 years ago

gvsurenderreddy commented 6 years ago

gohop establish vpn connection between Server and client ,They both can ping each other with Public ip and private IP but from other network client cannot ping .HOw can i solve this and next issue is if connection from Server is lost Client cannot regain internet back again ,so we must restart physically ,sir can u give me solution how can i achieve both

dgrr commented 6 years ago

Hello. Probably is caused by NAT. For example in my university I cannot use any UDP VPN by this reason. I am trying to implement TCP mode.

Give me a feedback if you think that can be cause by another thing.

gvsurenderreddy commented 6 years ago

Sir if udp is blocked how gohop Server can ping gohop client .I Have installed gohop on digitalocean two VPS .Gohop Server and Gohop Client get connected from GOhop Server I can ping gohop public ip and Private IP .goHop server >>Gohop client i can do ssh and ping google it does ping if UDP is blocked it shouldn't ping and I shouldn't be able to connect gohop client from gohop server.MY main problem is when I ping gohop client from my Desktop or other servers i cannot ping the gohop client.Please can u give me some solution for it

surereddy commented 6 years ago

Hello sir i got the problem why its not working # whether to redirect flow through gohop redirect-gateway = false which is change i could get client and server work together . I can ping client now