airact 3 Posted ... I want to configure linux to use open vpn , I have to download the user certca certprivate key and for the user name and pass I guess I use the one I use to login to my airvpn acct Help please , I want to use this now! thank you Quote Share this post Link to post
zhang888 1066 Posted ... Please follow any of the steps desribed here:https://airvpn.org/linux/ The certificates are downloaded from the config generator section of the Client Area. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
airact 3 Posted ... Please follow any of the steps desribed here:https://airvpn.org/linux/ The certificates are downloaded from the config generator section of the Client Area. thank you and for the user name and password that of my accountalso I am using linux and this file has all the files in it so I have to save each file seperate to install or upload each one independentlyShold I name these files .ovpn or .config. I read that with linux there was a problem with dependencies where the .ovpn files should be renamed .config or something like that Quote Share this post Link to post
airact 3 Posted ... Please follow any of the steps desribed here:https://airvpn.org/linux/ The certificates are downloaded from the config generator section of the Client Area.It would be a good idea to make a linux mint tutorial to instal open vpn manually. I would be willing to pay for itLinux mint is very popular linux distro config and it is growing fast and this would bring customers to youHidemyass has a tutorial and they have an easier way to set this up but their service is not as reputable Quote Share this post Link to post
zhang888 1066 Posted ... There are no usernames or passwords, only certificates.Try the steps from the how-to section and report if there are any issues. Also, you might want to try the Eddie client, it runs on most distributions. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
airact 3 Posted ... There are no usernames or passwords, only certificates.Try the steps from the how-to section and report if there are any issues. Also, you might want to try the Eddie client, it runs on most distributions. I tried to use your software and it gave errors on the download, I will pay extra if you will coach me to get this started Quote Share this post Link to post
zhang888 1066 Posted ... You have to download this package: https://airvpn.org/repository/2.10/airvpn_linux_x64_debian.deb Then install it with:dpkg -i airvpn_linux_x64_debian.deb Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
airact 3 Posted ... It is saying I need to install dependencies, also I think my system is the 32 bit version but I tried both versions and it did not work Quote Share this post Link to post
airact 3 Posted ... It is saying I need to install dependencies, also I think my system is the 32 bit version but I tried both versions and it did not work cipher AES-256-CBCcomp-lzo noroute-delay 5verb 3route 103.254.153.100 255.255.255.255 net_gatewayca "ca.crt"cert "user.crt"key "user.key"tls-auth "ta.key" 1 using this information can you tell me what I should use as the gateway? I am trying to configure this manually , this will be better I think I have it ready Quote Share this post Link to post
zhang888 1066 Posted ... In order to run it manually (without Network Manager applet) you can simply startthe OpenVPN daemon from the terminal, pointing it to your config file as an argument. root@box:/# openvpn AirVPN_DE-Frankfurt_Tauri_UDP-443.ovpn Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
airact 3 Posted ... I am using linux mint 17, it has a network manager where I can add openvpn vpn services and then upload the keys and certs this is what I am referring to by do it manually, I need to avoid the command lineI have the certs installed but I can not find the gateway path, If I can put this data in and try to connect it should work, I am eperimenting with the singapore with port 80 ssh connection, can you tell me gateway? Quote Share this post Link to post
zhang888 1066 Posted ... Just type the AirVPN server you wish to connect to. The actual IPv4 gateway is assigned to you dynamically by the tunnel.Please make sure to import all the necessary config files and certificates to your connection manager, then theconnection will be available from the Network Manager menu. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
airact 3 Posted ... I found out the problem and I am suprised there is no information about this. The servers for ssh and ssl do not work, when you try to instal the ovpn files they shows gateways of an internal ip address 127.0.0.1. Why do all these not work. The regular ones without the ssh or ssl additions work Quote Share this post Link to post
SumRndmDude 22 Posted ... Likely because it takes additional software like stunnel to run the connection through SSH or SSL. The Linux tutorial from Air works great for connecting to a given server through UDP or TCP. Quote Share this post Link to post