User Tools

Site Tools


networking:remote:openvpn

This is an old revision of the document!


OpenVPN

OpenVPN is an SSL-based VPN technology that can run on both Linux and Windows systems.

Client

Fedora 16

Installation

Verify these packages are installed (probably by default):

sudo yum install openvpn NetworkManager-openvpn

Command Line

cd Dropbox/VPN/MER/
sudo openvpn filename.ovpn

NetworkManager GUI

Using NetworkManager for VPN connections is easy for users to manage and doesn't require root or sudo permissions.

:!: If a .ovpn file is provided, use it for clues to configure the NetworkManager VPN connection.

Click NetworkManager icon → Network Settings

Click + (Plus Symbol) → VPN → Create → OpenVPN

  • Name of Connection
  • Remote VPN Server (Gateway)
  • Certificates (TLS)
  • Browse to certificate (.p12 file) assigned by OpenVPN admin
    • You might store your VPN configuration files and certs in a Dropbox folder
  • Password assigned by OpenVPN admin
  • Advanced
    • General Tab
      • Use LZO Compression
      • Use Custom MTU - 1400
    • Security Tab
      • Cipher - BF-CBC
networking/remote/openvpn.1326821709.txt.gz · Last modified: 2012/01/17 10:35 by gcooper