Problems with Lots of Static DHCP Mappings
Neff_Glen at emc.com
Neff_Glen at emc.com
Tue Oct 21 13:58:03 UTC 2003
I don't get what you mean by overlap. Within the 10.6.8.0/22 subnet
(10.6.8.0-10.6.11.255) I have a DHCP scope of 10.6.9.0-10.6.10.255, =
which is
well within the bounds of the subnet.
Thanks,
-G
/*
Glen R. J. Neff
neff_glen at emc.com
919-248-6145
Dirty deeds done for a meager 20% markup. . .=20
*/
-----Original Message-----
From: Andr=E9 Mamitzsch [mailto:a.mamitzsch at ccgmbh.de]
Sent: Tuesday, October 21, 2003 09:47
To: dhcp-hackers at isc.org
Subject: AW: Problems with Lots of Static DHCP Mappings
What I can see in your config is that you have declared the range for
the static clients in the range statements. You should remove the
overlaps.=3D20
Old:
subnet 10.6.8.0 netmask 255.255.252.0 {
range 10.6.9.0 10.6.10.255;
option routers 10.6.8.1;
option broadcast-address 10.6.11.255;
}
New:
subnet 10.6.8.0 netmask 255.255.252.0 {
range 10.6.9.100(or whatever you like) 10.6.10.255;
option routers 10.6.8.1;
option broadcast-address 10.6.11.255;
}
=20
More information about the dhcp-hackers
mailing list