ddns-update-style interim;
allow bootp;
allow booting;

subnet 192.168.1.0 netmask 255.255.255.0 {
        option subnet-mask 255.255.255.0;
        default-lease-time 21600;
        max-lease-time 43200;
        option time-offset 32400;
        range  192.168.1.101 192.168.1.150;
        option vendor-class-identifier "PXEClient";
        filename "/tftpboot/X86PC/UNDI/KickStart/ks.cfg";
        next-server 192.168.1.10;
}
host client01 {
        hardware ethernet 00:00:00:00:00:00;
        fixed-address 192.168.1.71;
        option vendor-class-identifier "PXEClient";
        option root-path "192.168.1.10:/tftpboot/192.168.1.71";
}
