<?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 Google Infomer: Insight SEO, PPC, Web Develope etc</title>
	<atom:link href="http://ggin.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ggin.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 28 Dec 2010 07:59:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on OpenVPN setup on Slicehost VPS by admin</title>
		<link>http://ggin.com/blog/openvpn-setup-on-vps/comment-page-1/#comment-59</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 28 Dec 2010 07:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://ggin.com/blog/?p=84#comment-59</guid>
		<description>@Josh, let us know your OS! You known, the above confimation are all based upon the Ubuntu...</description>
		<content:encoded><![CDATA[<p>@Josh, let us know your OS! You known, the above confimation are all based upon the Ubuntu&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenVPN setup on Slicehost VPS by admin</title>
		<link>http://ggin.com/blog/openvpn-setup-on-vps/comment-page-1/#comment-58</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 28 Dec 2010 07:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://ggin.com/blog/?p=84#comment-58</guid>
		<description>@Alan, to be honest! I didn&#039;t use the VPN at the moment! Even I have uninstalled the OPENVPN application on my client side completely. So I have no ability to debug and work the solution out here! And I think you maybe need some tweaking on your client side! The matter may doesn&#039;t be caused by your OPENVPN server confirm:) Let me know your successful!</description>
		<content:encoded><![CDATA[<p>@Alan, to be honest! I didn&#8217;t use the VPN at the moment! Even I have uninstalled the OPENVPN application on my client side completely. So I have no ability to debug and work the solution out here! And I think you maybe need some tweaking on your client side! The matter may doesn&#8217;t be caused by your OPENVPN server confirm:) Let me know your successful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenVPN setup on Slicehost VPS by Alan</title>
		<link>http://ggin.com/blog/openvpn-setup-on-vps/comment-page-1/#comment-57</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 27 Dec 2010 19:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://ggin.com/blog/?p=84#comment-57</guid>
		<description>And I forget to mention, I enable kernel level routing, and set the IPtables for postrouting.But still not able to get the default gw address.

Thanks in advance.Please  help!</description>
		<content:encoded><![CDATA[<p>And I forget to mention, I enable kernel level routing, and set the IPtables for postrouting.But still not able to get the default gw address.</p>
<p>Thanks in advance.Please  help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenVPN setup on Slicehost VPS by Alan</title>
		<link>http://ggin.com/blog/openvpn-setup-on-vps/comment-page-1/#comment-56</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 27 Dec 2010 19:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://ggin.com/blog/?p=84#comment-56</guid>
		<description>I have setup the openvpn server based on your instructions in the slice host account. And , it worked . But the default gateway is not changed, still my client computer&#039;s eth0 gateway address. 


my server.conf

port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh /etc/openvpn/dh1024.pem

server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push &quot;redirect-gateway def1&quot;
push &quot;route-gateway &quot;
push &quot;dhcp-option DNS 8.8.8.8&quot; 
keepalive 10 120
tls-auth ta.key 0
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 3


This is the message I am recieving..

OPTIONS IMPORT: timers and/or timeouts modified
OPTIONS IMPORT: --ifconfig/up options modified
OPTIONS IMPORT: route options modified
OPTIONS IMPORT: route-related options modified
OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
ROUTE default_gateway=192.168.1.254 ( Instead I&#039;m supposed to receive the gateway of slice host)
TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{0E7C216A-8AB4-4147-9EAF-3CF625415AD2}.tap
TAP-Win32 Driver Version 9.7 
TAP-Win32 MTU=1500
Set TAP-Win32 TUN subnet mode network/local/netmask = 10.8.0.0/10.8.0.2/255.255.255.0 [SUCCEEDED]

I&#039;m able to receive an IP, but not able to redirect all traffic through slice host account.

Please help!</description>
		<content:encoded><![CDATA[<p>I have setup the openvpn server based on your instructions in the slice host account. And , it worked . But the default gateway is not changed, still my client computer&#8217;s eth0 gateway address. </p>
<p>my server.conf</p>
<p>port 1194<br />
proto udp<br />
dev tun<br />
ca ca.crt<br />
cert server.crt<br />
key server.key<br />
dh /etc/openvpn/dh1024.pem</p>
<p>server 10.8.0.0 255.255.255.0<br />
ifconfig-pool-persist ipp.txt<br />
push &#8220;redirect-gateway def1&#8243;<br />
push &#8220;route-gateway &#8221;<br />
push &#8220;dhcp-option DNS 8.8.8.8&#8243;<br />
keepalive 10 120<br />
tls-auth ta.key 0<br />
comp-lzo<br />
user nobody<br />
group nogroup<br />
persist-key<br />
persist-tun<br />
status openvpn-status.log<br />
verb 3</p>
<p>This is the message I am recieving..</p>
<p>OPTIONS IMPORT: timers and/or timeouts modified<br />
OPTIONS IMPORT: &#8211;ifconfig/up options modified<br />
OPTIONS IMPORT: route options modified<br />
OPTIONS IMPORT: route-related options modified<br />
OPTIONS IMPORT: &#8211;ip-win32 and/or &#8211;dhcp-option options modified<br />
ROUTE default_gateway=192.168.1.254 ( Instead I&#8217;m supposed to receive the gateway of slice host)<br />
TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{0E7C216A-8AB4-4147-9EAF-3CF625415AD2}.tap<br />
TAP-Win32 Driver Version 9.7<br />
TAP-Win32 MTU=1500<br />
Set TAP-Win32 TUN subnet mode network/local/netmask = 10.8.0.0/10.8.0.2/255.255.255.0 [SUCCEEDED]</p>
<p>I&#8217;m able to receive an IP, but not able to redirect all traffic through slice host account.</p>
<p>Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenVPN setup on Slicehost VPS by admin</title>
		<link>http://ggin.com/blog/openvpn-setup-on-vps/comment-page-1/#comment-54</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Oct 2010 08:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://ggin.com/blog/?p=84#comment-54</guid>
		<description>based upon the location of the openvpn you installed.</description>
		<content:encoded><![CDATA[<p>based upon the location of the openvpn you installed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

