<?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: 漫谈打洞</title>
	<atom:link href="http://blog.wuxinan.net/archives/78/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.wuxinan.net/archives/78</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 05:34:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rmrf</title>
		<link>http://blog.wuxinan.net/archives/78/comment-page-1#comment-2466</link>
		<dc:creator>rmrf</dc:creator>
		<pubDate>Wed, 11 Jun 2008 05:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/?p=78#comment-2466</guid>
		<description>我有机会试试吧，貌似可行</description>
		<content:encoded><![CDATA[<p>我有机会试试吧，貌似可行</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atppp</title>
		<link>http://blog.wuxinan.net/archives/78/comment-page-1#comment-2458</link>
		<dc:creator>atppp</dc:creator>
		<pubDate>Tue, 10 Jun 2008 03:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/?p=78#comment-2458</guid>
		<description>嗯。。给一个土鳖办法：第一步先在 A 上：

ssh -L 4444:B:22 C

之后在 A 另一个终端：

ssh -R 5555:127.0.0.1:80 localhost -p 4444

之后 C 上可以访问 localhost:5555 来访问 A 的 web。

不知道是否有错。。</description>
		<content:encoded><![CDATA[<p>嗯。。给一个土鳖办法：第一步先在 A 上：</p>
<p>ssh -L 4444:B:22 C</p>
<p>之后在 A 另一个终端：</p>
<p>ssh -R 5555:127.0.0.1:80 localhost -p 4444</p>
<p>之后 C 上可以访问 localhost:5555 来访问 A 的 web。</p>
<p>不知道是否有错。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rmrf</title>
		<link>http://blog.wuxinan.net/archives/78/comment-page-1#comment-2456</link>
		<dc:creator>rmrf</dc:creator>
		<pubDate>Tue, 10 Jun 2008 02:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/?p=78#comment-2456</guid>
		<description>Hi atppp.
ssh的打洞是单向的，A-&#62;C-&#62;B ，需要一个中间的C，到A和B都是通的。能否找到双向的打洞方式？ 假如C仅能到B，A仅能到C。有没有办法让B可以访问A上的资源？</description>
		<content:encoded><![CDATA[<p>Hi atppp.<br />
ssh的打洞是单向的，A-&gt;C-&gt;B ，需要一个中间的C，到A和B都是通的。能否找到双向的打洞方式？ 假如C仅能到B，A仅能到C。有没有办法让B可以访问A上的资源？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hayate</title>
		<link>http://blog.wuxinan.net/archives/78/comment-page-1#comment-676</link>
		<dc:creator>hayate</dc:creator>
		<pubDate>Sun, 02 Mar 2008 17:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/?p=78#comment-676</guid>
		<description>再补充一个
有种叫teredo的技术可以用来打洞，原理是ipv6 over udp
所以NAT必须允许udp，并且NAT必须不能是对称NAT
不过貌似适用范围还是很广的。好处是连接建立后，是点对点的不需中转，速度很快。缺点是需要软件支持ipv6</description>
		<content:encoded><![CDATA[<p>再补充一个<br />
有种叫teredo的技术可以用来打洞，原理是ipv6 over udp<br />
所以NAT必须允许udp，并且NAT必须不能是对称NAT<br />
不过貌似适用范围还是很广的。好处是连接建立后，是点对点的不需中转，速度很快。缺点是需要软件支持ipv6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hayate</title>
		<link>http://blog.wuxinan.net/archives/78/comment-page-1#comment-123</link>
		<dc:creator>hayate</dc:creator>
		<pubDate>Wed, 14 Nov 2007 09:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/?p=78#comment-123</guid>
		<description>似乎还有一种打洞的办法 就是某些vpn软件用的
就是两台内网A B机器在服务器C的帮助下 约好一个时间 同时向对方发udp数据包 由于TCP的性质 会认为对方的数据包正好是己方数据包的reply 所以防火墙不会阻拦 然后就不需要C了 A B可以直连了
不知道上面的openvpn是不是这种？</description>
		<content:encoded><![CDATA[<p>似乎还有一种打洞的办法 就是某些vpn软件用的<br />
就是两台内网A B机器在服务器C的帮助下 约好一个时间 同时向对方发udp数据包 由于TCP的性质 会认为对方的数据包正好是己方数据包的reply 所以防火墙不会阻拦 然后就不需要C了 A B可以直连了<br />
不知道上面的openvpn是不是这种？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fancy</title>
		<link>http://blog.wuxinan.net/archives/78/comment-page-1#comment-11</link>
		<dc:creator>fancy</dc:creator>
		<pubDate>Tue, 04 Sep 2007 09:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wuxinan.net/?p=78#comment-11</guid>
		<description>来拜一下acore。嗯。
技术男。哈哈。</description>
		<content:encoded><![CDATA[<p>来拜一下acore。嗯。<br />
技术男。哈哈。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
