Red Hat Configuration - (newb) No subnet declaration for start (0.0.0.0).

This is Interesting: Free IT Magazines  
Home > Archive > Red Hat Configuration > January 2004 > (newb) No subnet declaration for start (0.0.0.0).





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author (newb) No subnet declaration for start (0.0.0.0).
YR_A

2004-01-23, 7:24 pm

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!!

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com