<?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"
	>
<channel>
	<title>Comments on: OpenVPN setup on Centos 5.2</title>
	<atom:link href="http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/</link>
	<description>Notes for sharing</description>
	<pubDate>Tue, 07 Feb 2012 02:42:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: James Mitnick</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-170</link>
		<dc:creator>James Mitnick</dc:creator>
		<pubDate>Tue, 09 Nov 2010 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-170</guid>
		<description>Can i get someone to install and configure openvpn server on my vps ?</description>
		<content:encoded><![CDATA[<p>Can i get someone to install and configure openvpn server on my vps ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trudy Jilek</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-145</link>
		<dc:creator>Trudy Jilek</dc:creator>
		<pubDate>Fri, 06 Aug 2010 01:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-145</guid>
		<description>Are you sure you are forwarding the correct ports? GRE uses port 1723. You need to forward requests on port 1723 on your WAN to your internal host (server) on the same port.</description>
		<content:encoded><![CDATA[<p>Are you sure you are forwarding the correct ports? GRE uses port 1723. You need to forward requests on port 1723 on your WAN to your internal host (server) on the same port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milanemajmune</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-123</link>
		<dc:creator>Milanemajmune</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-123</guid>
		<description># openvpn –config openvpn.conf
Options error: Unrecognized option or missing parameter(s) in openvpn.conf:5: ca (2.0.9)
Use –help for more information.

Getting this error too.

Anyone got this sorted? Except for Milan who is full of great advices</description>
		<content:encoded><![CDATA[<p># openvpn –config openvpn.conf<br />
Options error: Unrecognized option or missing parameter(s) in openvpn.conf:5: ca (2.0.9)<br />
Use –help for more information.</p>
<p>Getting this error too.</p>
<p>Anyone got this sorted? Except for Milan who is full of great advices</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-102</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Wed, 06 Jan 2010 12:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-102</guid>
		<description>Check line 5 for error in openvpn.conf file</description>
		<content:encoded><![CDATA[<p>Check line 5 for error in openvpn.conf file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirostz</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-46</link>
		<dc:creator>mirostz</dc:creator>
		<pubDate>Thu, 05 Mar 2009 13:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-46</guid>
		<description>I paste wrong output here is the output of the configuration file:
# openvpn --config openvpn.conf
Options error: Unrecognized option or missing parameter(s) in openvpn.conf:5: ca (2.0.9)
Use --help for more information.</description>
		<content:encoded><![CDATA[<p>I paste wrong output here is the output of the configuration file:<br />
# openvpn &#8211;config openvpn.conf<br />
Options error: Unrecognized option or missing parameter(s) in openvpn.conf:5: ca (2.0.9)<br />
Use &#8211;help for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirostz</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-45</link>
		<dc:creator>mirostz</dc:creator>
		<pubDate>Thu, 05 Mar 2009 13:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-45</guid>
		<description>Hello guys I have a very strange problem i can not find anything about it in google. So i want to ask here can someone help me. I have installed and configured everything as i should lzo and openvpn are installed. I have generated all the keys for the server and i have done the server.conf file like this:
dev tun
proto tcp
port 1194

ca ca.crt
cert  server.crt
key  server.key
dh  dh1024.pem

user nobody
group nogroup
server 10.8.0.0 255.255.255.0

persist-key
persist-tun

#status openvpn-status.log
#verb 3
client-to-client

push "redirect-gateway def1"

#log-append /var/log/openvpn
comp-lzo

my crt and key files are in the same directory as my config file. but when i do 
]# openvpn --config server.conf
Options error: Unrecognized option or missing parameter(s) in server.conf:78: ca (2.0.9)
Use --help for more information.

I get this unusual error and i can not find out why it this happening whats wrong with ca ca.crt line 
Please help me.</description>
		<content:encoded><![CDATA[<p>Hello guys I have a very strange problem i can not find anything about it in google. So i want to ask here can someone help me. I have installed and configured everything as i should lzo and openvpn are installed. I have generated all the keys for the server and i have done the server.conf file like this:<br />
dev tun<br />
proto tcp<br />
port 1194</p>
<p>ca ca.crt<br />
cert  server.crt<br />
key  server.key<br />
dh  dh1024.pem</p>
<p>user nobody<br />
group nogroup<br />
server 10.8.0.0 255.255.255.0</p>
<p>persist-key<br />
persist-tun</p>
<p>#status openvpn-status.log<br />
#verb 3<br />
client-to-client</p>
<p>push &#8220;redirect-gateway def1&#8243;</p>
<p>#log-append /var/log/openvpn<br />
comp-lzo</p>
<p>my crt and key files are in the same directory as my config file. but when i do<br />
]# openvpn &#8211;config server.conf<br />
Options error: Unrecognized option or missing parameter(s) in server.conf:78: ca (2.0.9)<br />
Use &#8211;help for more information.</p>
<p>I get this unusual error and i can not find out why it this happening whats wrong with ca ca.crt line<br />
Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weakboy</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-43</link>
		<dc:creator>Weakboy</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-43</guid>
		<description>do some update
yum update -y

it will install openvpn 2.0 or later~ then things above come out</description>
		<content:encoded><![CDATA[<p>do some update<br />
yum update -y</p>
<p>it will install openvpn 2.0 or later~ then things above come out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehsan</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-41</link>
		<dc:creator>Ehsan</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-41</guid>
		<description>Hi,


bash-3.2# . ./vars
bash: ./vars: No such file or directory</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>bash-3.2# . ./vars<br />
bash: ./vars: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dids</title>
		<link>http://notes.brooks.nu/2008/08/openvpn-setup-on-centos-52/#comment-40</link>
		<dc:creator>Dids</dc:creator>
		<pubDate>Sat, 20 Dec 2008 16:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://notes.brooks.nu/?p=65#comment-40</guid>
		<description>Hmm, for some reason /etc/openvpn/certs doesn't exist even though I'm following your steps exactly. Any ideas why?</description>
		<content:encoded><![CDATA[<p>Hmm, for some reason /etc/openvpn/certs doesn&#8217;t exist even though I&#8217;m following your steps exactly. Any ideas why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

