- 论坛徽章:
- 0
|
DHCP 发放IP为什么是从大到小呢?
那就奇怪了,见man dhcpd.conf:
The DHCP server generates the list of available IP addresses from a
hash table. This means that the addresses are not sorted in any par-
ticular order, and so it is not possible to predict the order in which
the DHCP server will allocate IP addresses. Users of previous ver-
sions of the ISC DHCP server may have become accustomed to the DHCP
server allocating IP addresses in ascending order, but this is no
longer possible, and there is no way to configure this behavior with
version 3 of the ISC DHCP server |
|