- 论坛徽章:
- 0
|
大家请看这是我的配置内容
ddns-update-style interim;
ignore client-updates;
allow bootp;
subnet 192.168.1.8 netmask 255.255.255.0 {
range 192.168.1.11 192.168.1.200;
option routers 192.168.1.101;
option subnet-mask 255.255.255.0;
option domain-name-servers 192.168.1.101;
# option broadcast-address 192.168.1.255;
default-lease-time 86400;
max-lease-time 172800;
host node4{
hardware Ethernet 00:E0:4C:48:C8:B5;
fixed-address 192.168.1.88;
}
}
这是系统无法起动的提示信息
启动 dhcpd:Internet Systems Consortium DHCP Server V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
/etc/dhcpd.conf line 5: subnet 192.168.1.8 netmask 255.255.255.0: bad subnet number/mask combination.
subnet 192.168.1.8 netmask 255.255.255.0
^
Configuration file errors encountered -- exiting
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. |
|