Ubuntu and OpenVPN at Klagenfurt University

January 27, 2008 — 2 Comments

Have you ever wondered if you could use network manager to connect to the Klagenfurt University network? You can, and this is a short description on how to do it.

If you downloaded the script and executed it then you can easily use the network manager to connect/disconnect OpenVPN. You can put the following lines in a separate file called uni-klu.pcf (put it anywhere you like – just remember the location, you will need it later on):

[openvpn]
description=uni-klu
connection-type=x509
remote=143.205.212.10
port=1194
dev=tun
proto=tcp-client
servercert-insecure=no
ca=/etc/openvpn/ca.crt
cert=/etc/openvpn/USERNAME.ocrt
key=/etc/openvpn/USERNAME.okey
comp-lzo=no
shared-key=
local-ip=
remote-ip=
username=
cipher=
ta=
ta_dir=
routes=

Substitute USERNAME with your uni-klu username. THIS IS IMPORTANT!

OpenVPN plugin for network manager

You will need to install the OpenVPN plugin for network manager:

sudo apt-get install network-manager-openvpn

Setting up the OpenVPN plugin

Then logout and login into Gnome. You will see the network manager icon in the notification area (usually on the top-right of your screen) – click on it and select VPN ConnectionsConfigure VPN…. Choose to Add a new configuration, then Forward and Forward. Then choose Import Saved Configuration… and select the file you created earlier. Check the entered values and then Forward, Apply.

After that you can connect using the network manager icon – goto VPN Connections and select uni-klu. As simple as that.

2 responses to Ubuntu and OpenVPN at Klagenfurt University

  1. 

    Sorry, it’s Ubuntu 9.04. The instructions are in german.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s