<?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: OpenVPN Implementation</title>
	<atom:link href="http://nirlog.com/2006/11/09/openvpn-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://nirlog.com/2006/11/09/openvpn-implementation/</link>
	<description>Technology, Life and other stuff that come along...</description>
	<lastBuildDate>Sat, 04 Sep 2010 09:38:32 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Niranjan Kunwar</title>
		<link>http://nirlog.com/2006/11/09/openvpn-implementation/comment-page-1/#comment-153362</link>
		<dc:creator>Niranjan Kunwar</dc:creator>
		<pubDate>Mon, 30 Jun 2008 20:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://nirlog.com/2006/11/09/openvpn-implementation/#comment-153362</guid>
		<description>Hi Samba,

It might be the firewall setting in your VPN server.</description>
		<content:encoded><![CDATA[<p>Hi Samba,</p>
<p>It might be the firewall setting in your VPN server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samba</title>
		<link>http://nirlog.com/2006/11/09/openvpn-implementation/comment-page-1/#comment-152776</link>
		<dc:creator>Samba</dc:creator>
		<pubDate>Wed, 25 Jun 2008 13:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://nirlog.com/2006/11/09/openvpn-implementation/#comment-152776</guid>
		<description>Hi,

thanks for your tutorial. I&#039;ve exactly followed it but I can not ping from my windows client, the servers of my local Network (&quot;ping 192.168.1.2&quot; from the client is not working). I can successfully ping the VPN server (192.168.1.1 for example). What&#039;s wrong ?

Ragards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for your tutorial. I&#8217;ve exactly followed it but I can not ping from my windows client, the servers of my local Network (&#8221;ping 192.168.1.2&#8243; from the client is not working). I can successfully ping the VPN server (192.168.1.1 for example). What&#8217;s wrong ?</p>
<p>Ragards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niranjan Kunwar</title>
		<link>http://nirlog.com/2006/11/09/openvpn-implementation/comment-page-1/#comment-73368</link>
		<dc:creator>Niranjan Kunwar</dc:creator>
		<pubDate>Tue, 28 Aug 2007 21:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://nirlog.com/2006/11/09/openvpn-implementation/#comment-73368</guid>
		<description>Hi asteriskese, you can use similar server.conf as in my example all you need to do is replace the &quot;server&quot; and &quot;push route&quot; to your LAN2 ip segment i.e. 10.0.0.0 255.0.0.0.</description>
		<content:encoded><![CDATA[<p>Hi asteriskese, you can use similar server.conf as in my example all you need to do is replace the &#8220;server&#8221; and &#8220;push route&#8221; to your LAN2 ip segment i.e. 10.0.0.0 255.0.0.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asteriskese</title>
		<link>http://nirlog.com/2006/11/09/openvpn-implementation/comment-page-1/#comment-71414</link>
		<dc:creator>asteriskese</dc:creator>
		<pubDate>Mon, 13 Aug 2007 11:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://nirlog.com/2006/11/09/openvpn-implementation/#comment-71414</guid>
		<description>Hi,

My firewall have got 2 lan card: 
LAN1: 192.168.1.105/255.255.255.0 --connect to modem ADSL (192.168.1.1/255.255.255.0)
LAN2: 10.0.0.5/255.0.0.0 --connect to private LAN.

(INTERNET)
    &#124;
    &#124;
(FIREWALL)
LAN1: 192.168.1.105/255.255.255.0
  &#124;
  &#124;
LAN2: 10.0.0.5/255.0.0.0
  &#124;
  &#124;
--------------------
&#124;       &#124;          &#124;
&#124;   FTP Server    WEB server
&#124;  (10.0.5.98/    (10.0.5.97/255.0.0.0)
&#124;   255.0.0.0)
&#124;
DB Server
(10.0.5.99/255.0.0.0)

So How can i config server.conf file ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My firewall have got 2 lan card:<br />
LAN1: 192.168.1.105/255.255.255.0 &#8211;connect to modem ADSL (192.168.1.1/255.255.255.0)<br />
LAN2: 10.0.0.5/255.0.0.0 &#8211;connect to private LAN.</p>
<p>(INTERNET)<br />
    |<br />
    |<br />
(FIREWALL)<br />
LAN1: 192.168.1.105/255.255.255.0<br />
  |<br />
  |<br />
LAN2: 10.0.0.5/255.0.0.0<br />
  |<br />
  |<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
|       |          |<br />
|   FTP Server    WEB server<br />
|  (10.0.5.98/    (10.0.5.97/255.0.0.0)<br />
|   255.0.0.0)<br />
|<br />
DB Server<br />
(10.0.5.99/255.0.0.0)</p>
<p>So How can i config server.conf file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niranjan Kunwar</title>
		<link>http://nirlog.com/2006/11/09/openvpn-implementation/comment-page-1/#comment-6533</link>
		<dc:creator>Niranjan Kunwar</dc:creator>
		<pubDate>Wed, 15 Nov 2006 04:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://nirlog.com/2006/11/09/openvpn-implementation/#comment-6533</guid>
		<description>I&#039;m using the &lt;a href=&quot;http://www.tunnelblick.net/Tunnelblick_3.0_rc3.zip&quot; rel=&quot;nofollow&quot;&gt;Release Candidate 3 of Tunnelblick 3.0&lt;/a&gt;, which is the first Universal Binary of this application. But I&#039;ve tested it only in PowerBook G4. I hope the final version of 3.0 will work well with Intel Macs.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the <a href="http://www.tunnelblick.net/Tunnelblick_3.0_rc3.zip" rel="nofollow">Release Candidate 3 of Tunnelblick 3.0</a>, which is the first Universal Binary of this application. But I&#8217;ve tested it only in PowerBook G4. I hope the final version of 3.0 will work well with Intel Macs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celeb</title>
		<link>http://nirlog.com/2006/11/09/openvpn-implementation/comment-page-1/#comment-6510</link>
		<dc:creator>celeb</dc:creator>
		<pubDate>Tue, 14 Nov 2006 13:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://nirlog.com/2006/11/09/openvpn-implementation/#comment-6510</guid>
		<description>The version of tunnel blick you demonstrate I was not able to get to work on Intel based macs.  I had to used Tunnel blick 2.0 and I had to download separate tun/tap drivers to support the Intel based mac.</description>
		<content:encoded><![CDATA[<p>The version of tunnel blick you demonstrate I was not able to get to work on Intel based macs.  I had to used Tunnel blick 2.0 and I had to download separate tun/tap drivers to support the Intel based mac.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
