<?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: VPN rapidinha com pppd e ssh</title>
	<atom:link href="http://br-linux.org/2009/vpn-rapidinha-com-pppd-e-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://br-linux.org/2009/vpn-rapidinha-com-pppd-e-ssh/</link>
	<description>Linux levado a sério desde 1996</description>
	<lastBuildDate>Tue, 14 Feb 2012 02:18:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lauro Cesar</title>
		<link>http://br-linux.org/2009/vpn-rapidinha-com-pppd-e-ssh/comment-page-1/#comment-36131</link>
		<dc:creator>Lauro Cesar</dc:creator>
		<pubDate>Wed, 14 Jan 2009 16:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://br-linux.org/?p=7155#comment-36131</guid>
		<description>&quot;&quot;&quot;
Complicado né:
&quot;&quot;&quot;

Retiro o que eu disse, li o artigo errado : )</description>
		<content:encoded><![CDATA[<p>&#8220;&#8221;"<br />
Complicado né:<br />
&#8220;&#8221;"</p>
<p>Retiro o que eu disse, li o artigo errado : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauro Cesar</title>
		<link>http://br-linux.org/2009/vpn-rapidinha-com-pppd-e-ssh/comment-page-1/#comment-36130</link>
		<dc:creator>Lauro Cesar</dc:creator>
		<pubDate>Wed, 14 Jan 2009 16:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://br-linux.org/?p=7155#comment-36130</guid>
		<description>Complicado né...

Usando openvpn:

No servidor, suponha que o ip publico seja: 200.xxx.xxx.xxx

openvpn --ifconfig 192.168.2.1 192.168.2.2 --dev tun -comp-lzo

No cliente:

openvpn --remote 200.xxx.xxx.xxx --ifconfig 192.168.2.2 192.168.2.1 --dev tun -comp-lzo


Feito.

Se quiser criptografar:

openvpn --genkey --secret /tmp/minhachave.key

transfere minhachave.key pro cliente, e acrescente aos comandos:

--secret minhachave.key

Done.</description>
		<content:encoded><![CDATA[<p>Complicado né&#8230;</p>
<p>Usando openvpn:</p>
<p>No servidor, suponha que o ip publico seja: 200.xxx.xxx.xxx</p>
<p>openvpn &#8211;ifconfig 192.168.2.1 192.168.2.2 &#8211;dev tun -comp-lzo</p>
<p>No cliente:</p>
<p>openvpn &#8211;remote 200.xxx.xxx.xxx &#8211;ifconfig 192.168.2.2 192.168.2.1 &#8211;dev tun -comp-lzo</p>
<p>Feito.</p>
<p>Se quiser criptografar:</p>
<p>openvpn &#8211;genkey &#8211;secret /tmp/minhachave.key</p>
<p>transfere minhachave.key pro cliente, e acrescente aos comandos:</p>
<p>&#8211;secret minhachave.key</p>
<p>Done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>



 

