Open Louie-ru opened 1 year ago
Thanks for the elaborate issue report, I appreciate it.
Are you able to ping your DNS from the client? I.e. ping 8.8.8.8 from the client?
No, ping does not pass. I wanted to try to ping another client inside vpn (10.100.100.x), but failed to make correct second peer config. I tried commands
root@chinatest:~# tunsafe genkey
<private_key>
root@chinatest:~# echo "<private_key>" | tunsafe pubkey
<public_key>
root@chinatest:~# tunsafe genpsk
<preshared_key>
Then I modified PrivateKey, PublicKey, PresharedKey inside config - handshake failed. Also tried changing ip from 10.100.100.1 to 10.100.100.2 and still fail.
I have met the same problem, no internet after connected
I hosted my own server on Debian 10. Client is connected successfully and everything seems correct, but there is no internet connection available.
hosts file (without comments):
Server configuration after tunsafe start on server:
Client's log:
What I tried:
Where could be the problem and why I can not access internet using my hosted server?