receiving "not our server identifier" errors with only 1 DHCPv6 server

Christopher D Haakinson cdhaakin at us.ibm.com
Thu Aug 12 14:18:36 UTC 2010


I am getting some strange errors from DHCPD. I've searched google and found
nothing really on the subject. Am I missing something from the dhcpd.conf
file?

Here's the error and my conf:

----------------------------------------------- Error
Request message from fe80::47e:1f1c:7e6d:3106 port 546, transaction ID
0x443B3B00
Sending Reply to fe80::47e:1f1c:7e6d:3106 port 546
Forward map from WIN-BNK6LSJ.serv6.com to fd80:1010::f5c3 FAILED: Has an
address record but no DHCID, not mine.
Renew message from fe80::221:5eff:fe5e:1075 port 546, transaction ID
0x16F92400
Discarding Renew from fe80::221:5eff:fe5e:1075; not our server identifier
(CLIENTID 00:01:00:01:4c:61:f8:a0:2a:c6:73:00:00:00, SERVERID
00:01:00:01:13:f6:b9:93:00:1a:64:60:04:30, server DUID
00:01:00:01:13:f6:bd:ad:00:1a:64:60:04:30)
Renew message from fe80::221:5eff:fe5e:110d port 546, transaction ID
0xBC389E00
Discarding Renew from fe80::221:5eff:fe5e:110d; not our server identifier
(CLIENTID 00:01:00:01:4c:61:4c:c1:2a:c6:73:00:00:00, SERVERID
00:01:00:01:13:f6:b9:93:00:1a:64:60:04:30, server DUID
00:01:00:01:13:f6:bd:ad:00:1a:64:60:04:30)
Solicit message from fe80::eccc:334f:9340:4b01 port 546, transaction ID
0xF9F68500
Picking pool address fd80:1010::fe58
Sending Advertise to fe80::eccc:334f:9340:4b01 port 546
Renew message from fe80::221:5eff:fe88:c64 port 546, transaction ID
0xF2614C00
Discarding Renew from fe80::221:5eff:fe88:c64; not our server identifier
(CLIENTID 00:01:00:01:4c:62:8e:c1:2a:c6:73:00:00:00, SERVERID
00:01:00:01:13:f6:b9:93:00:1a:64:60:04:30, server DUID
00:01:00:01:13:f6:bd:ad:00:1a:64:60:04:30)
Renew message from fe80::221:5eff:fe5e:e95 port 546, transaction ID
0x23F08800
Discarding Renew from fe80::221:5eff:fe5e:e95; not our server identifier
(CLIENTID 00:01:00:01:4c:5c:7b:c6:2a:c6:73:00:00:00, SERVERID
00:01:00:01:13:f6:b9:93:00:1a:64:60:04:30, server DUID
00:01:00:01:13:f6:bd:ad:00:1a:64:60:04:30)


----------------------------------------------- conf
dynamic-bootp-lease-length 600;
use-host-decl-names on;
allow client-updates;
ddns-updates on;
ddns-update-style interim;
ddns-domainname "serv6.com";
filename "pxelinux.0";
option dhcp-lease-time 3600;
option domain-name "serv6.com";
option dhcp6.domain-search "serv6.com";
option dhcp6.name-servers fd80:1010::2;
default-lease-time 3600;
max-lease-time 3900;
log-facility local7;

key "rndc-key" {
	algorithm hmac-md5;
	secret "123456789";
};

zone 0.0.0.0.0.0.0.0.0.1.0.1.0.8.d.f.ip6.arpa. {
	primary 127.0.0.1;
	key rndc-key;
}

zone serv6.com. {
	primary 127.0.0.1;
	key rndc-key;
}


subnet6 fd80:1010::/64 {
	range6 fd80:1010::dddd fd80:1010::ffff;
	one-lease-per-client true;
	update-static-leases on;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20100812/ff4ee4b7/attachment.html>


More information about the dhcp-users mailing list