<?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: Get around that pesky firewall filtering with tsocks</title>
	<atom:link href="http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/</link>
	<description>a system administrators mutterings</description>
	<lastBuildDate>Sun, 28 Feb 2010 09:28:06 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: woofer</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-914</link>
		<dc:creator>woofer</dc:creator>
		<pubDate>Tue, 28 Jul 2009 17:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-914</guid>
		<description>I used to run an ssh tunnel and access my mail at work using thunderbird over it.

ssh -D 1080 user@ssh.tunnel.server
in thunderbird, proxy was set as localhost, and 1080 port. 

This was working beautifully till i upgraded to ubuntu 9.4. With this, thunderbird suddenly stopped working and gave some errors about not being able to connect to the proxy.

I removed the proxy settings in thunderbird and ran tsocks thunderbird, it is connecting now.</description>
		<content:encoded><![CDATA[<p>I used to run an ssh tunnel and access my mail at work using thunderbird over it.</p>
<p>ssh -D 1080 <a href="mailto:user@ssh.tunnel.server">user@ssh.tunnel.server</a><br />
in thunderbird, proxy was set as localhost, and 1080 port. </p>
<p>This was working beautifully till i upgraded to ubuntu 9.4. With this, thunderbird suddenly stopped working and gave some errors about not being able to connect to the proxy.</p>
<p>I removed the proxy settings in thunderbird and ran tsocks thunderbird, it is connecting now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-782</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 22 Jan 2009 06:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-782</guid>
		<description>Awesome - it appears that it was a simple glitch with konqueror. I tried it with firefox and a few other programs and it is working beautifully. Sorry for all the questions, and thanks for all your help.....</description>
		<content:encoded><![CDATA[<p>Awesome &#8211; it appears that it was a simple glitch with konqueror. I tried it with firefox and a few other programs and it is working beautifully. Sorry for all the questions, and thanks for all your help&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-780</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-780</guid>
		<description>I have had some issues with tsocks and certain applications before. Try it with a different browser maybe firefox or ephipany. Don&#039;t background your ssh connection, do you get any error messages there?</description>
		<content:encoded><![CDATA[<p>I have had some issues with tsocks and certain applications before. Try it with a different browser maybe firefox or ephipany. Don&#8217;t background your ssh connection, do you get any error messages there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-779</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 21 Jan 2009 09:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-779</guid>
		<description>Thanks for the reply Nick.
I can log into the remote machine via ssh etc, but if I ssh into the machine and then run tsocks konqueror (for example), the IP in konqueror is not the remote address. It does seem like tsocks.conf is important as I get a segmentation fault if I hash out the server, port and type lines. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Nick.<br />
I can log into the remote machine via ssh etc, but if I ssh into the machine and then run tsocks konqueror (for example), the IP in konqueror is not the remote address. It does seem like tsocks.conf is important as I get a segmentation fault if I hash out the server, port and type lines. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-778</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Wed, 21 Jan 2009 03:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-778</guid>
		<description>Would probably need some more information but can you ssh from your vpn connection to some external machine? If you can ssh from your vpn connection to an external machine thats how you setup your tunnel to the outside. Then tsocks just wraps your application and connects to your ssh dynamic proxy tunnel.</description>
		<content:encoded><![CDATA[<p>Would probably need some more information but can you ssh from your vpn connection to some external machine? If you can ssh from your vpn connection to an external machine thats how you setup your tunnel to the outside. Then tsocks just wraps your application and connects to your ssh dynamic proxy tunnel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-776</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 20 Jan 2009 11:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-776</guid>
		<description>Thanks for the how-to. Unfortunately I just can&#039;t seem to get tsocks to tunnel internet traffic. My connection is via a vpn and uses an IP number rather than a domain name - would that make a difference? I can ssh into the machine and everything works, but for some reason the traffic isn&#039;t routed through tsocks.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the how-to. Unfortunately I just can&#8217;t seem to get tsocks to tunnel internet traffic. My connection is via a vpn and uses an IP number rather than a domain name &#8211; would that make a difference? I can ssh into the machine and everything works, but for some reason the traffic isn&#8217;t routed through tsocks.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tims Blog &#187; Blog Archive &#187; Ohh regex you naughty naughty boy you</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-261</link>
		<dc:creator>Tims Blog &#187; Blog Archive &#187; Ohh regex you naughty naughty boy you</dc:creator>
		<pubDate>Thu, 20 Mar 2008 18:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-261</guid>
		<description>[...] get around firewall filtering with tsocks [...]</description>
		<content:encoded><![CDATA[<p>[...] get around firewall filtering with tsocks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmdln</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-135</link>
		<dc:creator>cmdln</dc:creator>
		<pubDate>Thu, 28 Feb 2008 14:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-135</guid>
		<description>Crash, You install tsocks on the machine you wish to browse from. You would then ssh to your home machine using the dynamic port 1080. That way when tsocks wraps your application its traffic will go out through the ssh tunnel. ..... So you do  need the ability to install tsocks on the local machine and you need to be able to ssh to a remote machine.


Hope that helps

Nick</description>
		<content:encoded><![CDATA[<p>Crash, You install tsocks on the machine you wish to browse from. You would then ssh to your home machine using the dynamic port 1080. That way when tsocks wraps your application its traffic will go out through the ssh tunnel. &#8230;.. So you do  need the ability to install tsocks on the local machine and you need to be able to ssh to a remote machine.</p>
<p>Hope that helps</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crash</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-120</link>
		<dc:creator>crash</dc:creator>
		<pubDate>Mon, 25 Feb 2008 18:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-120</guid>
		<description>Do I install tsocks on my home machine or the work machine?</description>
		<content:encoded><![CDATA[<p>Do I install tsocks on my home machine or the work machine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmdln</title>
		<link>http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/comment-page-1/#comment-118</link>
		<dc:creator>cmdln</dc:creator>
		<pubDate>Mon, 25 Feb 2008 14:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/2008/02/12/get-around-that-pesky-firewall-filtering-with-tsocks/#comment-118</guid>
		<description>Thanks for the comment Robert. Tsocks does not proxy DNS requests without a patch. Indeed firefox has builtin socks and there is foxyproxy which can do some cool things. However it is a bit easier to show how socks works with a browser than with a mail client. I have found it useful in select hotels that block port 25 out. Its much easier to use socks to get around that than setting up multiple outbound servers and doing ssh tunneling, or even setting up a vpn. Although a vpn would be a great permanent solution tsocks is helpful for on the spot type things.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Robert. Tsocks does not proxy DNS requests without a patch. Indeed firefox has builtin socks and there is foxyproxy which can do some cool things. However it is a bit easier to show how socks works with a browser than with a mail client. I have found it useful in select hotels that block port 25 out. Its much easier to use socks to get around that than setting up multiple outbound servers and doing ssh tunneling, or even setting up a vpn. Although a vpn would be a great permanent solution tsocks is helpful for on the spot type things.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
