Openvpn

From miki
Revision as of 09:40, 24 October 2016 by Mip (talk | contribs) (→‎Guides)
Jump to navigation Jump to search

Guides

Troubleshooting

Server not running (systemd)

After configuring the server (file /etc/openvpn/server.conf, the server does not start:

service openvpn start           # or systemctl start openvpn
service openvpn status          # show active (exited)
ps faux | grep openvpn          # no service running
service openvpn stop


We have to tell systemd to create new generators [1]:

systemctl daemon-reload
service openvpn start
ps faux | grep openvpn          # ok!