<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV>
<P><SPAN class=998121614-26022009><FONT face=Arial size=2>Hi 
all</FONT></SPAN></P>
<P><SPAN class=998121614-26022009><FONT face=Arial 
size=2>                   
Thanks for your reply ,</FONT></SPAN></P>
<P><SPAN class=998121614-26022009><FONT face=Arial size=2>I tried a couple 
of tests , Firstly adding ping-check false into my dhcpd.conf and mounted the 
dhcp on /dev/ramdisk .I measured the performance of the server using dhcperf. To 
my surprise the number of leases i.e High water mark went to a whopping number 
of 8090 and i was able to get around 2300 five handshakes successfully. The 
subnet which i used was 10.1.1.0-10.1.1.254 so dhcp wrote a lease of 251 
numbers</FONT></SPAN></P>
<P><SPAN class=998121614-26022009><FONT face=Arial 
size=2>        When i increased the host 
numbers to 10.1.0.0-10.1.255.254 roughy 65000 hosts the numbers came down 
drastically to 92 transactions per second from 8090. dhcpd wrote a lease file of 
~3500 leases. I wonder what could cause such a huge drop in numbers . Has 
anyone tried this or faced a similar problem.</FONT></SPAN></P>
<P><SPAN class=998121614-26022009><FONT face=Arial 
size=2>Cheers</FONT></SPAN></P>
<P><SPAN class=998121614-26022009><FONT face=Arial size=2>Gopinath 
</FONT></SPAN></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>Date: Wed, 25 Feb 2009 23:41:24 +1100 
(EST)</FONT></P>
<P><FONT face=Arial size=2>From: Glenn Satchell 
<Glenn.Satchell@uniq.com.au></FONT></P>
<P><FONT face=Arial size=2>Subject: Re: Ping-checkoff</FONT></P>
<P><FONT face=Arial size=2>To: dhcp-users@lists.isc.org</FONT></P>
<P><FONT face=Arial size=2>Message-ID: 
<200902251241.n1PCfOvc013767@mail.uniq.com.au></FONT></P>
<P><FONT face=Arial size=2>Content-Type: TEXT/plain; charset=us-ascii</FONT></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>>Date: Wed, 25 Feb 2009 11:39:43 +0100</FONT></P>
<P><FONT face=Arial size=2>>From: Christof Chen 
<christof@chen.de></FONT></P>
<P><FONT face=Arial size=2>>To: Users of ISC DHCP 
<dhcp-users@lists.isc.org></FONT></P>
<P><FONT face=Arial size=2>>Subject: Re: Ping-checkoff</FONT></P>
<P><FONT face=Arial size=2>>X-Enigmail-Version: 0.95.7</FONT></P>
<P><FONT face=Arial size=2>>X-Df-Sender: 285754</FONT></P>
<P><FONT face=Arial size=2>>X-BeenThere: dhcp-users@lists.isc.org</FONT></P>
<P><FONT face=Arial size=2>></FONT></P>
<P><FONT face=Arial size=2>>> Hi can some one help me disabling ping-check 
off and moving the dhcp </FONT></P>
<P><FONT face=Arial size=2>>> leases write ram disk .Your help would be 
highly appreciated</FONT></P>
<P><FONT face=Arial size=2>></FONT></P>
<P><FONT face=Arial size=2>>What about writing</FONT></P>
<P><FONT face=Arial size=2>></FONT></P>
<P><FONT face=Arial size=2>> ping-check false;</FONT></P>
<P><FONT face=Arial size=2>></FONT></P>
<P><FONT face=Arial size=2>>into your dhcpd.conf file?</FONT></P>
<P><FONT face=Arial size=2>></FONT></P>
<P><FONT face=Arial size=2>>The location of the lease file can be changed 
either on compile time or </FONT></P>
<P><FONT face=Arial size=2>>(probably more convenient) as option -lf to the 
dhcpd command.</FONT></P>
<P><FONT face=Arial size=2>></FONT></P>
<P><FONT face=Arial size=2>or even more convenient use dhcpd.conf 
entry</FONT></P>
<P><FONT face=Arial size=2>The lease-file-name statement</FONT></P>
<P><FONT face=Arial size=2>lease-file-name name;</FONT></P>
<P><FONT face=Arial size=2>Name should be the name of the DHCP server's lease 
file.</FONT></P>
<P><FONT face=Arial size=2>By default, this is /var/dhcp/dhcpd.leases. This 
state-</FONT></P>
<P><FONT face=Arial size=2>ment must appear in the outer scope of the 
configuration</FONT></P>
<P><FONT face=Arial size=2>file - if it appears in some other scope, it will 
have no</FONT></P>
<P><FONT face=Arial size=2>effect.</FONT></P>
<P><FONT face=Arial size=2>lease-file 
"/path/to/ramdisk/dhcpd.leases";</FONT></P>
<P><FONT face=Arial size=2>regards,</FONT></P>
<P><FONT face=Arial size=2>-glenn</FONT></P>
<P><FONT face=Arial size=2></FONT> </P></DIV></BODY></HTML>