<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Quick simple tutorial/howto on OpenVPN with Debian</title>
	<atom:link href="http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/</link>
	<description>yet another useless blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 04:53:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: VPN &#124; :: user blog ::</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-15208</link>
		<dc:creator>VPN &#124; :: user blog ::</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-15208</guid>
		<description>[...] Guide ???? [...]</description>
		<content:encoded><![CDATA[<p>[...] Guide ???? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siddharth</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-14410</link>
		<dc:creator>siddharth</dc:creator>
		<pubDate>Tue, 04 May 2010 07:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-14410</guid>
		<description>my open vpn is confiured on 3 linux debian routers using tunnels with static keys. i have not defined any server or client just direct router to router tunnels to all of them is this practise safe and adviseable ?
or should i make a openvpn server and define the other routers as my clients ?
also can you advise me on how to enhace ma data security over the vpn .</description>
		<content:encoded><![CDATA[<p>my open vpn is confiured on 3 linux debian routers using tunnels with static keys. i have not defined any server or client just direct router to router tunnels to all of them is this practise safe and adviseable ?<br />
or should i make a openvpn server and define the other routers as my clients ?<br />
also can you advise me on how to enhace ma data security over the vpn .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knotme</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-12420</link>
		<dc:creator>knotme</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-12420</guid>
		<description>push &quot;redirect-gateway&quot; just stops all traffic. Here is what I have now for server config.
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 172.16.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
max-clients 1
client-to-client
user nobody
group users
persist-key
persist-tun
status openvpn-status.log
verb 3</description>
		<content:encoded><![CDATA[<p>push &#8220;redirect-gateway&#8221; just stops all traffic. Here is what I have now for server config.<br />
port 1194<br />
proto udp<br />
dev tun<br />
ca ca.crt<br />
cert server.crt<br />
key server.key<br />
dh dh1024.pem<br />
server 172.16.0.0 255.255.255.0<br />
ifconfig-pool-persist ipp.txt<br />
keepalive 10 120<br />
comp-lzo<br />
max-clients 1<br />
client-to-client<br />
user nobody<br />
group users<br />
persist-key<br />
persist-tun<br />
status openvpn-status.log<br />
verb 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knotme</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-12419</link>
		<dc:creator>knotme</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-12419</guid>
		<description>Also I did change to UDP and I can&#039;t use this command.
openvpn --genkey --secret ta.key</description>
		<content:encoded><![CDATA[<p>Also I did change to UDP and I can&#8217;t use this command.<br />
openvpn &#8211;genkey &#8211;secret ta.key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knotme</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-12418</link>
		<dc:creator>knotme</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-12418</guid>
		<description>I followed this guide. It was very useful and I want to thank you for doing this.

I do have 2 questions. 

1. Since this is not a bridged connection. Is there a way I can add some info to the server config to route all traffic through the connection. I really wanted to use this to hide my identity or IP and have secure traffic.

2. I would like to implement the tls-auth handshake with a secret key. How do I make this key? Should I be using UDP instead?

I installed this on Debian Etch and XP pro using the OpenVPN executable. Thanks</description>
		<content:encoded><![CDATA[<p>I followed this guide. It was very useful and I want to thank you for doing this.</p>
<p>I do have 2 questions. </p>
<p>1. Since this is not a bridged connection. Is there a way I can add some info to the server config to route all traffic through the connection. I really wanted to use this to hide my identity or IP and have secure traffic.</p>
<p>2. I would like to implement the tls-auth handshake with a secret key. How do I make this key? Should I be using UDP instead?</p>
<p>I installed this on Debian Etch and XP pro using the OpenVPN executable. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-10948</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 08 May 2009 10:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-10948</guid>
		<description>It seems to me Reece used &quot;../vars&quot; instead of &quot;. ./vars&quot; (note the space following the first dot)

Excellent guide; works great for me. Thanks!</description>
		<content:encoded><![CDATA[<p>It seems to me Reece used &#8220;../vars&#8221; instead of &#8220;. ./vars&#8221; (note the space following the first dot)</p>
<p>Excellent guide; works great for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-10606</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 08 Nov 2008 16:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-10606</guid>
		<description>what system are you running? 

the official openvpn howto says...

Next, initialize the PKI. On Linux/BSD/Unix:

. ./vars</description>
		<content:encoded><![CDATA[<p>what system are you running? </p>
<p>the official openvpn howto says&#8230;</p>
<p>Next, initialize the PKI. On Linux/BSD/Unix:</p>
<p>. ./vars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reece</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-10605</link>
		<dc:creator>Reece</dc:creator>
		<pubDate>Wed, 05 Nov 2008 22:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-10605</guid>
		<description>I had to manually create the
/etc/openvpn/easy-rsa/2.0/keys
directory before each script worked.

./vars
./clean-all
./build-ca

Also, ./vars worked for me instead of ../vars</description>
		<content:encoded><![CDATA[<p>I had to manually create the<br />
/etc/openvpn/easy-rsa/2.0/keys<br />
directory before each script worked.</p>
<p>./vars<br />
./clean-all<br />
./build-ca</p>
<p>Also, ./vars worked for me instead of ../vars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-10581</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-10581</guid>
		<description>Thanks. Good howto!</description>
		<content:encoded><![CDATA[<p>Thanks. Good howto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.annoying.dk/2007/10/14/quick-simple-tutorialhowto-on-openvpn-with-debian/comment-page-1/#comment-10539</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 17 Oct 2008 09:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annoying.dk/?p=10#comment-10539</guid>
		<description>thanks - always nice with some feedback.</description>
		<content:encoded><![CDATA[<p>thanks &#8211; always nice with some feedback.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
