<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hey guys, I got it figured out.&nbsp; In my dhcpd.conf, I had:<br>
subnet 192.168.0.1 netmask 255.255.255.0<br>
I needed to change that to:<br>
subnet 192.168.0.0 netmask 255.255.255.0<br>
<br>
After that, I was able to start the DHCP service.<br>
<br>
Thanks!<br>
Brad<br>
<br>
Gavin McCullagh wrote:
<blockquote cite="mid20060802181230.GA18105@gmail.com" type="cite">
  <pre wrap="">On Wed, 02 Aug 2006, Brad Thomas wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have a fresh install of Edubuntu and cannot get DHCP started.  I have 
two NIC's in the machine.  DHCP fails every single time.  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You mean the start-up script fails or your clients can't get DHCP
addresses?  Any time dhcp init script breaks like that for me there's
usually a good error in one of:

        /var/log/syslog
        /var/log/daemon.log
        /var/log/messages

have a look in there and see does the error make it clear.  If not post it.
If there's no error, post your dhcpd.conf and clarify exactly what fails.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have EHT0 setup as DHCP and ETH1 for my main network.  Help!?!?!?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
One possible problem is that the ethX device running DHCP doesn't have an
address compatible with the address range it's giving out.  This will cause
it to fail.  The logfile should help,

Gavin


  </pre>
</blockquote>
</body>
</html>