INFORM not working properly?

Craig craig5 at pobox.com
Wed Mar 28 03:20:08 UTC 2007


It looks like a "group" statement is also not matched on INFORM.

I tried the following:
group {
	option domain-name-server 10.0.0.1 10.0.0.2;
	host {
		...
	}
}

The group option for domain-name-server IS picked up during an initial 
REQUEST/ACK, but not with an INFORM/ACK. (This is just an FYI.)

Is there any more info on windows and DHCP INFORM? I did some packet 
traces and it looks like the windows client will send several packets 
(half a dozen or so) all at once... then nothing for a period of time. I 
can't figure out why it's so "chatty".

Also, I don't see similar behavior with Mac OSX or Linux (RHEL) clients.

TIA!


David W. Hankins wrote:
> On Mon, Mar 26, 2007 at 07:21:44PM -0700, Craig wrote:
>> option domain-name-servers 1.1.1.1 2.2.2.2 3.3.3.3;
>> subnet 10.0.0.0 netmask 255.255.255.0 {
>>     host xp-laptop {
>>        hardware ethernet 00:aa:aa:bb:bb:bb;
>>        fixed-address 10.0.0.123;
>>        option domain-name-servers 10.0.0.1 10.0.0.2;
>>     }
>> }
> 
> Host statements aren't matched on INFORM.
> 
> I don't think we got around to adding that feature for 3.1.
> 


More information about the dhcp-users mailing list