<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Re: [Dnsmasq-discuss] No space left in packet</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi,<BR>
<BR>
&gt; 1) BOOTP. If the client is BOOTP, dnsmasq takes a very strict view of<BR>
&gt; what's allowed, the option space can only be 128 bytes, and no<BR>
&gt; overloading of the hostname and filename fields is allowed. If your<BR>
&gt; clients are BOOTP, that may be the problem.<BR>
<BR>
yes, this was the problem. I considered changing the source code, but I<BR>
found another solution.<BR>
<BR>
I solved the problem by changing the line<BR>
<BR>
dhcp-option=43,09:0f:00:03:...<BR>
<BR>
to<BR>
<BR>
dhcp-option=43,09:0f:00:03:...<BR>
dhcp-option=bootp,43<BR>
<BR>
Since this option is not needed for BOOTP this works fine.<BR>
<BR>
Thanks to all who helped.<BR>
hjb</FONT>
</P>

</BODY>
</HTML>