[SPAM] DHCP Option Issue

Glenn Satchell Glenn.Satchell at uniq.com.au
Wed Jul 2 13:20:04 UTC 2008


>From: "philip" <philip at net-star.com.tw>
>To: <dhcp-users at isc.org>
>Subject: [SPAM] DHCP Option Issue
>Date: Wed, 2 Jul 2008 09:34:12 +0800

Interesting idea, attaching an image of your config - can you
paste or read the text into the body of the email?

Anyway, read the dhcp-options man page, especially the section titled
"DEFINING NEW OPTIONS".

You assign the value 1, so my guess is that it is some form of integer,
but is that signed or unsigned, and is the width 8, 16 or 32 bits? The
type is required so that dhcp can encode it correctly in a way that the
client will be able to decode.

So your definition line needs to look more like this:

option option-254 code 254 = integer 32;
option option-254 1;

regards,
-glenn



More information about the dhcp-users mailing list