<?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: SSH Tunneling on public networks</title>
	<atom:link href="http://www.eriksmartt.com/blog/archives/253/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eriksmartt.com/blog/archives/253</link>
	<description>my little chunk of bandwidth</description>
	<lastBuildDate>Tue, 27 Dec 2011 16:52:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19814</generator>
	<item>
		<title>By: erik</title>
		<link>http://www.eriksmartt.com/blog/archives/253#comment-31441</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Wed, 07 Mar 2007 17:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.eriksmartt.com/blog/archives/253#comment-31441</guid>
		<description>Pretty handy suggestion if you&#039;re already using Privoxy locally.  Thanks Petko!</description>
		<content:encoded><![CDATA[<p>Pretty handy suggestion if you&#8217;re already using Privoxy locally.  Thanks Petko!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petko</title>
		<link>http://www.eriksmartt.com/blog/archives/253#comment-31422</link>
		<dc:creator>Petko</dc:creator>
		<pubDate>Tue, 06 Mar 2007 18:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.eriksmartt.com/blog/archives/253#comment-31422</guid>
		<description>Hello Erik!

Thanks for your article. Here is some modifications that I made (may be usefull to your readers).

As I normally run Privoxy on my laptop, I needed to set a different local port than 8118 (because the local privoxy uses the 8118). So I do:
   ssh -N -f -L 8119:127.0.0.1:8118 remoteuser@serveraddress

(Also added the -f to put the process to background).
Then, I set in the browser a proxy 127.0.0.1:8119.

Additionally, as I have have a lot of customized filters, I want the remote computer to filter nothing, and the filtering to be done by the local Privoxy. On the local computer, in /etc/privoxy/config (on GNU/Linux) I set the line 
   forward / 127.0.0.1:8119

and, on the remote server, I edit /etc/privoxy/config and set 
   toggle 0

so that it does not filter anything. Then I set in the browser 127.0.0.1:8118 (the local privoxy).

Hope this helps someone.

Cheers,
Petko</description>
		<content:encoded><![CDATA[<p>Hello Erik!</p>
<p>Thanks for your article. Here is some modifications that I made (may be usefull to your readers).</p>
<p>As I normally run Privoxy on my laptop, I needed to set a different local port than 8118 (because the local privoxy uses the 8118). So I do:<br />
   ssh -N -f -L 8119:127.0.0.1:8118 remoteuser@serveraddress</p>
<p>(Also added the -f to put the process to background).<br />
Then, I set in the browser a proxy 127.0.0.1:8119.</p>
<p>Additionally, as I have have a lot of customized filters, I want the remote computer to filter nothing, and the filtering to be done by the local Privoxy. On the local computer, in /etc/privoxy/config (on GNU/Linux) I set the line<br />
   forward / 127.0.0.1:8119</p>
<p>and, on the remote server, I edit /etc/privoxy/config and set<br />
   toggle 0</p>
<p>so that it does not filter anything. Then I set in the browser 127.0.0.1:8118 (the local privoxy).</p>
<p>Hope this helps someone.</p>
<p>Cheers,<br />
Petko</p>
]]></content:encoded>
	</item>
</channel>
</rss>

