<?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: Tunnel Web and DNS Traffic Over SSH</title>
	<atom:link href="http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Will Banks</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-12069</link>
		<dc:creator>Will Banks</dc:creator>
		<pubDate>Tue, 28 Sep 2010 11:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-12069</guid>
		<description>I can&#039;t seem to get firefox to save the change I made to network.proxy.socks_remote_dns with about:config.
What am I missing?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get firefox to save the change I made to network.proxy.socks_remote_dns with about:config.<br />
What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-9445</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Sun, 06 Sep 2009 12:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-9445</guid>
		<description>dns tunneling is available only for firefox - anyway to use it for ie for instance? </description>
		<content:encoded><![CDATA[<p>dns tunneling is available only for firefox &#8211; anyway to use it for ie for instance? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Afe</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-7630</link>
		<dc:creator>Afe</dc:creator>
		<pubDate>Sat, 03 Jan 2009 14:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-7630</guid>
		<description>great tips! I like it.</description>
		<content:encoded><![CDATA[<p>great tips! I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-5679</link>
		<dc:creator>max</dc:creator>
		<pubDate>Mon, 18 Aug 2008 22:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-5679</guid>
		<description>I would suggest the modification of changing the setting to &quot;-D 127.0.0.1:8080&quot;  to make sure that only the local machine can have access to the tunnel/proxy.

This requires a somewhat new version of openssh (the version that came w/ redhat EL3 was too old).</description>
		<content:encoded><![CDATA[<p>I would suggest the modification of changing the setting to &#8220;-D 127.0.0.1:8080&#8243;  to make sure that only the local machine can have access to the tunnel/proxy.</p>
<p>This requires a somewhat new version of openssh (the version that came w/ redhat EL3 was too old).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blink4blog</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-5435</link>
		<dc:creator>blink4blog</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-5435</guid>
		<description>Is there any complete tutorial that setup the whole infrastructure, I would like to use SSH connection thru my server at hosting centre wherever i goes.

Currently my server is SSH enable, do i 
need to setup anything on the server side?

I assume the command mentioned above:

ssh -D 8080 -fN user@server

is client connection to server right? Do i have to run this everytime login into system or can it be set at system level so that wherever i connected will go through this setting?

Thanks</description>
		<content:encoded><![CDATA[<p>Is there any complete tutorial that setup the whole infrastructure, I would like to use SSH connection thru my server at hosting centre wherever i goes.</p>
<p>Currently my server is SSH enable, do i<br />
need to setup anything on the server side?</p>
<p>I assume the command mentioned above:</p>
<p>ssh -D 8080 -fN user@server</p>
<p>is client connection to server right? Do i have to run this everytime login into system or can it be set at system level so that wherever i connected will go through this setting?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blue_lizard</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-4847</link>
		<dc:creator>blue_lizard</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-4847</guid>
		<description>But what if your application is not SOCKS compliant?
Then you can use -w with ssh and set up an tunnel. Creating an virtual interface has a lot of benefits like transparent networking and routing.
Of course you need root access on both sides.</description>
		<content:encoded><![CDATA[<p>But what if your application is not SOCKS compliant?<br />
Then you can use -w with ssh and set up an tunnel. Creating an virtual interface has a lot of benefits like transparent networking and routing.<br />
Of course you need root access on both sides.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoffe</title>
		<link>http://ubuntu-tutorials.com/2008/06/18/tunnel-web-and-dns-traffic-over-ssh/#comment-4846</link>
		<dc:creator>Stoffe</dc:creator>
		<pubDate>Wed, 18 Jun 2008 12:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=679#comment-4846</guid>
		<description>I use a SSH tunnel just like this, but I like to change the GNOME (Ubuntu) settings instead, and Firefox to use System settings. This way everything I use goes that way... It even seems Firefox in Hardy came with this turned on by default which of course is great for integration.

Especially important now, in Sweden...</description>
		<content:encoded><![CDATA[<p>I use a SSH tunnel just like this, but I like to change the GNOME (Ubuntu) settings instead, and Firefox to use System settings. This way everything I use goes that way&#8230; It even seems Firefox in Hardy came with this turned on by default which of course is great for integration.</p>
<p>Especially important now, in Sweden&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/5 queries in 0.004 seconds using disk: basic
Object Caching 282/282 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-24 22:28:55 -->
