|
|
|
|
| 大侠,帮我看看dhcpd.conf那里写得不对?? |
 大侠,帮我看看dhcpd.conf那里写得不对?? - rgb_9911 [ 2005-04-22 17:19 | 860 byte(s)]
 Re: 大侠,帮我看看dhcpd.conf那里写得不对?? - winwall [ 2005-04-24 18:00 | 100 byte(s)]
 Re: 大侠,帮我看看dhcpd.conf那里写得不对?? - zxpxyz4587 [ 2005-04-23 14:34 | 563 byte(s)]
 Re: 大侠,帮我看看dhcpd.conf那里写得不对?? - zxpxyz4587 [ 2005-04-24 18:13 | 88 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
#ddns-update-style ad-hoc;
authoritative;
ddns-update-style interim;
allow client-update;
key dhcp_updater{
algrithm hmac-md5.sig-alg.reg.int;
secret+ts9yev/imkujzmpaug2tg==;
};
zone ntu.com.{
primary 210.29.64.3;
key dhcp_updater;
}
subnet 210.29.64.0 netmask 255.255.255.224{
#default gateway
option routers 210.29.64.33;
option subnet-mask 255.255.255.224;
option domain-name "ntu.com";
option domain-name-servers 210.29.64.33,210.29.64.28;
range 210.29.64.20 210.29.64.100;
default-lease-time 21600;
max-lease-time 43200;
}
我查了一下,没有那里出错,可就是客户机获不到地址.
这是为什么???????
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
subnet 210.29.64.0 netmask 255.255.255.224{
#default gateway
option routers 210.29.64.33;
option subnet-mask 255.255.255.224;
option domain-name "ntu.com";
option domain-name-servers 210.29.64.33,210.29.64.28;
range 210.29.64.20 210.29.64.100;
default-lease-time 21600;
max-lease-time 43200;
}
你再看看。我没有找到地址池。
因为你的这种写法我没见过,所以我就妄自评论一下。而且我觉得210。29。64。0也不对,好像应该和眼马算一个网段地址。
|
|
|
----
我无畏……源自无知。我会认错。
|
|
[Original]
[Print]
[Top]
|
|
|