<?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: Networking Question</title>
	<atom:link href="http://www.monotonous.org/2010/03/03/networking-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monotonous.org/2010/03/03/networking-question/</link>
	<description>Eitan&#039;s Pitch</description>
	<lastBuildDate>Thu, 19 Jan 2012 18:42:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eitan</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-288</link>
		<dc:creator>Eitan</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-288</guid>
		<description>
          I figured it out! I was not doing anything wrong, it&#039;s simply a routing issue with the host you are vpning through. A small tweak to the /etc/hosts file, and I am fine.

So now I am using OpenVPN and the NetworkManager plugin. One mouse click and I am tunneled!
        </description>
		<content:encoded><![CDATA[<p>I figured it out! I was not doing anything wrong, it&#8217;s simply a routing issue with the host you are vpning through. A small tweak to the /etc/hosts file, and I am fine.</p>
<p>So now I am using OpenVPN and the NetworkManager plugin. One mouse click and I am tunneled!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Podszun</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-287</link>
		<dc:creator>Benjamin Podszun</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-287</guid>
		<description>
          If you don&#039;t need it for much (a git push every now and then, when you&#039;re happy with your progress): iodine (TCP over DNS).

Pro:
- damn easy to set up
- gives you just another interface, no fiddling with applications
- works in a lot of hotspot areas as well...

Contra:
- Slow, low bandwidth
- Legal grey area, depending on service and country, I guess

I wouldn&#039;t want to live without it anymore.
        </description>
		<content:encoded><![CDATA[<p>If you don&#8217;t need it for much (a git push every now and then, when you&#8217;re happy with your progress): iodine (TCP over DNS).</p>
<p>Pro:<br />
- damn easy to set up<br />
- gives you just another interface, no fiddling with applications<br />
- works in a lot of hotspot areas as well&#8230;</p>
<p>Contra:<br />
- Slow, low bandwidth<br />
- Legal grey area, depending on service and country, I guess</p>
<p>I wouldn&#8217;t want to live without it anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-286</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-286</guid>
		<description>
          I&#039;ve used ssh SOCK5 proxy + tsocks for this kind of thing.  Tsocks is nice in that it uses LD_PRELOAD, and so you don&#039;t have to reconfigure all your apps to use a proxy.
        </description>
		<content:encoded><![CDATA[<p>I&#8217;ve used ssh SOCK5 proxy + tsocks for this kind of thing.  Tsocks is nice in that it uses LD_PRELOAD, and so you don&#8217;t have to reconfigure all your apps to use a proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Cadet</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-285</link>
		<dc:creator>Mathieu Cadet</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-285</guid>
		<description>
          Maybe Corkscrew can be helpful in your case: http://en.wikipedia.org/wiki/Corkscrew_%28program%29
        </description>
		<content:encoded><![CDATA[<p>Maybe Corkscrew can be helpful in your case: <a href="http://en.wikipedia.org/wiki/Corkscrew_%28program%29" rel="nofollow">http://en.wikipedia.org/wiki/Corkscrew_%28program%29</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saviq</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-284</link>
		<dc:creator>Saviq</dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-284</guid>
		<description>
          You could always use httptunnel or pingtunnel.
        </description>
		<content:encoded><![CDATA[<p>You could always use httptunnel or pingtunnel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plaes</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-283</link>
		<dc:creator>plaes</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-283</guid>
		<description>
          Try out corkscrew - SSH through HTTP proxies:

http://www.agroman.net/corkscrew/
        </description>
		<content:encoded><![CDATA[<p>Try out corkscrew &#8211; SSH through HTTP proxies:</p>
<p><a href="http://www.agroman.net/corkscrew/" rel="nofollow">http://www.agroman.net/corkscrew/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-282</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-282</guid>
		<description>
          If there is a proxy in the way, you can&#039;t connect directly, but you can try Corkscrew.
        </description>
		<content:encoded><![CDATA[<p>If there is a proxy in the way, you can&#8217;t connect directly, but you can try Corkscrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-281</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 04 Mar 2010 02:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-281</guid>
		<description>
          If you want to run a https server on the same port, newer version of openvpn have a nice option to share the port : 

port 443
port-share 127.0.0.1 8443

and set a https server on port 8443, and so people inspecting your webserver will that&#039;s a simple https server.Maybe not useful in your case, but this can be handy imho.
        </description>
		<content:encoded><![CDATA[<p>If you want to run a https server on the same port, newer version of openvpn have a nice option to share the port : </p>
<p>port 443<br />
port-share 127.0.0.1 8443</p>
<p>and set a https server on port 8443, and so people inspecting your webserver will that&#8217;s a simple https server.Maybe not useful in your case, but this can be handy imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eitan</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-280</link>
		<dc:creator>Eitan</dc:creator>
		<pubDate>Thu, 04 Mar 2010 00:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-280</guid>
		<description>
          Cosimo,

Why are you still up?! I have a Good Idea(TM) for the spec. I&#039;ll send you a WIP in progress now, and tomorrow I will work on it more.
        </description>
		<content:encoded><![CDATA[<p>Cosimo,</p>
<p>Why are you still up?! I have a Good Idea(TM) for the spec. I&#8217;ll send you a WIP in progress now, and tomorrow I will work on it more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosimo Cecchi</title>
		<link>http://www.monotonous.org/2010/03/03/networking-question/#comment-279</link>
		<dc:creator>Cosimo Cecchi</dc:creator>
		<pubDate>Thu, 04 Mar 2010 00:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://monotonous.org/?p=347#comment-279</guid>
		<description>
          In those cases I usually setup an SSH server listening on port 80 on my home server; then I do `ssh -D 12345 my.server.addr` and launch `tsocks appname` for every application I need to use (you have to configure tsocks first to use localhost:12345 as SOCKS proxy). I also made a `gitssh` scriptthat enables SOCKS proxying in git as well, so after I run it, every next git push is tunneled (I remember I found information on how to do this by googling for git socks proxy or something alike)
        </description>
		<content:encoded><![CDATA[<p>In those cases I usually setup an SSH server listening on port 80 on my home server; then I do `ssh -D 12345 my.server.addr` and launch `tsocks appname` for every application I need to use (you have to configure tsocks first to use localhost:12345 as SOCKS proxy). I also made a `gitssh` scriptthat enables SOCKS proxying in git as well, so after I run it, every next git push is tunneled (I remember I found information on how to do this by googling for git socks proxy or something alike)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

