dhcpd.conf for kickstart

Joe_Wulf Joe_Wulf at yahoo.com
Fri Aug 15 13:30:37 UTC 2008


Phillip,
 
{resent--previous size was too big, so I chopped all but my reply}
 
Here is what I have... which works for me, to do things the way you are asking
for...
I've tailored this to match your addresses, though.  So this should work directly
for you.
Now, I've not 'tested' your config, simply adapted your addresses to mine.
 
There might be better/easier ways to do this, too....  I'd welcome feedback.
 
I've looked for a good resource or three that would serve as good documentation
for DHCP.
 
Hope this helps you.
---------------------------------------------------------------------------------
-------------------------
ignore unknown-clients;
authoritative;
ddns-updates off;
ddns-update-style interim;
ignore client-updates;
allow bootp;
allow booting;
allow duplicates;
subnet 10.28.200.0 netmask 255.255.255.0 {
# --- default gateway
      option routers 10.28.200.228;
      option subnet-mask 255.255.255.0;
      option broadcast-address 10.28.200.255;
      option domain-name-servers 10.28.200.250;
      option time-offset -18000; # Eastern Standard Time
      default-lease-time 21600;
      max-lease-time 43200;
 
 host prx53-1
      {
        hardware ethernet 00:17:A4:BB:BF:7C;
        fixed-address 10.28.200.233;
        option host-name "prx53-1.domain.com";
        next-server 10.28.200.250;
        filename "pxelinux.0";
      }
 
 host w53-4
      {
        hardware ethernet 00:E0:CC:21:C1:22;
        fixed-address 10.28.200.8;
        option host-name "w53-4.domain.com";
        next-server 10.28.200.250;
        filename "pxelinux.0";
      }
 
 host mon28-1
      {
        hardware ethernet 00:14:DD:EF:C0:7A;
        fixed-address 10.28.200.245;
        option host-name "mon28-1.c28.domain.com";
        next-server 10.28.200.250;
        filename "pxelinux.0";
      }
 
 host w28-1
      {
        hardware ethernet 00:14:FF:3D:3B:3A;
        fixed-address 10.28.200.1;
        option host-name "w28-1.domain.com";
        next-server 10.28.200.250;
        filename "pxelinux.0";
      }
 
 host w28-5
      {
        hardware ethernet 00:14:DD:4b:3b:b2;
        fixed-address 10.28.200.5;
        option host-name "w28-5.domain.com";
        next-server 10.28.200.250;
        filename "pxelinux.0";
      }
 
  
 host w28-6
      {
        hardware ethernet 00:11:AB:C3:4F:93;
        fixed-address 10.28.200.6;
        option host-name "w28-6.domain.com";
        next-server 10.28.200.250;
        filename "pxelinux.0";
      }
 
}
---------------------------------------------------------------------------------
-------------------------

R,
-Joe Wulf, CISSP, USN(RET)
 Senior IA Engineer
 ProSync Technology Group, LLC
 www.prosync.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20080815/8cf5a394/attachment.htm>


More information about the Kickstart-list mailing list