pacien / tincapp

Android binding and user interface for the tinc mesh VPN daemon.
https://tincapp.euxane.net
GNU General Public License v3.0
165 stars 31 forks source link

Unable to get VPN working #76

Closed Daniel15 closed 5 years ago

Daniel15 commented 5 years ago

I have tinc installed on a few computers and it's working great. Now I'm trying to get it working on my phone.

The config seems fine:

But I'm unable to hit any of the hosts on the VPN. For example, if I go to http://10.123.1.1/ in a browser, it never loads (this works fine from other systems on the VPN).

Any ideas?

pacien commented 5 years ago

Hello, Have you tried following the troubleshooting guide? In particular, you might want to check the system and tinc's internal routing rules in both directions. From what I see on the last screenshot, you might be missing a Subnet for your phone. For further assistance, I invite you to continue on the IRC channel (#tincapp on irc.freenode.net).

Daniel15 commented 5 years ago

Thanks for the reply! I'm on vacation at the moment but once I'm back I'll look further into the troubleshooting guide :)

Daniel15 commented 5 years ago

From what I see on the last screenshot, you might be missing a Subnet for your phone.

That was exactly the problem! Added Subnet = 10.123.1.7/32 to the phone's host config and it works now. Thank you @pacien 😃