<?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: paranoid browsing with squid</title>
	<atom:link href="http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/</link>
	<description>code is freedom -- patching my itch</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:14:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: seamen</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-822</link>
		<dc:creator>seamen</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-822</guid>
		<description>Thanks for bringing the reverse DNS issue up. Is there a way to send these through the proxy too?

I&#039;m going to a country which censors Internet and I should resolve this before leaving :)</description>
		<content:encoded><![CDATA[<p>Thanks for bringing the reverse DNS issue up. Is there a way to send these through the proxy too?</p>
<p>I&#8217;m going to a country which censors Internet and I should resolve this before leaving :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-808</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 06 Dec 2009 03:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-808</guid>
		<description>I was doing a tcpdump on my own traffic while using ssh -D and network.proxy.socks_remote_dns set to TRUE in FF and I noticed that although forward lookups are sent through the proxy reverse lookups are not. This poses no issue for browsing but does likely leave a trace of where you have been in the local side DNS server logs. Food for thought.</description>
		<content:encoded><![CDATA[<p>I was doing a tcpdump on my own traffic while using ssh -D and network.proxy.socks_remote_dns set to TRUE in FF and I noticed that although forward lookups are sent through the proxy reverse lookups are not. This poses no issue for browsing but does likely leave a trace of where you have been in the local side DNS server logs. Food for thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David VT</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-794</link>
		<dc:creator>David VT</dc:creator>
		<pubDate>Fri, 23 Oct 2009 16:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-794</guid>
		<description>Out standing.. THANKS to all! 
Using Adito (now part of openVPN) to tunnel to home
Running putty portable to connect to that tunnel
Setting firefox using the &quot;about:config&quot; access to change
   network.proxy.socks_remote_dns  to TRUE
Running FoxyProxy addin to firefox

Thanks Tex for the wireshark filter, found portable wireshark and just installed it!!
Running IE I see DNS queries,  Running firefox with the tunnel I see no DNS queries.

If I enter (in firefox) an internal IP address at home (http://mylamp) for one of my intranet websites, I see the site here at work!

Now if I could just figure out how to do this with my voip phone in the middle east..... :)</description>
		<content:encoded><![CDATA[<p>Out standing.. THANKS to all!<br />
Using Adito (now part of openVPN) to tunnel to home<br />
Running putty portable to connect to that tunnel<br />
Setting firefox using the &#8220;about:config&#8221; access to change<br />
   network.proxy.socks_remote_dns  to TRUE<br />
Running FoxyProxy addin to firefox</p>
<p>Thanks Tex for the wireshark filter, found portable wireshark and just installed it!!<br />
Running IE I see DNS queries,  Running firefox with the tunnel I see no DNS queries.</p>
<p>If I enter (in firefox) an internal IP address at home (<a href="http://mylamp" rel="nofollow">http://mylamp</a>) for one of my intranet websites, I see the site here at work!</p>
<p>Now if I could just figure out how to do this with my voip phone in the middle east&#8230;.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clnl</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-721</link>
		<dc:creator>clnl</dc:creator>
		<pubDate>Wed, 08 Apr 2009 17:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-721</guid>
		<description>In reference to testing if you are leaking dns, use wireshark.  In the filter box, type UDP.port==53 and hit enter.  That will filter so only DNS queries show up.  If you start browsing and you see DNS queries going out to your normal ISP, then you&#039;ve got trouble.  Instead you shouldn&#039;t see them at all.</description>
		<content:encoded><![CDATA[<p>In reference to testing if you are leaking dns, use wireshark.  In the filter box, type UDP.port==53 and hit enter.  That will filter so only DNS queries show up.  If you start browsing and you see DNS queries going out to your normal ISP, then you&#8217;ve got trouble.  Instead you shouldn&#8217;t see them at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tex</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-720</link>
		<dc:creator>Tex</dc:creator>
		<pubDate>Mon, 23 Feb 2009 14:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-720</guid>
		<description>This is a great setting in Firefox. Thanks for sharing it !

@ebdb : you can just filter tcpdump on port 53: &quot;tcpdump port 53&quot;

Tex</description>
		<content:encoded><![CDATA[<p>This is a great setting in Firefox. Thanks for sharing it !</p>
<p>@ebdb : you can just filter tcpdump on port 53: &#8220;tcpdump port 53&#8243;</p>
<p>Tex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebdb</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-708</link>
		<dc:creator>ebdb</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-708</guid>
		<description>&quot;does anyone have a proper tcpdump filter to verify that dns requests are going over the ssh tunnel?&quot;

I was wondering the same thing. It&#039;s one thing to set this all up, but how can we verify what data is/isn&#039;t going over the SSH connection? Can someone suggest any tools or techniques to help with that?

Thanks for the post. I appreciate the info.</description>
		<content:encoded><![CDATA[<p>&#8220;does anyone have a proper tcpdump filter to verify that dns requests are going over the ssh tunnel?&#8221;</p>
<p>I was wondering the same thing. It&#8217;s one thing to set this all up, but how can we verify what data is/isn&#8217;t going over the SSH connection? Can someone suggest any tools or techniques to help with that?</p>
<p>Thanks for the post. I appreciate the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SB</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-703</link>
		<dc:creator>SB</dc:creator>
		<pubDate>Wed, 07 Jan 2009 18:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-703</guid>
		<description>SB here again and I&#039;m bit confused. 

You say in A: Squid is handling the DNS. Given that, why would I need to set the 2nd option in about:config, network.proxy.socks_remote_dns = true when I&#039;m not even using socks, I am using an http proxy? 

As well, I&#039;ve had another odd problem just start in the last day or two: I had to manually set my DNS for work in WinXP. I could surf, then it stopped serving pages in the browser. It would just say &quot;Waiting for google.ca&quot; and never time out or anything, just nothing. Then it worked for a while, now today it stopped. I set my DNS back to auto obtain and it works now. 
SB, thoroughly confused.</description>
		<content:encoded><![CDATA[<p>SB here again and I&#8217;m bit confused. </p>
<p>You say in A: Squid is handling the DNS. Given that, why would I need to set the 2nd option in about:config, network.proxy.socks_remote_dns = true when I&#8217;m not even using socks, I am using an http proxy? </p>
<p>As well, I&#8217;ve had another odd problem just start in the last day or two: I had to manually set my DNS for work in WinXP. I could surf, then it stopped serving pages in the browser. It would just say &#8220;Waiting for google.ca&#8221; and never time out or anything, just nothing. Then it worked for a while, now today it stopped. I set my DNS back to auto obtain and it works now.<br />
SB, thoroughly confused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dingo</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-658</link>
		<dc:creator>dingo</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-658</guid>
		<description>does anyone have a proper tcpdump filter to verify that dns requests are going over the ssh tunnel?

just to verify that there are no leaks...</description>
		<content:encoded><![CDATA[<p>does anyone have a proper tcpdump filter to verify that dns requests are going over the ssh tunnel?</p>
<p>just to verify that there are no leaks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-657</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Thu, 25 Sep 2008 00:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-657</guid>
		<description>oh. my. this totally just saved me. thank you a million times for pointing this out, now firefox is working great over my netshare connection ;D</description>
		<content:encoded><![CDATA[<p>oh. my. this totally just saved me. thank you a million times for pointing this out, now firefox is working great over my netshare connection ;D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KC</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-574</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Mon, 03 Dec 2007 20:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-574</guid>
		<description>(In response to SB&#039;s post above)

Answer to Question A:  In this situation, Squid is performing the DNS lookups for you.  Your computer would resolve &#039;localhost&#039; without a DNS lookup, data for your HTTP traffic is sent over the port forwarding tunnel created by SSH and Squid will attempt to fulfill your HTTP requests by performing its own DNS lookups originating from its location.

Answer to Question B:  Both methods accomplish the same amount of encryption and &quot;hiding&quot;, assuming you&#039;ve configured Firefox like the article says (by going to about:config).  With Squid, you would have an added layer of caching which may or may not be useful.  In an asymmetric Internet connection like consumer-grade cable or DSL, the caching is of no practical use because download bandwidth is so much more than upload bandwidth.</description>
		<content:encoded><![CDATA[<p>(In response to SB&#8217;s post above)</p>
<p>Answer to Question A:  In this situation, Squid is performing the DNS lookups for you.  Your computer would resolve &#8216;localhost&#8217; without a DNS lookup, data for your HTTP traffic is sent over the port forwarding tunnel created by SSH and Squid will attempt to fulfill your HTTP requests by performing its own DNS lookups originating from its location.</p>
<p>Answer to Question B:  Both methods accomplish the same amount of encryption and &#8220;hiding&#8221;, assuming you&#8217;ve configured Firefox like the article says (by going to about:config).  With Squid, you would have an added layer of caching which may or may not be useful.  In an asymmetric Internet connection like consumer-grade cable or DSL, the caching is of no practical use because download bandwidth is so much more than upload bandwidth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SB</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-573</link>
		<dc:creator>SB</dc:creator>
		<pubDate>Tue, 27 Nov 2007 19:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-573</guid>
		<description>I&#039;ve been using IPCop and its SSH and Squid to surf through. I am not picking up and DNS &#039;leaks&#039; with a packet sniffer either. However, I would like to know if you could tell me:
A: When my port forwarded traffic goes to localhost:9999 then gets forwarded through the shell to Squid on port 800, does Squid not handle all the DNS? 
B: if I use -D in my plink.exe batch file, I am able to use Socks in FF, but otherwise, I&#039;m using an http proxy. Is one method preferred over another?

My overall concern is unfiltered access to sites I need but also privacy. I don&#039;t want anyone snooping on my DNS. 

I&#039;m looking at IronKey and other Tor on a stick ideas and am wondering if you have any other suggestions. I&#039;d like to be anonymous, so my ISP isn&#039;t watching all I do either. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using IPCop and its SSH and Squid to surf through. I am not picking up and DNS &#8216;leaks&#8217; with a packet sniffer either. However, I would like to know if you could tell me:<br />
A: When my port forwarded traffic goes to localhost:9999 then gets forwarded through the shell to Squid on port 800, does Squid not handle all the DNS?<br />
B: if I use -D in my plink.exe batch file, I am able to use Socks in FF, but otherwise, I&#8217;m using an http proxy. Is one method preferred over another?</p>
<p>My overall concern is unfiltered access to sites I need but also privacy. I don&#8217;t want anyone snooping on my DNS. </p>
<p>I&#8217;m looking at IronKey and other Tor on a stick ideas and am wondering if you have any other suggestions. I&#8217;d like to be anonymous, so my ISP isn&#8217;t watching all I do either. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oppressed</title>
		<link>http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/comment-page-1/#comment-564</link>
		<dc:creator>Oppressed</dc:creator>
		<pubDate>Thu, 12 Jul 2007 01:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/#comment-564</guid>
		<description>Thank you, thank you. This is awesome. This is also necessary in oppressive nations where they fiddle with DNS servers to block certain content (that is, using SSH SOCKS with local DNS is useless because the DNS lookup itself cannot be trusted). I&#039;m not going to say where this is, but let&#039;s just say they are hosting the 2008 Olympics.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you. This is awesome. This is also necessary in oppressive nations where they fiddle with DNS servers to block certain content (that is, using SSH SOCKS with local DNS is useless because the DNS lookup itself cannot be trusted). I&#8217;m not going to say where this is, but let&#8217;s just say they are hosting the 2008 Olympics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
