default-lease-time 2592000; max-lease-time 2592000; option subnet-mask 255.255.255.248; option broadcast-address 195.30.238.159; option routers 195.30.238.158; option domain-name "kaiser.link-m.de"; option domain-name-servers 62.245.158.235, 62.245.158.230; allow bootp; non authoritative; #above are basic parameters that belong in any dhcpd.conf filename "Mac-OS-ROM-9.2.1"; #this sets the path of the Mac OS ROM files the client will retrieved by tftp. server-name "195.30.238.153"; next-server 195.30.238.153; #these lines tell the client the address of the server from which to retrieve the ROM file. subnet 192.168.49.0 netmask 255.255.255.0 { range 192.168.49.253 192.168.49.254; } subnet 195.30.238.152 netmask 255.255.255.248 { range 195.30.238.156 195.30.238.158; host imac.kaiser.link-m.de { hardware ethernet 00:30:65:8D:60:E2; fixed-address 195.30.238.154; option mac-machine-name "barricade"; option mac-version 0:0:0:0; option mac-user-name "netboot"; option mac-password "netboot"; option mac-nb-img C3:1E:EE:9D:2:24:06:49:6D:61:67:65:73:0:0:0:0:2:1A:62:6F:6F:74:2D:69:6D:61:67:65:73:0:39:2E:32:2E:31:2D:74:65:73:74:2E:69:6D:67; option mac-apps-img C3:1E:EE:9D:2:24:06:49:6D:61:67:65:73:0:0:0:0:2:28:61:70:70:6C:69:63:61:74:69:6F:6E:73:2D:69:6D:61:67:65:73:0:76:6F:6C:6C:65:2D:62:72:65:69:74:73:65:69:74:65:2E:69:6D:67; option mac-client-nb-img C3:1E:EE:9D:2:24:06:49:6D:61:67:65:73:0:0:0:0:2:24:70:72:69:76:61:74:65:2D:69:6D:61:67:65:73:0:30:30:2D:33:30:2D:36:35:2D:42:41:2D:39:44:2D:46:34:2E:69:6D:67; } host powerbook-tk.kaiser.link-m.de { hardware ethernet 00:30:65:BA:9D:F4; fixed-address 195.30.238.157; option mac-machine-name "powerbook-tk"; option mac-version 0:0:0:0; option mac-user-name "netboot"; option mac-password "netboot"; option mac-nb-img C3:1E:EE:9D:2:24:06:49:6D:61:67:65:73:0:0:0:0:2:1A:62:6F:6F:74:2D:69:6D:61:67:65:73:0:39:2E:32:2E:31:2D:74:65:73:74:2E:69:6D:67; option mac-apps-img C3:1E:EE:9D:2:24:06:49:6D:61:67:65:73:0:0:0:0:2:28:61:70:70:6C:69:63:61:74:69:6F:6E:73:2D:69:6D:61:67:65:73:0:76:6F:6C:6C:65:2D:62:72:65:69:74:73:65:69:74:65:2E:69:6D:67; option mac-client-nb-img C3:1E:EE:9D:2:24:06:49:6D:61:67:65:73:0:0:0:0:2:24:70:72:69:76:61:74:65:2D:69:6D:61:67:65:73:0:30:30:2D:33:30:2D:36:35:2D:42:41:2D:39:44:2D:46:34:2E:69:6D:67; } }