deny unknown-clients; #this is outside all of the subnets, making it global. #it will deny any clients that are not declared subnet 10.1.3.0 netmask 255.255.255.0 { option mac-version 0:0:0:0; # option routers 10.1.3.1; #Where the router is option subnet-mask 255.255.0.0; # range 10.1.3.200 10.1.3.240; #this is a range for dynamically created addresses } subnet 10.20.3.0 netmask 255.255.255.0 { #this is a subnet that dhcp is connected to but not doing anything to. } # subnet 147.155.136.0 netmask 255.255.254.0 { } group { #The groups brackets will apply all of the following options to any #of the hosts listed. allow bootp; #Allow the use of bootp filename "yaboot"; #tells the file that is to be served for boot up #host declaraction # hostname { hardware address this can be found by running ifconfig. # it is labeled HWaddr # ip wanting to assign to the node } host m1 { hardware ethernet 00:30:65:5a:2c:bc; fixed-address 10.1.3.101; } host m2 { hardware ethernet 00:30:65:5a:30:2a; fixed-address 10.1.3.102; } host m3 { hardware ethernet 00:30:65:5a:30:64; fixed-address 10.1.3.103; } host m4 { hardware ethernet 00:30:65:59:e3:9a; fixed-address 10.1.3.104; } host m5 { hardware ethernet 00:30:65:64:f0:d6; fixed-address 10.1.3.105; } host m6 { hardware ethernet 00:30:65:64:ef:e6; fixed-address 10.1.3.106; } host m7 { hardware ethernet 00:30:65:73:11:94; fixed-address 10.1.3.107; } host m8 { hardware ethernet 00:30:65:5a:2c:ce; fixed-address 10.1.3.108; } host m9 { hardware ethernet 00:30:65:5a:3c:48; fixed-address 10.1.3.109; } host m10 { hardware ethernet 00:30:65:59:e3:e6; fixed-address 10.1.3.110; } host m11 { hardware ethernet 00:30:65:5a:2c:ee; fixed-address 10.1.3.111; } host m12 { hardware ethernet 00:30:65:5a:3c:6e; fixed-address 10.1.3.112; } host m13 { hardware ethernet 00:30:65:5a:2d:0c; fixed-address 10.1.3.113; } host m14 { hardware ethernet 00:30:65:44:e3:08; fixed-address 10.1.3.114; } host m15 { hardware ethernet 00:30:65:3d:e2:6e; fixed-address 10.1.3.115; } host m16 { hardware ethernet 00:30:65:70:9c:a6; fixed-address 10.1.3.116; } host m17 { hardware ethernet 00:30:65:a8:47:da; fixed-address 10.1.3.117; } host m18 { hardware ethernet 00:30:65:ac:2d:f8; fixed-address 10.1.3.118; } host m19 { hardware ethernet 00:30:65:a0:e3:1a; fixed-address 10.1.3.119; } host m20 { hardware ethernet 00:30:65:a8:47:8c; fixed-address 10.1.3.120; } host m21 { hardware ethernet 00:30:65:71:6b:54; fixed-address 10.1.3.121; } host m22 { hardware ethernet 00:30:65:7e:6e:4c; fixed-address 10.1.3.122; } host m23 { hardware ethernet 00:30:65:71:67:74; fixed-address 10.1.3.123; } host m24 { hardware ethernet 00:30:65:a8:7b:ce; fixed-address 10.1.3.124; } host m25 { hardware ethernet 00:30:65:a8:47:92; fixed-address 10.1.3.125; } host m26 { hardware ethernet 00:30:65:ab:92:d8; fixed-address 10.1.3.126; } host m27 { hardware ethernet 00:30:65:a8:60:2e; fixed-address 10.1.3.127; } host m28 { hardware ethernet 00:30:65:a8:3f:7a; fixed-address 10.1.3.128; } host m29 { hardware ethernet 00:30:65:7b:9f:46; fixed-address 10.1.3.129; } host m30 { hardware ethernet 00:30:65:7b:fc:6e; fixed-address 10.1.3.130; } host m31 { hardware ethernet 00:30:65:7b:b6:5a; fixed-address 10.1.3.131; } }