<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Aug 4, 2008 at 11:26 AM, Saori Fukuta <span dir="ltr">&lt;<a href="mailto:fukuta.saori@jp.fujitsu.com">fukuta.saori@jp.fujitsu.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I got the following message at /var/log/messages,<br>
 &nbsp; dnsmasq[13884]: no address range available for DHCP request via eth3<br>
when I have the following steps with dnsmasq-2.39-2.el5 (on RHEL-5.2):<br>
 &nbsp; 1. start the dnsmasq, which is started by libvirt, with the<br>
 &nbsp; &nbsp; &nbsp;following option.<br>
 &nbsp; &nbsp; &nbsp;# /usr/sbin/dnsmasq --keep-in-foreground --strict-order --bind-interfaces --pid-file &nbsp;--conf-file &nbsp;--listen-address <a href="http://192.168.122.1" target="_blank">192.168.122.1</a> --except-interface lo --dhcp-leasefile=/var/lib/libvirt/dhcp-default.leases --dhcp-range <a href="http://192.168.122.2" target="_blank">192.168.122.2</a>,<a href="http://192.168.122.254" target="_blank">192.168.122.254</a><br>

 &nbsp; 2. change the network address of eth3 to &#39;<a href="http://0.0.0.0" target="_blank">0.0.0.0</a>&#39;.<br>
 &nbsp; &nbsp; &nbsp;# ifconfig eth3 0 up<br>
 &nbsp; 3. dnsmasq receives the DHCPINFORM message from DHCP servers of<br>
 &nbsp; &nbsp; &nbsp;Windwos 2003 server.<br>
 &nbsp; &nbsp; &nbsp;# tethereal -i eth3<br>
 &nbsp; &nbsp; &nbsp;5.521471 <a href="http://10.123.234.11" target="_blank">10.123.234.11</a> -&gt; <a href="http://255.255.255.255" target="_blank">255.255.255.255</a> DHCP DHCP Inform &nbsp; - Transaction ID 0xbe180000<br>
<br>
Do you know why the message appeared ? Please tell me the meaning of<br>
this message.</blockquote><div><br>If you are serving DHCP addresses on that subnet from a Windows 2003 server, you should not enable dnsmasq&#39;s dhcp listener on that interface.&nbsp; Right now, you&#39;re asking for DHCP operation of every interface except &#39;lo&#39;.<br>
&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Regards,<br>
Saori Fukuta<br>
<br>
<br>
_______________________________________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a><br>
</blockquote></div><br></div>