DHCP Problems

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Mon Sep 28 21:58:33 UTC 2009


Hi,

> I have this range: 192.168.0.200->192.168.0.250
> 
> An user PC needs to have 192.168.0.232. I distribute this IP with its
> mac address.

in that case, remove it from the range

range 192.168.0.200 192.168.0.231;
range 192.168.0.233 192.168.0.250;

you'll end up with lots of nice holes, but DHCP needs to know
not to hand that address out. another possible way would
be to make a fake lease for that host that has a massive future
expiry time....but you might lose it or get a dup IP address
anyway

alan



More information about the dhcp-users mailing list