<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PT Ubuntu Blog &#187; ipv6</title>
	<atom:link href="http://www.ptubuntu.com/tag/ipv6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ptubuntu.com</link>
	<description>Ruijin to linux 生活中的每一点点滴滴……</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ubuntu 安装ipv6</title>
		<link>http://www.ptubuntu.com/2010/01/3358.html</link>
		<comments>http://www.ptubuntu.com/2010/01/3358.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:12:25 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3358</guid>
		<description><![CDATA[虽说现在IPV4要用完了.所以现在慢慢的要使用IPV6了.所以了解它多少呢?如果你对它还是未知.那么你就在进攻IPV6.在这里给你介绍一本书”IPv6详解 卷1：核心协议实现” 这书讲的很详细的.书是2009年刚刚出版的. 定价：￥128.00 当当价：￥102.40 折扣：80折 节省：￥25.60 书是有些贵.不过为了多学一些呀.还是要买的. 内容简介 本书全面讲解IPv6及相关协议实现的事实 标准KAME，揭示了KAME IPv6协议栈的所有细节，对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章，分别介绍IPv6地址结构、IPv6、 ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分：第一部分提供了作为RFC发布的主要协议规范的摘 要，定义各种协议分组，解释每个分组中每个字段的含义和目的；第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子，说明 如何编写既可以在IPv4网络上运行、又可以在IPv6网络上运行的可移植应用程序。 本书是IPv6的权威参考书，适合网络设计和开发人员阅读。此外，本书还适合作为高校相关专业网络课程的教学参考书。 接下要安装IPV6之前要准备的工作.就是要安装支持IPV6的程序. root@ptubuntu-laptop:/home/ptubuntu/ipv6# apt-get install gw6c root@ptubuntu-laptop:/etc/gw6c# vi gw6c.conf server=anonymous.freenet6.net auth_method=anonymous host_type=host prefixlen=64 if_prefix=wlan0 auto_retry_connect=yes retry_delay=30 retry_delay_max=300 keepalive=yes keepalive_interval=30 tunnel_mode=v6anyv4 if_tunnel_v6v4=freenet6 if_tunnel_v6udpv4=freenet6 if_tunnel_v4v6=freenet6 client_v4=auto client_v6=auto template=linux proxy_client=no broker_list=tsp-broker-list.txt last_server=tsp-last-server.txt always_use_same_server=no log_filename=gw6c.log log_rotation=yes log_rotation_size=32 log_rotation_delete=yes syslog_facility=USER 在默认安装完是没有上面这个配置的.所以你要复制进去.完之后你只要启动gw6c就可以. root@ptubuntu-laptop:/etc/gw6c# gw6c Gateway6 Client [...]]]></description>
			<content:encoded><![CDATA[<p>虽说现在IPV4要用完了.所以现在慢慢的要使用IPV6了.所以了解它多少呢?如果你对它还是未知.那么你就在进攻IPV6.在这里给你介绍一本书”<a href="http://product.dangdang.com/product.aspx?product_id=20443858" target="_blank">IPv6详解 卷1：核心协议实现</a>” 这书讲的很详细的.书是2009年刚刚出版的.<br />
定价：￥128.00                                                         当当价：￥<strong>102.40</strong> 折扣：80折 					节省：￥25.60<br />
书是有些贵.不过为了多学一些呀.还是要买的.</p>
<h2>内容简介</h2>
<div>本书全面讲解IPv6及相关协议实现的事实 标准KAME，揭示了KAME IPv6协议栈的所有细节，对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章，分别介绍IPv6地址结构、<a href="http://www.ptubuntu.com/tag/ipv6" class="st_tag internal_tag" rel="tag" title="标签 ipv6 下的日志">IPv6</a>、 ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分：第一部分提供了作为RFC发布的主要协议规范的摘 要，定义各种协议分组，解释每个分组中每个字段的含义和目的；第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子，说明 如何编写既可以在IPv4网络上运行、又可以在IPv6网络上运行的可移植应用程序。<br />
本书是IPv6的权威参考书，适合网络设计和开发人员阅读。此外，本书还适合作为高校相关专业网络课程的教学参考书。</div>
<div><span id="more-3358"></span></div>
<div></div>
<div>接下要安装IPV6之前要准备的工作.就是要安装支持IPV6的程序.</div>
<div>root@ptubuntu-laptop:/home/ptubuntu/ipv6# apt-get install gw6c<br />
root@ptubuntu-laptop:/etc/gw6c# vi gw6c.conf</div>
<blockquote>
<div>server=anonymous.freenet6.net<br />
auth_method=anonymous<br />
host_type=host<br />
prefixlen=64<br />
if_prefix=wlan0<br />
auto_retry_connect=yes<br />
retry_delay=30<br />
retry_delay_max=300<br />
keepalive=yes<br />
keepalive_interval=30<br />
tunnel_mode=v6anyv4<br />
if_tunnel_v6v4=freenet6<br />
if_tunnel_v6udpv4=freenet6<br />
if_tunnel_v4v6=freenet6<br />
client_v4=auto<br />
client_v6=auto<br />
template=<a href="http://www.ptubuntu.com/tag/linx" class="st_tag internal_tag" rel="tag" title="标签 Linux 下的日志">linux</a><br />
proxy_client=no<br />
broker_list=tsp-broker-list.txt<br />
last_server=tsp-last-server.txt<br />
always_use_same_server=no<br />
log_filename=gw6c.log<br />
log_rotation=yes<br />
log_rotation_size=32<br />
log_rotation_delete=yes<br />
syslog_facility=USER</p>
</div>
</blockquote>
<div>在默认安装完是没有上面这个配置的.所以你要复制进去.完之后你只要启动gw6c就可以.</div>
<div>root@ptubuntu-laptop:/etc/gw6c# gw6c<br />
Gateway6 Client v6.0-RELEASE build Sep  7 2009-13:59:46<br />
Built on ///Linux palmer 2.6.24-24-server #1 SMP Wed Apr 15 16:36:01 UTC 2009 i686 GNU/Linux///<br />
).ceived a TSP redirection message from Gateway6 anonymous.freenet6.net (1200 Redirection<br />
The Gateway6 redirection list is [ anon-taipei.freenet6.net, anon-sydney.freenet6.net, anon-amsterdam.freenet6.net, anon-montreal.freenet6.net ].<br />
The optimized Gateway6 redirection list is [ anon-montreal.freenet6.net, anon-sydney.freenet6.net, anon-amsterdam.freenet6.net, anon-taipei.freenet6.net ].<br />
root@ptubuntu-laptop:/etc/gw6c# ping6 ipv6.google.com<br />
PING ipv6.google.com(tx-in-x68.1e100.net) 56 data bytes<br />
64 bytes from tx-in-x68.1e100.net: icmp_seq=1 ttl=52 time=492 ms<br />
64 bytes from tx-in-x68.1e100.net: icmp_seq=2 ttl=52 time=520 ms<br />
64 bytes from tx-in-x68.1e100.net: icmp_seq=3 ttl=52 time=490 ms</div>
<div></div>
<div></div>
<div></div>
<div></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2010%2F01%2F3358.html&amp;title=ubuntu%20%E5%AE%89%E8%A3%85ipv6" id="wpa2a_2"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2010/01/3358.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Debian 下关闭ipv6</title>
		<link>http://www.ptubuntu.com/2010/01/3350.html</link>
		<comments>http://www.ptubuntu.com/2010/01/3350.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 02:13:16 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3350</guid>
		<description><![CDATA[修改modprobe.d/aliases chtsamba:/home# vi /etc/modprobe.d/aliases # alias net-pf-10 ipv6 alias net-pf-10 off alias ipv6 off 不会再出现ipv6了. Proto Recv-Q Send-Q Local Address           Foreign Address         State tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN tcp        0      0 192.168.0.200:22        192.168.0.123:1869      ESTABLISHED]]></description>
			<content:encoded><![CDATA[<p>修改modprobe.d/aliases</p>
<p>chtsamba:/home# vi /etc/modprobe.d/aliases<br />
# alias net-pf-10 <a href="http://www.ptubuntu.com/tag/ipv6" class="st_tag internal_tag" rel="tag" title="标签 ipv6 下的日志">ipv6</a><br />
alias net-pf-10 off<br />
alias ipv6 off<br />
不会再出现ipv6了.<br />
Proto Recv-Q Send-Q Local Address           Foreign Address         State<br />
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN<br />
tcp        0      0 192.168.0.200:22        192.168.0.123:1869      ESTABLISHED</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2010%2F01%2F3350.html&amp;title=Debian%20%E4%B8%8B%E5%85%B3%E9%97%ADipv6" id="wpa2a_4"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2010/01/3350.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

