Reputation:
How can I connect to vpn:
I have checked a lot of tutorials a lot of examples and a lot of Github projects but still I got no answer.
I have tried a lot of VPN Apps like:
and still I didn't find a way how to do it. A lot of tutorials say that it can be done using StringBuilder (which builds a string with all the infos) and another tutorial says it can be done by the command:
connect(hostname,username,password)
but it needs to be configured which I couldn't do. If is one of those two ways or is another answer?
Upvotes: 3
Views: 1778
Reputation: 36
For configuring vpn on mobile there are many free vpn apps which provide open authentication. But in case of using your own vpn you need to authenticate by someones server.
Go to mobile settings, check the networks settings section you will find there some vpn like tab.
Go to add option and follow with the vpn server you want to authenticate over there.
Install a native vpn app which you want to use and check which vpn server is running on remote server. You will be asked for some username and password and, and yes you are done.
Upvotes: 0