<?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 for - [ t o i c . o r g ] -</title>
	<atom:link href="http://toic.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://toic.org</link>
	<description>Think shell</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:58:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Bypassing corporate firewall with reverse ssh port forwarding by thehidden</title>
		<link>http://toic.org/2009/01/18/reverse-ssh-port-forwarding/comment-page-1/#comment-629</link>
		<dc:creator>thehidden</dc:creator>
		<pubDate>Fri, 23 Jul 2010 17:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=207#comment-629</guid>
		<description>thank you for the good howto. i tried your idea with the reverse tunnel and every think works find. except of create an additional dynamic tunnel als socks proxy. can you explain please, how to do that? the tunnel is up, but no http traffic flows through. :-(

kind regards 
thehidden</description>
		<content:encoded><![CDATA[<p>thank you for the good howto. i tried your idea with the reverse tunnel and every think works find. except of create an additional dynamic tunnel als socks proxy. can you explain please, how to do that? the tunnel is up, but no http traffic flows through. <img src='http://toic.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>kind regards<br />
thehidden</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypassing corporate firewall with reverse ssh port forwarding by Branko</title>
		<link>http://toic.org/2009/01/18/reverse-ssh-port-forwarding/comment-page-1/#comment-623</link>
		<dc:creator>Branko</dc:creator>
		<pubDate>Tue, 25 May 2010 10:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=207#comment-623</guid>
		<description>You should set &quot;GatewayPorts clientspecified&quot; in /etc/ssh/sshd_config not in /etc/ssh/ssh_config

/etc/ssh/ssh_config is config for ssh client and /etc/ssh/sshd_config is config for ssh server running on that machine.</description>
		<content:encoded><![CDATA[<p>You should set &#8220;GatewayPorts clientspecified&#8221; in /etc/ssh/sshd_config not in /etc/ssh/ssh_config</p>
<p>/etc/ssh/ssh_config is config for ssh client and /etc/ssh/sshd_config is config for ssh server running on that machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypassing corporate firewall with reverse ssh port forwarding by Connectiong two seperate LANs with reverse SSH &#124; Bijan Hoomand</title>
		<link>http://toic.org/2009/01/18/reverse-ssh-port-forwarding/comment-page-1/#comment-622</link>
		<dc:creator>Connectiong two seperate LANs with reverse SSH &#124; Bijan Hoomand</dc:creator>
		<pubDate>Mon, 24 May 2010 18:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=207#comment-622</guid>
		<description>[...] toic, reverse ssh port forwarding [...]</description>
		<content:encoded><![CDATA[<p>[...] toic, reverse ssh port forwarding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypassing corporate firewall with reverse ssh port forwarding by bijan</title>
		<link>http://toic.org/2009/01/18/reverse-ssh-port-forwarding/comment-page-1/#comment-621</link>
		<dc:creator>bijan</dc:creator>
		<pubDate>Sat, 22 May 2010 07:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=207#comment-621</guid>
		<description>Branko, this is a great post, thank you. However I have the same issue as Justin. Let&#039;s say I have a server (the middle man) with an IP address of 174.2.2.2, from my office box, I run:

ssh -R 178.2.2.2:1200:localhost:22 bijan@178.2.2.2

It connects with no problem. I also put &quot;GatewayPorts clientspecified&quot; in /etc/ssh/ssh_config. When I issue &quot;netstat -an &#124; grep LISTEN&quot;, I see it&#039;s listening on port 1200 for 127.0.0.1

The problem as Justin mentioned is that when I issue:

ssh -p 1200 officeUser@178.2.2.2

I get the following error: &quot;ssh: connect to host 178.2.2.2 port 1200: Connection refused&quot;. However if I ssh into 178.2.2.2 (to port 22 with a user on it) and then issue:

ssh -p 1200 officeUser@localhost

It&#039;s no problem, I login like a charm! I should say I disabled iptables, so, is it really a filtering problem or something wrong with me?</description>
		<content:encoded><![CDATA[<p>Branko, this is a great post, thank you. However I have the same issue as Justin. Let&#8217;s say I have a server (the middle man) with an IP address of 174.2.2.2, from my office box, I run:</p>
<p>ssh -R 178.2.2.2:1200:localhost:22 bijan@178.2.2.2</p>
<p>It connects with no problem. I also put &#8220;GatewayPorts clientspecified&#8221; in /etc/ssh/ssh_config. When I issue &#8220;netstat -an | grep LISTEN&#8221;, I see it&#8217;s listening on port 1200 for 127.0.0.1</p>
<p>The problem as Justin mentioned is that when I issue:</p>
<p>ssh -p 1200 officeUser@178.2.2.2</p>
<p>I get the following error: &#8220;ssh: connect to host 178.2.2.2 port 1200: Connection refused&#8221;. However if I ssh into 178.2.2.2 (to port 22 with a user on it) and then issue:</p>
<p>ssh -p 1200 officeUser@localhost</p>
<p>It&#8217;s no problem, I login like a charm! I should say I disabled iptables, so, is it really a filtering problem or something wrong with me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secure synergy setup by SSH port forwarding &#124; - [ t o i c . o r g ] -</title>
		<link>http://toic.org/2009/02/01/secure-synergy-setup/comment-page-1/#comment-615</link>
		<dc:creator>SSH port forwarding &#124; - [ t o i c . o r g ] -</dc:creator>
		<pubDate>Fri, 07 May 2010 10:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=241#comment-615</guid>
		<description>[...] like in one of the previous posts (secure synergy setup) we will use this tunnel to secure our traffic from eavesdropping. Ftp actually has sftp (ftp over [...]</description>
		<content:encoded><![CDATA[<p>[...] like in one of the previous posts (secure synergy setup) we will use this tunnel to secure our traffic from eavesdropping. Ftp actually has sftp (ftp over [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preventing ip conflicts in xen by xdaan</title>
		<link>http://toic.org/2008/09/22/preventing-ip-conflicts-in-xen/comment-page-1/#comment-612</link>
		<dc:creator>xdaan</dc:creator>
		<pubDate>Sun, 11 Apr 2010 23:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=3#comment-612</guid>
		<description>Hi,

I&#039;ve tried this solution, but unfortunately it seems to me that it doesn&#039;t give the expected results. Problem with IP spoofing is still there.

So if you really want to prevent stealing IP adressess inside of XEN domU, here is my tested an 120% working solution - http://xdaan.envirobyte.sk/rand.php?x=xen-ip-conflict</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve tried this solution, but unfortunately it seems to me that it doesn&#8217;t give the expected results. Problem with IP spoofing is still there.</p>
<p>So if you really want to prevent stealing IP adressess inside of XEN domU, here is my tested an 120% working solution &#8211; <a href="http://xdaan.envirobyte.sk/rand.php?x=xen-ip-conflict" rel="nofollow">http://xdaan.envirobyte.sk/rand.php?x=xen-ip-conflict</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firewalling xen bridge by entplex</title>
		<link>http://toic.org/2009/04/19/firewalling-xen-bridge/comment-page-1/#comment-611</link>
		<dc:creator>entplex</dc:creator>
		<pubDate>Sun, 28 Mar 2010 14:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=179#comment-611</guid>
		<description>I don&#039;t believe this configuration works with kernel 2.6.20+ Has anyone found any viable work-a-rounds?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe this configuration works with kernel 2.6.20+ Has anyone found any viable work-a-rounds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypassing corporate firewall with reverse ssh port forwarding by Links 15/3/2010: CrossOver Linux, Tim Bray Joins Google &#124; Boycott Novell</title>
		<link>http://toic.org/2009/01/18/reverse-ssh-port-forwarding/comment-page-1/#comment-609</link>
		<dc:creator>Links 15/3/2010: CrossOver Linux, Tim Bray Joins Google &#124; Boycott Novell</dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=207#comment-609</guid>
		<description>[...] Bypassing corporate firewall with reverse ssh port forwarding [...]</description>
		<content:encoded><![CDATA[<p>[...] Bypassing corporate firewall with reverse ssh port forwarding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypassing corporate firewall with reverse ssh port forwarding by Christian Rishøj</title>
		<link>http://toic.org/2009/01/18/reverse-ssh-port-forwarding/comment-page-1/#comment-597</link>
		<dc:creator>Christian Rishøj</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=207#comment-597</guid>
		<description>Excellent post! Thorough, explanatory and extremely useful. You saved the day!</description>
		<content:encoded><![CDATA[<p>Excellent post! Thorough, explanatory and extremely useful. You saved the day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH basics by SSH port forwarding &#124; - [ t o i c . o r g ] -</title>
		<link>http://toic.org/2008/11/17/ssh-basics/comment-page-1/#comment-589</link>
		<dc:creator>SSH port forwarding &#124; - [ t o i c . o r g ] -</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://toic.org/?p=100#comment-589</guid>
		<description>[...] can also speed things up by using ssh-keys and [...]</description>
		<content:encoded><![CDATA[<p>[...] can also speed things up by using ssh-keys and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.286 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 08:56:20 -->
