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