(Newb) No Subnet declaration for start (0.0.0.0)

From: YR_A (alex.fam3_at_verizon.net)
Date: 11/27/03

  • Next message: Jonas Bollden: "Re: Can't do a shutdown"
    Date: Thu, 27 Nov 2003 17:21:28 GMT
    
    

    Having some difficulty understanding just how to properly configure dhcp
    on my RH9 box, I used the sample dhcp.conf provide with my distro, I've
    RTFM, I've read the Readme yet i still receive the same error msg

    No subnet declaration for start (0.0.0.0). as seen below, my box only
    has one nic, additionally I have provided a copy of my dhcp.conf, will
    someone please help.

    [root@dc-afam-2 sbin]# ./dhcpd start
    Internet Software Consortium DHCP Server V3.0pl1
    Copyright 1995-2001 Internet Software Consortium.
    All rights reserved.
    For info, please visit http://www.isc.org/products/DHCP
    Wrote 0 deleted host decls to leases file.
    Wrote 0 new dynamic host decls to leases file.
    Wrote 0 leases to leases file.

    No subnet declaration for start (0.0.0.0).
    ** Ignoring requests on start. If this is not what
        you want, please write a subnet declaration
        in your dhcpd.conf file for the network segment
        to which interface start is attached. **

    Not configured to listen on any interfaces!

    If you did not get this software from ftp.isc.org, please
    get the latest from ftp.isc.org and install that before
    requesting help.

    If you did get this software from ftp.isc.org and have not
    yet read the README, please read it before requesting help.
    If you intend to request help from the dhcp-server@isc.org
    mailing list, please read the section on the README about
    submitting bug reports and requests for help.

    Please do not under any circumstances send requests for
    help directly to the authors of this software - please
    send them to the appropriate mailing list as described in
    the README file.

    exiting.

    ddns-update-style interim;
    ignore client-updates;

    subnet 10.7.5.0 netmask 255.255.255.0{

    # --- default gateway
         option routers 10.7.5.1;
         option subnet-mask 255.255.255.0;

         option nis-domain "dom.com";
         option domain-name "dom.com";
         option domain-name-servers #.#.#.#, #.#.#.#, #.#.#.#;

         option time-offset -18000; # Eastern Standard Time

         range dynamic-bootp 10.7.5.1 10.7.5.100;
         default-lease-time 691200;
         max-lease-time 691200;
    }
         host dc-afam-2{
             option host-name "dom.com";
             hardware ethernet 00:00:00:00:00:00;
             fixed-address 10.7.5.3;
         }

         host linksys{
             option host-name "linksys-01.dom.com";
             hardware ethernet 00:00:00:00:00:00;
             fixed-address 10.7.5.1;

    }

    I am a recent convert from windoze, plz b patient, plz HELP!!


  • Next message: Jonas Bollden: "Re: Can't do a shutdown"

    Relevant Pages

    • (no subject)
      ... Internet Software Consortium DHCP Server V3.0pl1 ... Wrote 0 new dynamic host decls to leases file. ... please read it before requesting help. ...
      (Fedora)
    • DHCP 2 placas
      ... Internet Software Consortium DHCP Server V3.0pl1 ... Wrote 0 new dynamic host decls to leases file. ... please read it before requesting help. ...
      (Fedora)
    • Re: DHCP 2 placas
      ... Iniciando dhcpd: Internet Software Consortium DHCP Server V3.0pl1 ... Wrote 0 new dynamic host decls to leases file. ... please read it before requesting help. ...
      (Fedora)
    • Re: Cant Get DHCP to Start on Fedora Core 4
      ... This is the output I get when I try to start the "dhcpd start" command ... Internet Systems Consortium DHCP Server V3.0.2 ... Wrote 0 new dynamic host decls to leases file. ... please read it before requesting help. ...
      (linux.redhat)
    • Re: Cant Get DHCP to Start on Fedora Core 4
      ... plz help me to start it ... Internet Systems Consortium DHCP Server V3.0.2 ... Wrote 0 new dynamic host decls to leases file. ... please read it before requesting help. ...
      (linux.redhat)