Skip to main content

All Questions

Tagged with
0 votes
0 answers
1k views

sudo systemctl start [email protected] doesn't want to work

I have a problem with the OpenVPN service. I've already changed the server.conf, sysctl.conf and before.rules settings, specifically these changes, tls-auth ta.key 0 # This file is secret cipher AES-...
Henrique's user avatar
1 vote
2 answers
928 views

Select random VPN target server when starting openVPN with systemd

I have written a systemd file to start my VPN Service using a particular configuration file. What I would like to be able to do is have this file replaced with a randomly selected configuration file ...
Nick's user avatar
  • 13
1 vote
1 answer
465 views

How to change the niceness of openvpn on debian?

I am currently using debian 8.2 with systemd. $ cat /etc/default/openvpn ... # WARNING: If you're running systemd the rest of the # options in this file are ignored. ... # Optional arguments to ...
JeanCaron's user avatar
  • 155