subnet 192.168.0.0 netmask 255.255.255.0
{
        range 192.168.0.20 192.168.0.200;
        default-lease-time 86400;
        max-lease-time 604800;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
;;;dont have this they wont route out? ......     option routers
192.168.0.1;
;;;dont have DNS entries for them, they cant find a host?........     option
domain-name-servers 999.999.999.99,1.2.3.4;
        option domain-name "yourdomain.com";
}


host HostNumber1
{
        hardware ethernet xx:xx:xx:xx:xx:01;
        fixed-address 192.168.0.10;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        option domain-name-servers 999.999.999.99,1.2.3.4;
        option domain-name "yourdomain.com";
}
host HostNumber2
{
        hardware ethernet xx:xx:xx:xx:xx:02;
        fixed-address 192.168.0.11;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        option domain-name-servers 999.999.999.99,1.2.3.4;
        option domain-name "yourdomain.com";
}
host HostNumber3
{
        hardware ethernet xx:xx:xx:xx:xx:03;
        fixed-address 192.168.0.12;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        option domain-name-servers 999.999.999.99,1.2.3.4;
        option domain-name "yourdomain.com";
}
host HostNumber4
{
        hardware ethernet xx:xx:xx:xx:xx:04;
        fixed-address 192.168.0.10;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        option domain-name-servers 999.999.999.99,1.2.3.4;
        option domain-name "yourdomain.com";
}
host HostNumber5
{
        hardware ethernet xx:xx:xx:xx:xx:05;
        fixed-address 192.168.0.10;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        option domain-name-servers 999.999.999.99,1.2.3.4;
        option domain-name "yourdomain.com";
}
