*** From dhcp-server -- To unsubscribe, see the end of this message. ***

  I've been trying to get the ISC DHCPD working on a Linux system (2.0.36),
and I seem to have a problem with my loopback net device. Whenever I start
up dhcpd I get this message:

Listening on Socket/eth0/192.203.188.0
Sending on   Socket/eth0/192.203.188.0
No subnet declaration for lo (0.0.0.0).
Please write a subnet declaration for the network segment to
which interface lo is attached.
exiting.

  As far as I can tell, I have /etc/dhcp.conf setup correctly. My current
subnet declaration is:

#
# dhcpd.conf for ISC DHCPD 
#
option domain-name "welcomehome.org";
option domain-name-servers 206.168.116.8;
option broadcast-address 192.203.188.255;
option router 192.203.188.1;

default-lease-time 600;
max-lease-time 120;

subnet 192.203.188.0 netmask 255.255.255.0 {
  range dynamic-bootp 192.203.188.200 192.203.188.212;
  filename "/tftpboot/vmlinuz.xterm";
  host nilo-dhcp {
    filename "/tftpboot/bootimage";
    hardware ethernet 00:80:C7:7E:5A:C6;
    fixed-address 192.203.188.11;
  }
}

  I've tried the samples and gone through the docs, but I don't see
what I'm doing wrong.

        - rob -


------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------

Reply via email to