免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3767 | 回复: 1
打印 上一主题 下一主题

驾设DHCPserver报No subnet declaration for start (0.0.0.0) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-01-08 23:20 |只看该作者 |倒序浏览
重启报错误
[root@HomeNAT etc]# 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.
[root@HomeNAT etc]#



下边是配置的主要信息。

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;
}

}

~

论坛徽章:
0
2 [报告]
发表于 2007-01-09 00:58 |只看该作者
原帖由 wualing 于 2007-1-8 23:20 发表
重启报错误
[root@HomeNAT etc]# dhcpd start
Internet Systems Consortium DHCP Server V3.0.1rc14
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http: ...


请阅读下面文章,然后第 9 楼的讨论内容。

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


--
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP