- ISC DHCP server: last address of range?

PDA

View Full Version : ISC DHCP server: last address of range?


knocte
07-24-2004, 11:22 PM
Hi. I have a range (in dhcpd.conf) like this:

range 192.168.1.128 192.168.1.254;

And when the first client requests an IP address, it is given the
address 192.168.254, why the first address is the last in the range? Can
it be in the other order?

Thanks in advance.

knocte
07-24-2004, 11:22 PM
knocte escribió:

> Hi. I have a range (in dhcpd.conf) like this:
>
> range 192.168.1.128 192.168.1.254;
>
> And when the first client requests an IP address, it is given the
> address 192.168.254, why the first address is the last in the range? Can
> it be in the other order?
>
> Thanks in advance.

Mistake: I put 192.168.254, I wanted to write 192.168.1.254.