Broadcast address leased to a client

Ivo Sabev summerborn at gmail.com
Tue Sep 19 06:35:43 UTC 2006


Hi,
Thank you very much. I saw this in the log, and rearrange it, I am angry to
myself, because I make the same mistakes each time. Thank you.

Best regards Ivo Sabev

> -----Original Message-----
> From: dhcp-users-bounce at isc.org [mailto:dhcp-users-bounce at isc.org] On
> Behalf Of Andy Hood
> Sent: Tuesday, September 19, 2006 3:51 AM
> To: dhcp-users at isc.org
> Subject: Re: Broadcast address leased to a client
> 
> >subnet 192.168.62.16 netmask 255.255.255.240 {
> >         range 192.168.62.20 192.168.62.31;
> >         host kikin {
> >                 fixed-address 192.168.62.20;
> >                 hardware ethernet some MAC;
> >         }
> 
> This is also a no-no. Range statements must not include static
> assignments.
> So you either change kikin's address to be below .20, or change the range
> statement to:
> 
> range 192.168.62.21 192.168.62.30;
> 
> which also fixes the broadcast address issue




More information about the dhcp-users mailing list