发布时间:2015-12-21 14:37:39
confirm / renew / rebind 区别0.交互过程confirm报文1. confirm 报文 1) 在链路发送变化的情况下触发 2) A client sends a Confirm message to any available server to determine whether the addresses it was assigned are still appropriate to the link.........【阅读全文】
发布时间:2015-10-20 15:24:44
下面的这张图(http://www.openwall.com/presentations/IPv6/img35.html)很好的说明了DAD的整个过程。linux内核2.6.32的DAD检测函数为addrconf_dad_start,调用该函数后的第一步就是1.调用函数addrconf_join_solict将接口加入solicited-note组播组中(上图中的第2步)2.addrconf_dad_timer--->ndisc_send_ns发送NS报文(上.........【阅读全文】
发布时间:2014-08-28 18:06:10
DHCPv6 有两种模式: 有状态(Statefull)和无状态(Stateless)。有状态模式:主机直接从DHCPV6服务器获取全部的编址信息及其它配置信息。无状态模式:主机从路由宣告信息中获取编址信息,并从DHCPv6服务器获取其它配置信息。一、有状态的交互如下:抓包如下:一、无状态的交互如下:抓包如下:.........【阅读全文】
发布时间:2014-08-21 17:38:01
添加auto地址的原则是:1. 配置文件中的autoconf使能(/proc/sys/net/ipv6/conf/eth0/autoconf 置为1)2.服务器发过来的RA中ICMPV6 option “Prefix information"中Flags字段中的auto 为1。这个参数可以在服务器如思科上通过命令ipv6 nd prefix default no-autoconfig 设置为0。如果设置成为0,则不会生成autoconf.........【阅读全文】