how do you actually know your dhcp server is really releasing address's.?
here is the start of dhcpd.conf. so here you should see a plain jane style dhcp 
server. to me it just seems like address's are not being released for the next machine 
to get a lease. how can i prove that this is happening.
i would be able to believe this could happen when school is in, but right now like 
no-one is here and i got conflicting ip's on a few machines this morning.


[cdowns@randolph cdowns]$ cat /etc/dhcpd.conf
# ---------------------------------------------------------------------
#                       FRANKLIN PIERCE LAW CENTER
#
#                                  DHCP Server Script
#
# script by: christopher m downs
# running under RedHat Linux 6.1
# november 10, 1999
# ---------------------------------------------------------------------
#
#
default-lease-time 600;
max-lease-time 84200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option domain-name-servers 192.168.0.15, 216.204.0.33, 216.204.0.35;
option domain-name "FPLC.edu";
#
#
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.50 192.168.1.250;
}

thanks, chris

---------------------------------
     Network Administrator
   Franklin Pierce Law Center
       [EMAIL PROTECTED]
                                                                                       
 
 Fight The Power! Use LINUX!~                                           
---------------------------------

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to