LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 690|回复: 1

Help! DHCP Server

[复制链接]
发表于 2005-10-4 00:54:09 | 显示全部楼层 |阅读模式
Two netcards eth0:192.168.0.1 eth1:59.66.186.143

ERROR imformation:



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/

** You must add a ddns-update-style statement to /etc/dhcp/dhcpd.conf.
   To get the same behaviour as in 3.0b2pl11 and previous
   versions, add a line that says "ddns-update-style ad-hoc;"
   Please read the dhcpd.conf manual page for more information. **

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.


MY dhcpd.conf

# dhcpd.conf
#

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;


# A slightly different configuration for an internal subnet.

subnet 59.66.186.0 netmask 255.255.255.0{
}
subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.2 192.168.0.4;
  option domain-name-servers 166.111.8.28,166.111.8.29;
  option domain-name "WORKGROUP";
  option routers 192.168.0.1;
  option broadcast-address 192.168.0.255;
  default-lease-time 600;
  max-lease-time 7200;
}



What should I do?
发表于 2005-10-4 09:32:05 | 显示全部楼层
You must add a ddns-update-style statement to /etc/dhcp/dhcpd.conf.
回复 支持 反对

使用道具 举报

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

本版积分规则

快速回复 返回顶部 返回列表