OpenVPN

Running in the background

Source

# With openvpn
sudo openvpn --config file.conf --daemon

# With sudo
sudo -b openvpn [--config] file.conf