Centos openvpn
De SLM - MediaWiki
Sommaire
Client
Installation
yum install epel-release -y yum update -y yum install -y openvpn
Configuration
Générer un utilisateur sur le serveur
Télécharger le client *ovpn dans le repertoire /etc/openvpn/client/
Connexion
openvpn --auth-nocache --config /etc/openvpn/client/slemoal_centreon.ovpn
Connexion automatique au démarrage
nano /usr/lib/systemd/system/openvpn-client\@.service
#ExecStart=/usr/sbin/openvpn --suppress-timestamps --nobind --config %i.conf ExecStart=/usr/sbin/openvpn --auth-nocache --config %i.ovpn