虽说现在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之前要准备的工作.就是要安装支持IPV6的程序.
root@ptubuntu-laptop:/home/ptubuntu/ipv6# apt-get install gw6c
root@ptubuntu-laptop:/etc/gw6c# vi gw6c.conf
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 v6.0-RELEASE build Sep 7 2009-13:59:46
Built on ///Linux palmer 2.6.24-24-server #1 SMP Wed Apr 15 16:36:01 UTC 2009 i686 GNU/Linux///
).ceived a TSP redirection message from Gateway6 anonymous.freenet6.net (1200 Redirection
The Gateway6 redirection list is [ anon-taipei.freenet6.net, anon-sydney.freenet6.net, anon-amsterdam.freenet6.net, anon-montreal.freenet6.net ].
The optimized Gateway6 redirection list is [ anon-montreal.freenet6.net, anon-sydney.freenet6.net, anon-amsterdam.freenet6.net, anon-taipei.freenet6.net ].
root@ptubuntu-laptop:/etc/gw6c# ping6 ipv6.google.com
PING ipv6.google.com(tx-in-x68.1e100.net) 56 data bytes
64 bytes from tx-in-x68.1e100.net: icmp_seq=1 ttl=52 time=492 ms
64 bytes from tx-in-x68.1e100.net: icmp_seq=2 ttl=52 time=520 ms
64 bytes from tx-in-x68.1e100.net: icmp_seq=3 ttl=52 time=490 ms
Gateway6 Client v6.0-RELEASE build Sep 7 2009-13:59:46
Built on ///Linux palmer 2.6.24-24-server #1 SMP Wed Apr 15 16:36:01 UTC 2009 i686 GNU/Linux///
).ceived a TSP redirection message from Gateway6 anonymous.freenet6.net (1200 Redirection
The Gateway6 redirection list is [ anon-taipei.freenet6.net, anon-sydney.freenet6.net, anon-amsterdam.freenet6.net, anon-montreal.freenet6.net ].
The optimized Gateway6 redirection list is [ anon-montreal.freenet6.net, anon-sydney.freenet6.net, anon-amsterdam.freenet6.net, anon-taipei.freenet6.net ].
root@ptubuntu-laptop:/etc/gw6c# ping6 ipv6.google.com
PING ipv6.google.com(tx-in-x68.1e100.net) 56 data bytes
64 bytes from tx-in-x68.1e100.net: icmp_seq=1 ttl=52 time=492 ms
64 bytes from tx-in-x68.1e100.net: icmp_seq=2 ttl=52 time=520 ms
64 bytes from tx-in-x68.1e100.net: icmp_seq=3 ttl=52 time=490 ms
原创文章,转载请注明: 转载自PT Ubuntu Blog
据说再多两年 IPv4 就用完了。
@welee : 现在都不够用了.我看不用两年就完了…..
现在对于ipv6,还没有多大的用途吧
虽然现在用的人不多。但是还有一些慢慢的开始使用了。要是真的等那一天没有IP了。那不是世界也快倒下了。