Setting Up a Simple VPN Connection

  • October 13, 2007
  • Avatar for jacob
    Jacob
    Peddicord

I get this question often from many: How does one use a Virtual Private Network in Linux?

The easiest way to accomplish this is with the help of Network Manager for both KDE (network-manager-kde) and GNOME (network-manager-gnome).

I'm going to use the GNOME version, however, the KDE variant is very similar. To start, your network must be managed by Network Manager and not through the standard method. You will have to sacrifice a static IP, but in the end you end up with a much easier method of connecting to a VPN.

Next, make sure you have at least one of the following packages installed (highlighted in green):

nmpkgs.png

PPTP should be installed for connecting to a Microsoft Windows VPN server. For a Cisco VPN, use VPNC. For everything else, OpenVPN will suffice.

Once you have them installed, restart Network Manager:

sudo NetworkManager restart

Then, click on the NM icon in your notification area. A new option, "VPN Connections," should be listed. From that menu you may add a VPN or (dis)connect one.

nmdesk.png

To add a connection, choose Configure VPN... and follow the configuration utility. The only options that should be noted are the name of the connection and the address. In most cases, everything else may be left at the default settings.

When you are finished, the new VPN connection should be listed in the menu (as is DACC above). To connect, simply click on the menu item and type in your username and password.

You should now be able to access all resources as if you were a part of that network. However, this also means that all of your connections are routed through that VPN tunnel. Be sure to disconnect from the network once finished with what you need to do, or you might see a speed hit on your connection.

Now have at it!

Avatar for jacob Jacob Peddicord

Home » Articles »