<?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>评论：你的网站&#8220;IPv6 Ready&#8221;了吗？</title>
	<atom:link href="http://kangzj.net/is-your-web-ipv6-ready/feed/" rel="self" type="application/rss+xml" />
	<link>http://kangzj.net/is-your-web-ipv6-ready/</link>
	<description>记录技术和生活~</description>
	<lastBuildDate>Sat, 31 Jul 2010 19:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>来自：deardongdong</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5600</link>
		<dc:creator>deardongdong</dc:creator>
		<pubDate>Sat, 03 Jul 2010 10:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5600</guid>
		<description>现在貌似不能用ipv6访问了？</description>
		<content:encoded><![CDATA[<p>现在貌似不能用ipv6访问了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Jones</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5534</link>
		<dc:creator>Jones</dc:creator>
		<pubDate>Mon, 21 Jun 2010 14:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5534</guid>
		<description>listen       216.45.55.20:80;
listen       [2001:470:1f04:873::2]:80;
这样写nginx都启动不了，显示如下错误：
[emerg]: bind() to [2001:470:c:7a1::2]:80 failed (98: Address already in use)
不写下面那句就可以，但是虽然地址显示是ipv6，但是不连ipv4网络，还是访问不了！不知道怎么回事</description>
		<content:encoded><![CDATA[<p>listen       216.45.55.20:80;<br />
listen       [2001:470:1f04:873::2]:80;<br />
这样写nginx都启动不了，显示如下错误：<br />
[emerg]: bind() to [2001:470:c:7a1::2]:80 failed (98: Address already in use)<br />
不写下面那句就可以，但是虽然地址显示是ipv6，但是不连ipv4网络，还是访问不了！不知道怎么回事</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Rayyn</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5517</link>
		<dc:creator>Rayyn</dc:creator>
		<pubDate>Sun, 13 Jun 2010 05:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5517</guid>
		<description>杯具的BurstNet IPv6接入了。。但就是不能監聽[::]:80</description>
		<content:encoded><![CDATA[<p>杯具的BurstNet IPv6接入了。。但就是不能監聽[::]:80</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Showfom</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5364</link>
		<dc:creator>Showfom</dc:creator>
		<pubDate>Mon, 17 May 2010 11:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5364</guid>
		<description>&lt;a href=&quot;#comment-5151&quot; rel=&quot;nofollow&quot;&gt;@6700 &lt;/a&gt;上面的方法只适合Xen的 OpenVZ的方法在这里 https://ccp.li/?p=60</description>
		<content:encoded><![CDATA[<p><a href="#comment-5151" rel="nofollow">@6700 </a>上面的方法只适合Xen的 OpenVZ的方法在这里 <a href="https://ccp.li/?p=60" rel="nofollow">https://ccp.li/?p=60</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：6700</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5151</link>
		<dc:creator>6700</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5151</guid>
		<description># modprobe ipv6
FATAL: Could not load /lib/modules/2.6.18-164.11.1.el5.028stab068.5/modules.dep: No such file or directory
# ip tunnel add he-ipv6 mode sit remote 72.*.104.* local *.172.*.87 ttl 255
ioctl: No such device
# ip link set he-ipv6 up
SIOCGIFFLAGS: No such device
# ip addr add 2001:470:*:*::* dev he-ipv6
Cannot find device &quot;he-ipv6&quot;
# ip route add ::/0 dev he-ipv6
Cannot find device &quot;he-ipv6&quot;
# ip -f inet6 addr
1: lo:  mtu 16436 
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever

麻烦问下这个问题到底是出在哪里…… OpenVZ的机子……</description>
		<content:encoded><![CDATA[<p># modprobe ipv6<br />
FATAL: Could not load /lib/modules/2.6.18-164.11.1.el5.028stab068.5/modules.dep: No such file or directory<br />
# ip tunnel add he-ipv6 mode sit remote 72.*.104.* local *.172.*.87 ttl 255<br />
ioctl: No such device<br />
# ip link set he-ipv6 up<br />
SIOCGIFFLAGS: No such device<br />
# ip addr add 2001:470:*:*::* dev he-ipv6<br />
Cannot find device &#8220;he-ipv6&#8243;<br />
# ip route add ::/0 dev he-ipv6<br />
Cannot find device &#8220;he-ipv6&#8243;<br />
# ip -f inet6 addr<br />
1: lo:  mtu 16436<br />
    inet6 ::1/128 scope host<br />
       valid_lft forever preferred_lft forever</p>
<p>麻烦问下这个问题到底是出在哪里…… OpenVZ的机子……</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：大同</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5103</link>
		<dc:creator>大同</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5103</guid>
		<description>国外的虚拟主机可以不？</description>
		<content:encoded><![CDATA[<p>国外的虚拟主机可以不？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小c</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-5101</link>
		<dc:creator>小c</dc:creator>
		<pubDate>Mon, 05 Apr 2010 09:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-5101</guid>
		<description>用ipv6是不是不怕被墙了? :mrgreen:</description>
		<content:encoded><![CDATA[<p>用ipv6是不是不怕被墙了? <img src='http://kangzj.net/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Zeddicus</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-4891</link>
		<dc:creator>Zeddicus</dc:creator>
		<pubDate>Sat, 20 Mar 2010 05:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-4891</guid>
		<description>提示说already in use，不过后来使用[::]:80解决了～貌似不能对特定IP的～</description>
		<content:encoded><![CDATA[<p>提示说already in use，不过后来使用[::]:80解决了～貌似不能对特定IP的～</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：kangzj</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-4885</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Sat, 20 Mar 2010 02:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-4885</guid>
		<description>@Zeddicus, 呃，不知道。。。提示说啥，就说无法bind?</description>
		<content:encoded><![CDATA[<p>@Zeddicus, 呃，不知道。。。提示说啥，就说无法bind?</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Zeddicus</title>
		<link>http://kangzj.net/is-your-web-ipv6-ready/#comment-4873</link>
		<dc:creator>Zeddicus</dc:creator>
		<pubDate>Fri, 19 Mar 2010 15:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1631#comment-4873</guid>
		<description>试了下，nginx无法bind不知道啥问题</description>
		<content:encoded><![CDATA[<p>试了下，nginx无法bind不知道啥问题</p>
]]></content:encoded>
	</item>
</channel>
</rss>
