<?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 for DestinyBlog</title>
	<atom:link href="http://www.destinyforge.com/blogs/index.php?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.destinyforge.com/blogs</link>
	<description>Ramblings of an IT Admin</description>
	<lastBuildDate>Mon, 24 Aug 2009 19:10:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Setting up Client-Server OpenVPN on Vyatta 5 &#8211; Part3 by AtlantisAL</title>
		<link>http://www.destinyforge.com/blogs/?p=47&#038;cpage=1#comment-9992</link>
		<dc:creator>AtlantisAL</dc:creator>
		<pubDate>Mon, 24 Aug 2009 19:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.destinyforge.com/blogs/?p=47#comment-9992</guid>
		<description>I would look back at steps 5 and 7 in &lt;a href=&quot;http://www.destinyforge.com/blogs/?p=33&quot; rel=&quot;nofollow&quot;&gt;part 2&lt;/a&gt;.  By the &quot;WARNING&quot; in your comment, it looks like step 5 may have a value reversed, or it could also be from step 7.  From your given IP Addresses, I think you want 172.50.1.0/24 as the server value for step 7 and to &quot;–push route 10.10.100.0/24 255.255.255.0&quot; for a route in step 5.</description>
		<content:encoded><![CDATA[<p>I would look back at steps 5 and 7 in <a href="http://www.destinyforge.com/blogs/?p=33" rel="nofollow">part 2</a>.  By the &#8220;WARNING&#8221; in your comment, it looks like step 5 may have a value reversed, or it could also be from step 7.  From your given IP Addresses, I think you want 172.50.1.0/24 as the server value for step 7 and to &#8220;–push route 10.10.100.0/24 255.255.255.0&#8243; for a route in step 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Client-Server OpenVPN on Vyatta 5 &#8211; Part3 by Hendrik</title>
		<link>http://www.destinyforge.com/blogs/?p=47&#038;cpage=1#comment-9991</link>
		<dc:creator>Hendrik</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.destinyforge.com/blogs/?p=47#comment-9991</guid>
		<description>Hi

I found the problem on my Vyatta, it was a memory error.

And I have followed all your steps, but is still getting errors.

My HQ network - 10.10.100.0/24
Vyatta IP - 10.10.100.177

Remote Network - 172.16.11.0/24
Remote PC (XP) - 172.16.11.25

Virtual network - 172.50.1.0/24

My Vyatta and PC is directlu connected to the internet - No Firewall.

&quot;
Mon Aug 24 13:47:22 2009 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct  1 2
006
Mon Aug 24 13:47:22 2009 IMPORTANT: OpenVPN&#039;s default port number is now 1194, b
ased on an official port number assignment by IANA.  OpenVPN 2.0-beta16 and earl
ier used 5000 as the default port.
Mon Aug 24 13:47:22 2009 WARNING: No server certificate verification method has
been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Mon Aug 24 13:47:23 2009 UDPv4 link local (bound): [undef]:1194
Mon Aug 24 13:47:23 2009 UDPv4 link remote: 165.146.58.156:1194
Mon Aug 24 13:47:28 2009 [XXX.XXX.XXX.XXX] Peer Connection Initiated
 with 165.146.58.XXX:1194
Mon Aug 24 13:47:29 2009 Options error: Unrecognized option or missing parameter
(s) in [PUSH-OPTIONS]:2: topology (2.0.9)
Mon Aug 24 13:47:29 2009 WARNING: Since you are using --dev tun, the second argu
ment to --ifconfig must be an IP address.  You are using something (255.255.255.
0) that looks more like a netmask. (silence this warning with --ifconfig-nowarn)

Mon Aug 24 13:47:29 2009 There is a problem in your selection of --ifconfig endp
oints [local=172.50.1.2, remote=255.255.255.0].  The local and remote VPN endpoi
nts must exist within the same 255.255.255.252 subnet.  This is a limitation of
--dev tun when used with the TAP-WIN32 driver.  Try &#039;openvpn --show-valid-subnet
s&#039; option for more info.
Mon Aug 24 13:47:29 2009 Exiting
Press any key to continue...
&quot;


Thanks
Hendrik</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I found the problem on my Vyatta, it was a memory error.</p>
<p>And I have followed all your steps, but is still getting errors.</p>
<p>My HQ network &#8211; 10.10.100.0/24<br />
Vyatta IP &#8211; 10.10.100.177</p>
<p>Remote Network &#8211; 172.16.11.0/24<br />
Remote PC (XP) &#8211; 172.16.11.25</p>
<p>Virtual network &#8211; 172.50.1.0/24</p>
<p>My Vyatta and PC is directlu connected to the internet &#8211; No Firewall.</p>
<p>&#8221;<br />
Mon Aug 24 13:47:22 2009 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct  1 2<br />
006<br />
Mon Aug 24 13:47:22 2009 IMPORTANT: OpenVPN&#8217;s default port number is now 1194, b<br />
ased on an official port number assignment by IANA.  OpenVPN 2.0-beta16 and earl<br />
ier used 5000 as the default port.<br />
Mon Aug 24 13:47:22 2009 WARNING: No server certificate verification method has<br />
been enabled.  See <a href="http://openvpn.net/howto.html#mitm" rel="nofollow">http://openvpn.net/howto.html#mitm</a> for more info.<br />
Mon Aug 24 13:47:23 2009 UDPv4 link local (bound): [undef]:1194<br />
Mon Aug 24 13:47:23 2009 UDPv4 link remote: 165.146.58.156:1194<br />
Mon Aug 24 13:47:28 2009 [XXX.XXX.XXX.XXX] Peer Connection Initiated<br />
 with 165.146.58.XXX:1194<br />
Mon Aug 24 13:47:29 2009 Options error: Unrecognized option or missing parameter<br />
(s) in [PUSH-OPTIONS]:2: topology (2.0.9)<br />
Mon Aug 24 13:47:29 2009 WARNING: Since you are using &#8211;dev tun, the second argu<br />
ment to &#8211;ifconfig must be an IP address.  You are using something (255.255.255.<br />
0) that looks more like a netmask. (silence this warning with &#8211;ifconfig-nowarn)</p>
<p>Mon Aug 24 13:47:29 2009 There is a problem in your selection of &#8211;ifconfig endp<br />
oints [local=172.50.1.2, remote=255.255.255.0].  The local and remote VPN endpoi<br />
nts must exist within the same 255.255.255.252 subnet.  This is a limitation of<br />
&#8211;dev tun when used with the TAP-WIN32 driver.  Try &#8216;openvpn &#8211;show-valid-subnet<br />
s&#8217; option for more info.<br />
Mon Aug 24 13:47:29 2009 Exiting<br />
Press any key to continue&#8230;<br />
&#8221;</p>
<p>Thanks<br />
Hendrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Client-Server OpenVPN on Vyatta 5 &#8211; Part2 by AtlantisAL</title>
		<link>http://www.destinyforge.com/blogs/?p=33&#038;cpage=1#comment-9990</link>
		<dc:creator>AtlantisAL</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.destinyforge.com/blogs/?p=33#comment-9990</guid>
		<description>Hendrik,
Did you follow Part1 of the post?  Is Vyatta completely rebooting, or only the interface through the browser.  If it just appears to be the browser, then I would try a different browser.  If Vyatta itself is crashing and causing a restart, then I would try the above steps but do them via the command line instead of the new GUI.  (It is fairly new and there could be bugs associated)</description>
		<content:encoded><![CDATA[<p>Hendrik,<br />
Did you follow Part1 of the post?  Is Vyatta completely rebooting, or only the interface through the browser.  If it just appears to be the browser, then I would try a different browser.  If Vyatta itself is crashing and causing a restart, then I would try the above steps but do them via the command line instead of the new GUI.  (It is fairly new and there could be bugs associated)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Client-Server OpenVPN on Vyatta 5 &#8211; Part2 by Hendrik</title>
		<link>http://www.destinyforge.com/blogs/?p=33&#038;cpage=1#comment-9989</link>
		<dc:creator>Hendrik</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.destinyforge.com/blogs/?p=33#comment-9989</guid>
		<description>Hi

Everytime that I enter this setting and I commit,
My Vyatta disconnect and all my settings are lost.

Why would this happen?

Thanks
Hendrik</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Everytime that I enter this setting and I commit,<br />
My Vyatta disconnect and all my settings are lost.</p>
<p>Why would this happen?</p>
<p>Thanks<br />
Hendrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dilbert RSS Feed by David</title>
		<link>http://www.destinyforge.com/blogs/?p=25&#038;cpage=1#comment-4208</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 05 Dec 2006 00:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.destinyforge.com/blogs/?p=25#comment-4208</guid>
		<description>This does not seem to be working :(</description>
		<content:encoded><![CDATA[<p>This does not seem to be working <img src='http://www.destinyforge.com/blogs/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
