<?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: How to set up a VPN server on Ubuntu</title>
	<atom:link href="http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/</link>
	<description>Tutorials, tips &#38; tricks about Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 May 2010 07:35:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: cviorel</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-23368</link>
		<dc:creator>cviorel</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-23368</guid>
		<description>@disturbingprod
You can create a normal VPN and using your firewall rules you can define wich traffic goes where.</description>
		<content:encoded><![CDATA[<p>@disturbingprod<br />
You can create a normal VPN and using your firewall rules you can define wich traffic goes where.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: disturbingprod</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-22980</link>
		<dc:creator>disturbingprod</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-22980</guid>
		<description>How would one go about setting up a VPN that only passes certain data through for a certain service. I want to set up a VPN so my remote machines will use their local connection for all web traffic and only antivirus updates go through the VPN.</description>
		<content:encoded><![CDATA[<p>How would one go about setting up a VPN that only passes certain data through for a certain service. I want to set up a VPN so my remote machines will use their local connection for all web traffic and only antivirus updates go through the VPN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cviorel</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-22847</link>
		<dc:creator>cviorel</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-22847</guid>
		<description>@arie
Check this article about radius based VPN:
http://www.debian-administration.org/article/Creating_a_radius_based_VPN_with_support_for_Windows_clients</description>
		<content:encoded><![CDATA[<p>@arie<br />
Check this article about radius based VPN:<br />
<a href="http://www.debian-administration.org/article/Creating_a_radius_based_VPN_with_support_for_Windows_clients" rel="nofollow">http://www.debian-administration.org/article/Creating_a_radius_based_VPN_with_support_for_Windows_clients</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arie</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-22844</link>
		<dc:creator>arie</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-22844</guid>
		<description>how I can connect RADIUS and VPN??</description>
		<content:encoded><![CDATA[<p>how I can connect RADIUS and VPN??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cviorel</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-21286</link>
		<dc:creator>cviorel</dc:creator>
		<pubDate>Wed, 25 Nov 2009 06:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-21286</guid>
		<description>@ramon
Here is all the info you need:
http://quozl.linux.org.au/pptp/pptpd.conf.5.html#OPTIONS</description>
		<content:encoded><![CDATA[<p>@ramon<br />
Here is all the info you need:<br />
<a href="http://quozl.linux.org.au/pptp/pptpd.conf.5.html#OPTIONS" rel="nofollow">http://quozl.linux.org.au/pptp/pptpd.conf.5.html#OPTIONS</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-21285</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-21285</guid>
		<description>i need help please, im on this step right now:

# nat Table rules
*nat
:POSTROUTING ACCEPT [0:0]
 
# Forward traffic from eth1 through eth0.
-A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE
 
# don&#039;t delete the &#039;COMMIT&#039; line or these nat table rules won&#039;t be processed
COMMIT

before i continue i have a question that way i wont have future problems, in the localip i put my server local ip address wich is 192.168.1.110 and in the remoteip i only change the 0 for a 1, is that ok? im kind of confuse now, here the reason why i dont want to continue is because this is a Asterisk Server that i build and is working with a SIP Trunk perfect and i dont want to mess it up, so far i have been accessing thru SSH, but i will love to use a VPN connection, any help, thanks in advance!</description>
		<content:encoded><![CDATA[<p>i need help please, im on this step right now:</p>
<p># nat Table rules<br />
*nat<br />
 <img src='http://cviorel.easyblog.ro/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> OSTROUTING ACCEPT [0:0]</p>
<p># Forward traffic from eth1 through eth0.<br />
-A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE</p>
<p># don&#8217;t delete the &#8216;COMMIT&#8217; line or these nat table rules won&#8217;t be processed<br />
COMMIT</p>
<p>before i continue i have a question that way i wont have future problems, in the localip i put my server local ip address wich is 192.168.1.110 and in the remoteip i only change the 0 for a 1, is that ok? im kind of confuse now, here the reason why i dont want to continue is because this is a Asterisk Server that i build and is working with a SIP Trunk perfect and i dont want to mess it up, so far i have been accessing thru SSH, but i will love to use a VPN connection, any help, thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LilJohn</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-21230</link>
		<dc:creator>LilJohn</dc:creator>
		<pubDate>Thu, 19 Nov 2009 21:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-21230</guid>
		<description>ok i found the issue, at the begining you use these perameters:
localip 192.168.0.1
remoteip 192.168.1.1-255
and then for ufw masq you use this rule to route the pptp clients traffic:
-A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE
192.168.0.0/24 (aka 255.255.255.0) will not route the 192.168.1.1-255 ipaddress range you must use 192.168.0.0/16 (aka 255.255.0.0) 
the following rule will work:
-A POSTROUTING -s 192.168.0.0/16 -o eth0 -j MASQUERADE</description>
		<content:encoded><![CDATA[<p>ok i found the issue, at the begining you use these perameters:<br />
localip 192.168.0.1<br />
remoteip 192.168.1.1-255<br />
and then for ufw masq you use this rule to route the pptp clients traffic:<br />
-A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE<br />
192.168.0.0/24 (aka 255.255.255.0) will not route the 192.168.1.1-255 ipaddress range you must use 192.168.0.0/16 (aka 255.255.0.0)<br />
the following rule will work:<br />
-A POSTROUTING -s 192.168.0.0/16 -o eth0 -j MASQUERADE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cviorel</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-21224</link>
		<dc:creator>cviorel</dc:creator>
		<pubDate>Thu, 19 Nov 2009 09:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-21224</guid>
		<description>@ LilJohn
Do you have the right network in your &lt;em&gt;/etc/ufw/before.rules&lt;/em&gt; file?</description>
		<content:encoded><![CDATA[<p>@ LilJohn<br />
Do you have the right network in your <em>/etc/ufw/before.rules</em> file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LilJohn</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-21216</link>
		<dc:creator>LilJohn</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-21216</guid>
		<description>ok i added an execption in ufw to allow the pptp port through:
sudo ufw allow 1723
this allows me to connect the the vpn server but IP Masquerading isn&#039;t working, i cant access any websites or anything on the internetfor that matter while connected to the vpn. anythoughts? again i need to get this running asap for work.</description>
		<content:encoded><![CDATA[<p>ok i added an execption in ufw to allow the pptp port through:<br />
sudo ufw allow 1723<br />
this allows me to connect the the vpn server but IP Masquerading isn&#8217;t working, i cant access any websites or anything on the internetfor that matter while connected to the vpn. anythoughts? again i need to get this running asap for work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LilJohn</title>
		<link>http://cviorel.easyblog.ro/2009/02/09/how-to-set-up-a-vpn-server-on-ubuntu/comment-page-1/#comment-21213</link>
		<dc:creator>LilJohn</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://cviorel.easyblog.ro/?p=340#comment-21213</guid>
		<description>Ok so i followed your instructions in this nice how-to but i still cant get ufw to let my pptp traffic through. if i disable ufw then it lets me connect but then masqurading doesnt work. any ideas? anything i should add to ufw? im trying to set this up at work so i need to get this going sooner rather than later.
thanks</description>
		<content:encoded><![CDATA[<p>Ok so i followed your instructions in this nice how-to but i still cant get ufw to let my pptp traffic through. if i disable ufw then it lets me connect but then masqurading doesnt work. any ideas? anything i should add to ufw? im trying to set this up at work so i need to get this going sooner rather than later.<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
