红联Linux门户
Linux帮助

dhcp问题,不知道是不是用了新的版本,redhat不支持

发布时间:2007-10-31 00:17:07来源:红联作者:fusmou
我用的是RH9,是不是用了新的dhcp,版本不支持
ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
option domain-name "fusmou.com";
option domain-name-servers 192.168.0.254;
range 192.168.0.200 192.168.0.220;
default-lease-time 21600;
max-lease-time 43200;
# host mou {
# hardware ethernet 00-E0-4C-77-93-C1;
# fixed-address 192.168.0.223;
# }
}
下面是messages信息
Oct 13 10:39:08 studylinux dhcpd: Internet Systems Consortium DHCP Server 4.0.0b1
Oct 13 10:39:08 studylinux dhcpd: Copyright 2004-2007 Internet Systems Consortium.
Oct 13 10:39:08 studylinux dhcpd: All rights reserved.
Oct 13 10:39:08 studylinux dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Oct 13 10:39:08 studylinux dhcpd: Wrote 0 leases to leases file.
Oct 13 10:39:08 studylinux dhcpd: Error opening '/proc/net/if_inet6' to list IPv6 interfaces; No such file or directory
Oct 13 10:39:08 studylinux dhcpd: Can't get list of interfaces.
Oct 13 10:39:08 studylinux dhcpd:
Oct 13 10:39:08 studylinux dhcpd: If you did not get this software from ftp.isc.org, please
Oct 13 10:39:08 studylinux dhcpd: get the latest from ftp.isc.org and install that before
Oct 13 10:39:08 studylinux dhcpd: requesting help.
Oct 13 10:39:08 studylinux dhcpd:
Oct 13 10:39:08 studylinux dhcpd: If you did get this software from ftp.isc.org and have not
Oct 13 10:39:08 studylinux dhcpd: yet read the README, please read it before requesting help.
Oct 13 10:39:08 studylinux dhcpd: If you intend to request help from the dhcp-server@isc.org
Oct 13 10:39:08 studylinux dhcpd: mailing list, please read the section on the README about
Oct 13 10:39:08 studylinux dhcpd: submitting bug reports and requests for help.
Oct 13 10:39:08 studylinux dhcpd:
Oct 13 10:39:08 studylinux dhcpd: Please do not under any circumstances send requests for
Oct 13 10:39:08 studylinux dhcpd: help directly to the authors of this software - please
Oct 13 10:39:08 studylinux dhcpd: send them to the appropriate mailing list as described in
Oct 13 10:39:08 studylinux dhcpd: the README file.
Oct 13 10:39:08 studylinux dhcpd:
Oct 13 10:39:08 studylinux dhcpd: exiting.
文章评论

共有 0 条评论