shixiaoming 发表于 2006-2-10 11:04:34

dhcpd startup failed!!!!

OS: FC4
User: root

dhcpd.conf:
ddns-update-style interim;
ignore client-updates;

subnet 172.16.154.0 netmask 255.255.255.0{


      option routers 172.16.154.1;
      option subnet-mask 255.255.255.0;
      option broadcast-address 172.16.154.255;
      option domain-name "sfj.pinghu.gov.cn";
      option domain-name-servers 220.189.127.106, 220.189.127.107;
      option time-offset -18000;

      range dynamic-bootp 172.16.154.100 172.16.154.254;
      default-lease-time 21600;
      max-lease-time 43200;

      host dhcpsrv {
                hardware ethernet 00:0D:87:F7:9B:D7;
                fixed-address 172.16.154.181;
                }
}

error message:


Feb 10 10:57:45 shixm dhcpd: Internet Systems Consortium DHCP Server V3.0.2
Feb 10 10:57:45 shixm dhcpd: Copyright 2004 Internet Systems Consortium.
Feb 10 10:57:45 shixm dhcpd: All rights reserved.
Feb 10 10:57:45 shixm dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Feb 10 10:57:45 shixm dhcpd: Wrote 0 deleted host decls to leases file.
Feb 10 10:57:45 shixm dhcpd: Wrote 0 new dynamic host decls to leases file.
Feb 10 10:57:45 shixm dhcpd: Wrote 0 leases to leases file.
Feb 10 10:57:45 shixm dhcpd: Listening on LPF/eth0/00:0d:87:f7:9b:d7/172.16.154/ 24
Feb 10 10:57:45 shixm dhcpd: Sending on   LPF/eth0/00:0d:87:f7:9b:d7/172.16.154/ 24
Feb 10 10:57:45 shixm dhcpd: Can't bind to dhcp address: Permission denied
Feb 10 10:57:45 shixm dhcpd: Please make sure there is no other dhcp server
Feb 10 10:57:45 shixm dhcpd: running and that there's no entry for dhcp or
Feb 10 10:57:45 shixm dhcpd: bootp in /etc/inetd.conf.   Also make sure you
Feb 10 10:57:45 shixm dhcpd: are not running HP JetAdmin software, which
Feb 10 10:57:45 shixm dhcpd: includes a bootp server.
Feb 10 10:57:45 shixm dhcpd:
Feb 10 10:57:45 shixm dhcpd: If you did not get this software from ftp.isc.org, please
Feb 10 10:57:45 shixm dhcpd: get the latest from ftp.isc.org and install that be fore
Feb 10 10:57:45 shixm dhcpd: requesting help.
Feb 10 10:57:45 shixm dhcpd:
Feb 10 10:57:45 shixm dhcpd: If you did get this software from ftp.isc.org and h ave not
Feb 10 10:57:45 shixm dhcpd: yet read the README, please read it before requesti ng help.
Feb 10 10:57:45 shixm dhcpd: If you intend to request help from the dhcp-server@ isc.org
Feb 10 10:57:45 shixm dhcpd: mailing list, please read the section on the READMEabout
Feb 10 10:57:45 shixm dhcpd: submitting bug reports and requests for help.
Feb 10 10:57:45 shixm dhcpd:
Feb 10 10:57:45 shixm dhcpd: Please do not under any circumstances send requestsfor
Feb 10 10:57:45 shixm dhcpd: help directly to the authors of this software - ple ase
Feb 10 10:57:45 shixm dhcpd: send them to the appropriate mailing list as descri bed in
Feb 10 10:57:45 shixm dhcpd: the README file.
Feb 10 10:57:45 shixm dhcpd:
Feb 10 10:57:45 shixm dhcpd: exiting.
Feb 10 10:57:45 shixm dhcpd: dhcpd startup failed
页: [1]
查看完整版本: dhcpd startup failed!!!!