歡迎您光臨本站 註冊首頁

駕設DHCPserver報No subnet declaration for start (0.0.0.0)

←手機掃碼閱讀     火星人 @ 2014-03-05 , reply:0

駕設DHCPserver報No subnet declaration for start (0.0.0.0)

重啟報錯誤
# dhcpd start
Internet Systems Consortium DHCP Server V3.0.1rc14
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/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 192.168.20.0 netmask 255.255.252.0 {
  range 192.168.20.31 192.168.23.254;
  option subnet-mask 255.255.252.0;
  option broadcast-address 192.168.23.255;
  option routers 192.168.20.1;
  option domain-name-servers 202.100.64.68;
  default-lease-time 86400;
  max-lease-time 259200;

host 17-2-102{
hardware ethernet 00:16:E6:F2:6C:9C;
fixed-address 192.168.23.254;
}

host 6-4-701{
hardware ethernet 00:01:02:48:36:34;
fixed-address 192.168.23.253;
}

}

~
《解決方案》

原帖由 wualing 於 2007-1-8 23:20 發表
重啟報錯誤
# dhcpd start
Internet Systems Consortium DHCP Server V3.0.1rc14
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http: ...

請閱讀下面文章,然後第 9 樓的討論內容。

http://bbs.chinaunix.net/viewthread.php?tid=823095

--

[火星人 ] 駕設DHCPserver報No subnet declaration for start (0.0.0.0)已經有465次圍觀

http://coctec.com/docs/service/show-post-42349.html