IPv6 DDNS using dhcp-4.1.0p1

brett lee brettlee at yahoo.com
Wed Jan 20 00:05:59 UTC 2010


> On Mon, Jan 18, 2010 at 07:39:11AM -0800, brett lee wrote:

> > 1.  Cannot seem to get DDNS working for some v6 pools.  Per the logs, updates 
> are not being sent from DHCPD and are not arriving at NAMED.  Both are on the 
> same host and the config files dhcpd.conf and named.conf are below.  Hoping 
> someone can point out what is misconfigured.
> 
> dhcpd defaults to make hostnames ("ddns-hostname") for the client
> based upon the supplied (in DHCPv6's case) FQDN option.  Basically,
> we pull the leftmost label ("foo.example.com" is "foo" as a hostname).
> 
> So if the client doesn't send an FQDN, you need to configure one for
> it, or over-ride ddns-hostname so it manufactures a name in the event
> the client doesn't supply one, or etc etc.
> 
> > 2.  Cannot seem to assign a fixed address.  All hosts (Solaris, FreeBSD, 
> Win2K8) only get addresses from the dynamic range.  The config below attempts to 
> define an address for the host freebsd8vm.  Have pulled what I believe to be the 
> dhcp6.client-id from the DHCPD logging seen here:
> 
> Your host record;
> 
> >    host freebsd8vm {
> >      host-identifier option dhcp6.client-id 
> "05:00:00:00:31:00:00:00:03:00:00:00:00:00:00:00";
> >      fixed-address6  2bad:0000:0564:0001::21;
> >    }
> 
> 1) Is scoped inside a v6 subnet, which you should be warned doesn't do
>    what you expect.  It shouldn't make it break, but you might want to
>    move it to a global scope to cause less confusion, unless you know
>    what subnet-scoped-host-records do and want to use that capability.
> 
> 2) The config parser understands "foo", a quoted string, to be an
>    NVT-ASCII quoted, printable string, without a null terminator.
>    Meanwhile, you've filled the middle of this string with hexadecimal
>    numbers, suggesting you want to match an arbitrary binary field (what
>    our config parser calls an 'octet string', ff:ff:ff:ff for example
>    would be 4 bytes, all ones, whereas "ff:ff:ff:ff" is 11 bytes, each
>    corresponding to the ASCII code for the characters in the string).
> 
> -- 
> David W. Hankins    BIND 10 needs more DHCP voices.
> Software Engineer        There just aren't enough in our heads.
> Internet Systems Consortium, Inc.        http://bind10.isc.org/


Thanks for the details, David!  I really appreciate it.

Am now running the 4.1.1 client (FreeBSD
8) and server (Solaris 10u4).  As I understood the DDNS section of the
client man page, have the client configured like this:

[root at freebsdvm8 ~]# cat /usr/local/etc/dhclient.conf
send fqdn.fqdn "freebsdvm8.apevt.local.";
send fqdn.encoded on;
send fqdn.server-update off;
also request fqdn, dhcp6.fqdn;
interface le0 { send ia-na 0; }
id-assoc na 0 { }
[root at freebsdvm8 ~]#

The last two lines were left over from a previous attempt using the KAME client.

The server is the same, except that:

1)  have moved the host record out of subnet6 as I haven't a clue what subnet-scoped-host-records do, and

2) have taken the default-duid from:

[root at freebsdvm8 ~]# strings /var/db/dhclient6.leases
default-duid "\000\001\000\001\022\350\2214\000\014)\364\206\204";
[root at freebsdvm8 ~]#

and stuck it into the host definition as the dhcp6.client-id:

host freebsdvm8 {
     host-identifier option dhcp6.client-id "\000\001\000\001\022\350\2214\000\014)\364\206\204";
     fixed-address6  2bad:0000:0564:0001::22;
}

The good news is that DHCPD seems to be offering up the stateful
fixed-address6 to this host; the bad news is the host doesn't accept it.  Am pretty sure the client is now sending the FQDN, but am not confident at all on the rest of the config, as even stateless addresses offered by dhcpd are not accepted.  Any thoughts?

Thanks  -Brett




Below is a capture of the solicit/advertise traffic:

[root at solaris10u4sparc named]# snoop -v -r ip6 host fe80::20c:29ff:fef4:8684 not port ssh
ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 1 arrived at 16:07:30.15511
ETHER:  Packet size = 114 bytes
ETHER:  Destination = 33:33:0:1:0:2, (multicast)
ETHER:  Source      = 0:c:29:f4:86:84,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 60
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 1
IPv6:   Source address = fe80::20c:29ff:fef4:8684
IPv6:   Destination address = ff02::1:2
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 546
UDP:  Destination port = 547 (DHCPv6S)
UDP:  Length = 60
UDP:  Checksum = 5026
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 1 (Solicit)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 6 (Option Request)
DHCPv6:   Requested Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Requested Option Code = 24 (Domain Search List)
DHCPv6: Option Code = 8 (Elapsed Time)
DHCPv6:   Elapsed Time = 0.00 seconds
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 3600 seconds
DHCPv6:   T2 (rebind) = 5400 seconds
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 2 arrived at 16:07:30.15616
ETHER:  Packet size = 243 bytes
ETHER:  Destination = 0:c:29:f4:86:84,
ETHER:  Source      = 0:3:ba:e8:36:f2,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 189
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 60
IPv6:   Source address = fe80::203:baff:fee8:36f2
IPv6:   Destination address = fe80::20c:29ff:fef4:8684
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 547
UDP:  Destination port = 546 (DHCPv6C)
UDP:  Length = 189
UDP:  Checksum = 2708
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 2 (Advertise)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 0 seconds
DHCPv6:   T2 (rebind) = 0 seconds
DHCPv6: IA: ----- Identity Association -----
DHCPv6: IA: Option Code = 5 (IA Address)
DHCPv6: IA:   Address = 2bad:0:564:1::22
DHCPv6: IA:   Preferred lifetime = 375 seconds
DHCPv6: IA:   Valid lifetime = 600 seconds
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 2 (Server Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 316828499 (Thu Jan 14 16:54:59 2010)
DHCPv6:   Link Layer Address = 05:00:00:00:31:00:00:00:03:00:00:00:00:00:00:00
DHCPv6: Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Address = 2bad:0:564:1:203:baff:fee8:36f2
DHCPv6:   Address = 2bad:0:564:2:203:baff:fee8:36f3
DHCPv6:   Address = 2bad:0:564:3:203:baff:fee8:36f4
DHCPv6: Option Code = 24 (Domain Search List)
DHCPv6:   Name = ipv6.apevt.local,\032apevt.local.
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 3 arrived at 16:07:31.20414
ETHER:  Packet size = 114 bytes
ETHER:  Destination = 33:33:0:1:0:2, (multicast)
ETHER:  Source      = 0:c:29:f4:86:84,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 60
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 1
IPv6:   Source address = fe80::20c:29ff:fef4:8684
IPv6:   Destination address = ff02::1:2
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 546
UDP:  Destination port = 547 (DHCPv6S)
UDP:  Length = 60
UDP:  Checksum = 4FC0
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 1 (Solicit)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 6 (Option Request)
DHCPv6:   Requested Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Requested Option Code = 24 (Domain Search List)
DHCPv6: Option Code = 8 (Elapsed Time)
DHCPv6:   Elapsed Time = 1.02 seconds
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 3600 seconds
DHCPv6:   T2 (rebind) = 5400 seconds
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 4 arrived at 16:07:31.20510
ETHER:  Packet size = 243 bytes
ETHER:  Destination = 0:c:29:f4:86:84,
ETHER:  Source      = 0:3:ba:e8:36:f2,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 189
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 60
IPv6:   Source address = fe80::203:baff:fee8:36f2
IPv6:   Destination address = fe80::20c:29ff:fef4:8684
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 547
UDP:  Destination port = 546 (DHCPv6C)
UDP:  Length = 189
UDP:  Checksum = 2708
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 2 (Advertise)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 0 seconds
DHCPv6:   T2 (rebind) = 0 seconds
DHCPv6: IA: ----- Identity Association -----
DHCPv6: IA: Option Code = 5 (IA Address)
DHCPv6: IA:   Address = 2bad:0:564:1::22
DHCPv6: IA:   Preferred lifetime = 375 seconds
DHCPv6: IA:   Valid lifetime = 600 seconds
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 2 (Server Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 316828499 (Thu Jan 14 16:54:59 2010)
DHCPv6:   Link Layer Address = 05:00:00:00:31:00:00:00:03:00:00:00:00:00:00:00
DHCPv6: Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Address = 2bad:0:564:1:203:baff:fee8:36f2
DHCPv6:   Address = 2bad:0:564:2:203:baff:fee8:36f3
DHCPv6:   Address = 2bad:0:564:3:203:baff:fee8:36f4
DHCPv6: Option Code = 24 (Domain Search List)
DHCPv6:   Name = ipv6.apevt.local,\032apevt.local.
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 5 arrived at 16:07:33.18030
ETHER:  Packet size = 114 bytes
ETHER:  Destination = 33:33:0:1:0:2, (multicast)
ETHER:  Source      = 0:c:29:f4:86:84,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 60
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 1
IPv6:   Source address = fe80::20c:29ff:fef4:8684
IPv6:   Destination address = ff02::1:2
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 546
UDP:  Destination port = 547 (DHCPv6S)
UDP:  Length = 60
UDP:  Checksum = 4EF6
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 1 (Solicit)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 6 (Option Request)
DHCPv6:   Requested Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Requested Option Code = 24 (Domain Search List)
DHCPv6: Option Code = 8 (Elapsed Time)
DHCPv6:   Elapsed Time = 3.04 seconds
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 3600 seconds
DHCPv6:   T2 (rebind) = 5400 seconds
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 6 arrived at 16:07:33.18130
ETHER:  Packet size = 243 bytes
ETHER:  Destination = 0:c:29:f4:86:84,
ETHER:  Source      = 0:3:ba:e8:36:f2,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 189
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 60
IPv6:   Source address = fe80::203:baff:fee8:36f2
IPv6:   Destination address = fe80::20c:29ff:fef4:8684
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 547
UDP:  Destination port = 546 (DHCPv6C)
UDP:  Length = 189
UDP:  Checksum = 2708
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 2 (Advertise)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 0 seconds
DHCPv6:   T2 (rebind) = 0 seconds
DHCPv6: IA: ----- Identity Association -----
DHCPv6: IA: Option Code = 5 (IA Address)
DHCPv6: IA:   Address = 2bad:0:564:1::22
DHCPv6: IA:   Preferred lifetime = 375 seconds
DHCPv6: IA:   Valid lifetime = 600 seconds
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 2 (Server Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 316828499 (Thu Jan 14 16:54:59 2010)
DHCPv6:   Link Layer Address = 05:00:00:00:31:00:00:00:03:00:00:00:00:00:00:00
DHCPv6: Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Address = 2bad:0:564:1:203:baff:fee8:36f2
DHCPv6:   Address = 2bad:0:564:2:203:baff:fee8:36f3
DHCPv6:   Address = 2bad:0:564:3:203:baff:fee8:36f4
DHCPv6: Option Code = 24 (Domain Search List)
DHCPv6:   Name = ipv6.apevt.local,\032apevt.local.
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 7 arrived at 16:07:35.15006
ETHER:  Packet size = 86 bytes
ETHER:  Destination = 0:c:29:f4:86:84,
ETHER:  Source      = 0:3:ba:e8:36:f2,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 32
IPv6:   Next Header = 58 (ICMPv6)
IPv6:   Hop Limit = 255
IPv6:   Source address = fe80::203:baff:fee8:36f2
IPv6:   Destination address = fe80::20c:29ff:fef4:8684
IPv6:
ICMPv6:  ----- ICMPv6 Header -----
ICMPv6:
ICMPv6:  Type = 135 (Neighbor solicitation)
ICMPv6:  Code = 0
ICMPv6:  Checksum = 345c
ICMPv6:  Target node = fe80::20c:29ff:fef4:8684, fe80::20c:29ff:fef4:8684
ICMPv6:
ICMPv6:  +++ ICMPv6 Source LL Addr option +++
ICMPv6:  Link Layer address: 0:3:ba:e8:36:f2
ICMPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 8 arrived at 16:07:35.15081
ETHER:  Packet size = 78 bytes
ETHER:  Destination = 0:3:ba:e8:36:f2,
ETHER:  Source      = 0:c:29:f4:86:84,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 24
IPv6:   Next Header = 58 (ICMPv6)
IPv6:   Hop Limit = 255
IPv6:   Source address = fe80::20c:29ff:fef4:8684
IPv6:   Destination address = fe80::203:baff:fee8:36f2
IPv6:
ICMPv6:  ----- ICMPv6 Header -----
ICMPv6:
ICMPv6:  Type = 136 (Neighbor advertisement)
ICMPv6:  Code = 0
ICMPv6:  Checksum = e642
ICMPv6:  Target node = fe80::20c:29ff:fef4:8684, fe80::20c:29ff:fef4:8684
ICMPv6:  Router flag: NOT SET, Solicited flag: SET, Override flag: NOT SET
ICMPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 9 arrived at 16:07:37.08279
ETHER:  Packet size = 114 bytes
ETHER:  Destination = 33:33:0:1:0:2, (multicast)
ETHER:  Source      = 0:c:29:f4:86:84,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 60
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 1
IPv6:   Source address = fe80::20c:29ff:fef4:8684
IPv6:   Destination address = ff02::1:2
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 546
UDP:  Destination port = 547 (DHCPv6S)
UDP:  Length = 60
UDP:  Checksum = 4D70
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 1 (Solicit)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 6 (Option Request)
DHCPv6:   Requested Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Requested Option Code = 24 (Domain Search List)
DHCPv6: Option Code = 8 (Elapsed Time)
DHCPv6:   Elapsed Time = 6.94 seconds
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 3600 seconds
DHCPv6:   T2 (rebind) = 5400 seconds
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 10 arrived at 16:07:37.08385
ETHER:  Packet size = 243 bytes
ETHER:  Destination = 0:c:29:f4:86:84,
ETHER:  Source      = 0:3:ba:e8:36:f2,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 189
IPv6:   Next Header = 17 (UDP)
IPv6:   Hop Limit = 60
IPv6:   Source address = fe80::203:baff:fee8:36f2
IPv6:   Destination address = fe80::20c:29ff:fef4:8684
IPv6:
UDP:  ----- UDP Header -----
UDP:
UDP:  Source port = 547
UDP:  Destination port = 546 (DHCPv6C)
UDP:  Length = 189
UDP:  Checksum = 2708
UDP:
DHCPv6: ----- Dynamic Host Configuration Protocol Version 6 -----
DHCPv6:
DHCPv6: Message type (msg-type) = 2 (Advertise)
DHCPv6: Transaction ID = 74d1e6
DHCPv6:
DHCPv6: Option Code = 3 (Identity Association for Non-temporary Addresses)
DHCPv6:   IAID = 703891076
DHCPv6:   T1 (renew) = 0 seconds
DHCPv6:   T2 (rebind) = 0 seconds
DHCPv6: IA: ----- Identity Association -----
DHCPv6: IA: Option Code = 5 (IA Address)
DHCPv6: IA:   Address = 2bad:0:564:1::22
DHCPv6: IA:   Preferred lifetime = 375 seconds
DHCPv6: IA:   Valid lifetime = 600 seconds
DHCPv6: Option Code = 1 (Client Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 317231412 (Tue Jan 19 08:50:12 2010)
DHCPv6:   Link Layer Address = 00:0c:29:f4:86:84
DHCPv6: Option Code = 2 (Server Identifier)
DHCPv6:   DUID Type = 1 (Link-layer Address Plus Time)
DHCPv6:   Hardware Type = 1 (Ethernet (10Mb))
DHCPv6:   Time = 316828499 (Thu Jan 14 16:54:59 2010)
DHCPv6:   Link Layer Address = 05:00:00:00:31:00:00:00:03:00:00:00:00:00:00:00
DHCPv6: Option Code = 23 (DNS Recursive Name Server)
DHCPv6:   Address = 2bad:0:564:1:203:baff:fee8:36f2
DHCPv6:   Address = 2bad:0:564:2:203:baff:fee8:36f3
DHCPv6:   Address = 2bad:0:564:3:203:baff:fee8:36f4
DHCPv6: Option Code = 24 (Domain Search List)
DHCPv6:   Name = ipv6.apevt.local,\032apevt.local.
DHCPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 11 arrived at 16:07:40.15649
ETHER:  Packet size = 86 bytes
ETHER:  Destination = 0:3:ba:e8:36:f2,
ETHER:  Source      = 0:c:29:f4:86:84,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 32
IPv6:   Next Header = 58 (ICMPv6)
IPv6:   Hop Limit = 255
IPv6:   Source address = fe80::20c:29ff:fef4:8684
IPv6:   Destination address = fe80::203:baff:fee8:36f2
IPv6:
ICMPv6:  ----- ICMPv6 Header -----
ICMPv6:
ICMPv6:  Type = 135 (Neighbor solicitation)
ICMPv6:  Code = 0
ICMPv6:  Checksum = 345c
ICMPv6:  Target node = fe80::203:baff:fee8:36f2, fe80::203:baff:fee8:36f2
ICMPv6:
ICMPv6:  +++ ICMPv6 Source LL Addr option +++
ICMPv6:  Link Layer address: 0:c:29:f4:86:84
ICMPv6:

ETHER:  ----- Ether Header -----
ETHER:
ETHER:  Packet 12 arrived at 16:07:40.15657
ETHER:  Packet size = 86 bytes
ETHER:  Destination = 0:c:29:f4:86:84,
ETHER:  Source      = 0:3:ba:e8:36:f2,
ETHER:  Ethertype = 86DD (IPv6)
ETHER:
IPv6:   ----- IPv6 Header -----
IPv6:
IPv6:   Version = 6
IPv6:   Traffic Class = 0
IPv6:   Flow label = 0x0
IPv6:   Payload length = 32
IPv6:   Next Header = 58 (ICMPv6)
IPv6:   Hop Limit = 255
IPv6:   Source address = fe80::203:baff:fee8:36f2
IPv6:   Destination address = fe80::20c:29ff:fef4:8684
IPv6:
ICMPv6:  ----- ICMPv6 Header -----
ICMPv6:
ICMPv6:  Type = 136 (Neighbor advertisement)
ICMPv6:  Code = 0
ICMPv6:  Checksum = 1102
ICMPv6:  Target node = fe80::203:baff:fee8:36f2, fe80::203:baff:fee8:36f2
ICMPv6:  Router flag: SET, Solicited flag: SET, Override flag: SET
ICMPv6:
ICMPv6:  +++ ICMPv6 Target LL Addr option +++
ICMPv6:  Link Layer address: 0:3:ba:e8:36:f2
ICMPv6:


      




More information about the dhcp-users mailing list