<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tunnel on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/tunnel/</link><description>Recent content in Tunnel on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Sun, 20 Oct 2013 21:03:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/tunnel/index.xml" rel="self" type="application/rss+xml"/><item><title>sshuttle, la VPN de los pobres</title><link>http://karpoke.ignaciocano.com/2013/10/20/sshuttle-la-vpn-de-los-pobres/</link><pubDate>Sun, 20 Oct 2013 21:03:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2013/10/20/sshuttle-la-vpn-de-los-pobres/</guid><description>&lt;p&gt;&lt;a href="https://github.com/apenwarr/sshuttle"&gt;shuttle&lt;/a&gt; es una herramienta que nos permite redirigir todo el tráfico
a través de una conexión SSH, incluyendo las peticiones DNS. Está
disponible tanto en los repositorios como en GitHub.&lt;/p&gt;
&lt;p&gt;Su uso es sencillo. Para establecer la conexión:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ sshuttle --D --pidfile=/tmp/sshuttle.pid -r user@server:1234 --dns 0/0
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Para terminarla:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ kill $(cat /tmp/sshuttle.pid)
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>