allow bootp; allow booting; option ip-forwarding false; # No IP forwarding option mask-supplier false; # Don't respond to ICMP Mask req subnet 192.168.0.0 netmask 255.255.255.0 { # --- default gateway option routers 192.168.0.1; option subnet-mask 255.255.255.0; option nis-domain "learningmatrix.org.uk"; option domain-name "learningmatrix.org.uk"; option domain-name-servers 192.168.0.254; option time-offset -18000; # Eastern Standard Time # option ntp-servers 192.168.1.1; # option netbios-name-servers 192.168.1.1; # --- Selects point-to-point node (default is hybrid). Don't change this unless # -- you understand Netbios very well # option netbios-node-type 2; range dynamic-bootp 192.168.0.128 192.168.0.255; default-lease-time 21600; max-lease-time 43200; # we want the nameserver to appear at a fixed address host satellite { next-server 192.168.0.5; filename "/home/wandsworth/"; hardware ethernet 00:00:39:64:33:2f; fixed-address 192.168.0.254; } host pxe-satellite { next-server 192.168.0.5; filename "pxelinux.0"; # hardware ethernet 00:06:29:26:e4:7b; hardware ethernet 00:10:dc:48:c1:ce; fixed-address 192.168.0.254; } }