[SPAM] Broadcast address leased to a client *Again*

Demaris, Justin justin.demaris at uconn.edu
Wed Mar 17 15:50:39 UTC 2010


That shouldn't be a problem as long as your network is configured as one big /16. If you want to make it so that last octet is never those values just because you think customers will freak out or something you basically have to declare individual ranges around them like:

range 10.1.0.2 10.1.0.254;
range 10.1.1.1 10.1.1.254;
range 10.1.2.1 10.1.2.254;

It's going to look ugly. Is your network really a completely flat /16??

From: dhcp-users-bounces+justin.demaris=uconn.edu at lists.isc.org [mailto:dhcp-users-bounces+justin.demaris=uconn.edu at lists.isc.org] On Behalf Of "Daniel D. Gonçalves"
Sent: Wednesday, March 17, 2010 11:26 AM
To: dhcp-users at isc.org
Subject: [SPAM] Broadcast address leased to a client *Again*

I configured a network 10.1.0.0/16:

subnet 10.1.0.0 netmask 255.255.0.0 {
    pool {
        range 10.1.0.2 10.1.255.254;
       ...
    }

The problem is that some customers take the final IP "0" and "255".
What should I do to not get these IPs ?

Thanks,

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20100317/3ce9f7ea/attachment.html>


More information about the dhcp-users mailing list