OpenVPN Integration Guide for Linux

Follow

Comments

1 comment

  • Avatar
    Giovanni Mascia

    For those of you using Centos 7: the steps are pretty much the same as described in the Guide for Linux/Ubuntu, the only differences are:

    • You need to use the CentOS package manager yum, so you should execute the command "sudo yum install openvpn" instead of "sudo apt-get install openvpn"

    • Use the command "sudo systemctl start openvpn@<conf_file_name>.service" changing "conf_file_name" with the name of the configuration file downloaded from the EMnify portal (e.g, "sudo systemctl start openvpn@client.service" for a configuration file named "client.conf")
    • Open the configuration file with a text editor, find the "group nogroup" and replace it with "group nobody"

     

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.