On Apr 18, 2007, at 5:31 PM, Bray Mailloux wrote:

shared-network LOCAL-NET    {
   option domain-name "theamericanbray.com";
   option domain-name-servers 208.204.224.11, 208.204.224.33
     subnet 192.168.0.0 netmask 255.255.255.0 {
      options routers 192.168.0.1;

   range 192.168.0.14 192.168.0.23;
}
}

On the third line, you need a semicolon after the second DNS server. I would typically do this whole thing in a subnet declaration that is at the root of the file. Take out the shared-network statement and the last closing brace. See if that makes a difference. After you do that, run the following commands:

pkill dhcpd
/usr/sbin/dhcpd
tail -f /var/log/daemon

Look for any errors with the last command.

Bryan

Reply via email to