<?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: Howto use SSH local and remote port forwarding</title>
	<atom:link href="http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian Topping</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-7816</link>
		<dc:creator>Brian Topping</dc:creator>
		<pubDate>Tue, 21 Dec 2010 04:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-7816</guid>
		<description>Echoing XTC&#039;s comment here.  I never heard of GatewayPorts, but spent hours trying to figure why all my remote port TCP connections were being dropped....</description>
		<content:encoded><![CDATA[<p>Echoing XTC&#8217;s comment here.  I never heard of GatewayPorts, but spent hours trying to figure why all my remote port TCP connections were being dropped&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manohar Kuse</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-6264</link>
		<dc:creator>Manohar Kuse</dc:creator>
		<pubDate>Sun, 21 Nov 2010 14:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-6264</guid>
		<description>Yes, this article is pretty informative, I used this (SSH port forwarding) in my university to access
high speed proxy server, which was then available only from Labs and not hostel</description>
		<content:encoded><![CDATA[<p>Yes, this article is pretty informative, I used this (SSH port forwarding) in my university to access<br />
high speed proxy server, which was then available only from Labs and not hostel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jdrake</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-6142</link>
		<dc:creator>Jdrake</dc:creator>
		<pubDate>Wed, 20 Oct 2010 00:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-6142</guid>
		<description>A better general form for local port forwarding is:

ssh user@remote -T -L  [local_IP:]lport:remote_IP:rport 

-T: Suppresses login terminal on remote system

local_IP: Specify interface to listen for connections. Allows finer grained control on which interfaces connections are accepted, if system is multi-homed host.

-g appears to be equivalent to listening on local_IP 0.0.0.0

-L can be specified more than once, so you can specify multiple local_IP/lport values to forward on a single command line</description>
		<content:encoded><![CDATA[<p>A better general form for local port forwarding is:</p>
<p>ssh user@remote -T -L  [local_IP:]lport:remote_IP:rport </p>
<p>-T: Suppresses login terminal on remote system</p>
<p>local_IP: Specify interface to listen for connections. Allows finer grained control on which interfaces connections are accepted, if system is multi-homed host.</p>
<p>-g appears to be equivalent to listening on local_IP 0.0.0.0</p>
<p>-L can be specified more than once, so you can specify multiple local_IP/lport values to forward on a single command line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-6007</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Fri, 17 Sep 2010 14:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-6007</guid>
		<description>very useful information ,thank you very much.</description>
		<content:encoded><![CDATA[<p>very useful information ,thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiGiGoth</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-5698</link>
		<dc:creator>DiGiGoth</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-5698</guid>
		<description>how do i do this ?:
i need to forward remote incoming connections to a remote machine !</description>
		<content:encoded><![CDATA[<p>how do i do this ?:<br />
i need to forward remote incoming connections to a remote machine !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XTC</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-5099</link>
		<dc:creator>XTC</dc:creator>
		<pubDate>Mon, 07 Jun 2010 09:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-5099</guid>
		<description>Thanks

Never heard of:
GatewayPorts yes

but it saved my day :)</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>Never heard of:<br />
GatewayPorts yes</p>
<p>but it saved my day <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnisnomore</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-4974</link>
		<dc:creator>johnisnomore</dc:creator>
		<pubDate>Tue, 04 May 2010 04:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-4974</guid>
		<description>Did not work for me here =( (Remote forwarding)</description>
		<content:encoded><![CDATA[<p>Did not work for me here =( (Remote forwarding)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ever</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-2305</link>
		<dc:creator>Ever</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-2305</guid>
		<description>If you want everybody on the subnet at work to be able to SSH into your home machine, there’s no -g option for remote forward, so you need to change the SSH configuration, add to sshd_config :

GatewayPorts yes</description>
		<content:encoded><![CDATA[<p>If you want everybody on the subnet at work to be able to SSH into your home machine, there’s no -g option for remote forward, so you need to change the SSH configuration, add to sshd_config :</p>
<p>GatewayPorts yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-2061</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Wed, 26 Nov 2008 23:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-2061</guid>
		<description>Yes! Thank you. After reading several articles, this is the one with information that actually works.</description>
		<content:encoded><![CDATA[<p>Yes! Thank you. After reading several articles, this is the one with information that actually works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Egypt</title>
		<link>http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html/comment-page-1#comment-2060</link>
		<dc:creator>SEO Egypt</dc:creator>
		<pubDate>Thu, 28 Aug 2008 11:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html#comment-2060</guid>
		<description>Great article, i used to do port forwarding through the router configuration file. Thanks for sharing thiat great information. Keep posting more. Thanks again.</description>
		<content:encoded><![CDATA[<p>Great article, i used to do port forwarding through the router configuration file. Thanks for sharing thiat great information. Keep posting more. Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

