Faster DHCP

Mohammad Shakir shakirz1 at yahoo.com
Mon Jul 16 16:01:56 UTC 2007


How I can make my DHCP faster, because its take too much time to assign ip to my static users. I have about 3000 dhcp users, here is my dhcpd.conf file.
   
  In my network I bind static Ip to my allow users and all other unauthorized users get 192.168 ip.
   
   
  ddns-update-style interim;
always-reply-rfc1048 true;
ignore client-updates;
subnet 0.0.0.0 netmask 0.0.0.0 {
authoritative;
  # --- default gateway
        option routers                  10.100.50.1;
        option subnet-mask              255.255.0.0;
          option domain-name              "abc.net";
        option domain-name-servers      10.100.50.1;
        option broadcast-address 10.100.255.255;
          option time-offset              -18000; # Eastern Standard Time
        default-lease-time 345600;
        max-lease-time 345600;
        range dynamic-bootp 192.168.100.1 192.168.105.254;
host clint1 { hardware ethernet 00:07:95:f5:8e:24 ; fixed-address 10.100.2.1; }
}
       
---------------------------------
Pinpoint customers who are looking for what you sell. 



More information about the dhcp-users mailing list