<br><br><div><span class="gmail_quote">On 8/8/07, <b class="gmail_sendername">Michael DeHaan</b> <<a href="mailto:mdehaan@redhat.com">mdehaan@redhat.com</a>> wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It's hard to tell for sure from what you've posted (lots of networking<br>things could be afoot), but what does your /etc/cobbler/dnsmasq.template<br>look like?   How about the generated /etc/dnsmasq.conf?   Those are a
<br>few things to start with.   Since you didn't mention editing<br>/etc/cobbler/dnsmasq.conf it might not be correct for your environment.<br><br>There are some setup instructions including information at logging here:
<br><a href="http://www.thekelleys.org.uk/dnsmasq/docs/setup.html">http://www.thekelleys.org.uk/dnsmasq/docs/setup.html</a> -- keep in mind<br>that cobbler will generate<br>it's own dnsmasq.conf based on the template, and the same for
<br>/etc/ethers and /var/lib/cobbler/cobbler_hosts -- but that should give<br>you some idea of how it all works.<br><br><snip><br><br>--Michael<br><br>_______________________________________________<br>et-mgmt-tools mailing list
<br><a href="mailto:et-mgmt-tools@redhat.com">et-mgmt-tools@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/et-mgmt-tools">https://www.redhat.com/mailman/listinfo/et-mgmt-tools</a><br></blockquote></div>
<br>I've tried a few variations on /etc/cobbler/dnsmasq.template<br>Here's my latest:<br><br>$cat /etc/cobbler/dnsmasq.template<br># Cobbler generated configuration file for dnsmasq<br># $date <br>#<br><br># resolve.conf
 .. ?<br>#no-poll<br>#enable-dbus<br>read-ethers<br>addn-hosts = /var/lib/cobbler/cobbler_hosts<br><br>dhcp-range=<a href="http://10.0.0.128">10.0.0.128</a>, <a href="http://10.0.0.254">10.0.0.254</a><br>dhcp-option=3,$next_server
<br>dhcp-lease-max=1000<br>dhcp-authoritative<br>dhcp-boot=pxelinux.0<br>dhcp-boot=net:normalarch,pxelinux.0<br>dhcp-boot=net:ia64,$elilo<br><br>$insert_cobbler_system_definitions<br><br>And the resulting <br><br>$cat /etc/dnsmasq.conf
<br><br># Cobbler generated configuration file for dnsmasq<br># Thu Aug  9 15:42:24 2007 <br><br># resolve.conf .. ?<br>#no-poll<br>#enable-dbus<br>read-ethers<br>addn-hosts = /var/lib/cobbler/cobbler_hosts<br><br>dhcp-range=
<a href="http://10.0.0.128">10.0.0.128</a>, <a href="http://10.0.0.254">10.0.0.254</a><br>dhcp-option=3,<a href="http://10.0.0.21">10.0.0.21</a><br>dhcp-lease-max=1000<br>dhcp-authoritative<br>dhcp-boot=pxelinux.0<br>dhcp-boot=net:normalarch,
pxelinux.0<br>dhcp-boot=net:ia64,elilo-3.6-ia64.efi<br><br>and <br>$ cat /etc/ethers<br>00:50:56:00:00:FF       <a href="http://10.0.0.66">10.0.0.66</a><br><br>and <br clear="all">$ cat /var/lib/cobbler/cobbler_hosts<br><a href="http://10.0.0.66">
10.0.0.66</a>       ctl01.sms<br><br>Still pxeboot complains: No DHCP or proxyDHCP offers were received.<br><br>-- <br>Drew Einhorn