Friday, April 6, 2018

Debian: OpenVPN Client Config

Getting your OpenVPN client up and running on Debian is easy.

Prerequisites: The openvpn.conf file from your VPN provider.

  1. apt-get instal openvpn
  2. apt-get install resolvconf
  3. Make sure the following settings are enabled in your openvpn.conf:
    • script-security 2
    • up /etc/openvpn/update-resolv-conf
    • down /etc/openvpn/update-resolv-conf
  4. openvpn --config /path/to/openvpn.conf

No comments:

Post a Comment