<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>René Samselnig&#039;s Weblog &#187; openvpn</title>
	<atom:link href="http://sdm-net.org/tag/openvpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://sdm-net.org</link>
	<description>Personal Entertainment and Knowledge Management</description>
	<lastBuildDate>Wed, 21 Dec 2011 06:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Ubuntu and OpenVPN at Klagenfurt University</title>
		<link>http://sdm-net.org/2008/01/ubuntu-and-openvpn-at-klagenfurt-university/</link>
		<comments>http://sdm-net.org/2008/01/ubuntu-and-openvpn-at-klagenfurt-university/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 18:27:49 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uni-klu]]></category>

		<guid isPermaLink="false">http://sdm-net.org/2008/01/ubuntu-and-openvpn-at-klagenfurt-university/</guid>
		<description><![CDATA[<p>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 [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>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.<span id="more-92"></span></p>

<p>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 &#8211; just remember the location, you will need it later on):</p>

<pre><code>[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=
</code></pre>

<p>Substitute USERNAME with your uni-klu username. THIS IS IMPORTANT!</p>

<h3>OpenVPN plugin for network manager</h3>

<p>You will need to install the OpenVPN plugin for network manager:</p>

<pre><code>sudo apt-get install network-manager-openvpn</code></pre>

<h3>Setting up the OpenVPN plugin</h3>

<p>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) &#8211; click on it and select <em>VPN Connections</em> &#8211; <em>Configure VPN&#8230;</em>. Choose to <em>Add</em> a new configuration, then <em>Forward</em> and <em>Forward</em>. Then choose <em>Import Saved Configuration&#8230;</em> and select the file you created earlier. Check the entered values and then <em>Forward</em>, <em>Apply</em>.</p>

<p>After that you can connect using the network manager icon &#8211; goto <em>VPN Connections</em> and select <em>uni-klu</em>. As simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2008/01/ubuntu-and-openvpn-at-klagenfurt-university/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

