# dhcpd.conf file for DNA Lounge kiosk network (172.28.4) authoritative; option domain-name "dnalounge.net"; #option domain-name-servers telomere; option domain-name-servers 172.28.4.64; option routers 172.28.4.1; use-host-decl-names on; get-lease-hostnames true; ddns-update-style none; option bpb-args code 135 = text; # how BPB itself gets arguments option kiosk-id code 133 = text; # we pass the kiosk number and kernel option kiosk-kernel code 134 = text; # file name to our BPB script here. option option-128 code 128 = string; # for LTSP option option-129 code 129 = text; # for LTSP subnet 172.28.4.0 netmask 255.255.255.0 { range 172.28.4.81 172.28.4.254; # allocate only addresses above kiosk16 } group { # LTSP hosts next-server 172.28.4.64; option root-path "172.28.4.64:/opt/ltsp-4.2/i386"; filename "/lts/2.6.16.1-ltsp-2/pxelinux.0"; # Ubuntu 10.7: # option root-path "/opt/ltsp/i386"; # if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { # filename "/ltsp/i386/pxelinux.0"; # } else { # filename "/ltsp/i386/nbi.img"; # } # Still needed? Not needed on Ubuntu. vendor-option-space PXE; host kiosk01 { fixed-address kiosk01; hardware ethernet 00:50:8D:76:28:4A; } host kiosk02 { fixed-address kiosk02; hardware ethernet 00:13:D4:32:E9:97; } host kiosk03 { fixed-address kiosk03; hardware ethernet 00:0E:A6:8A:5C:AC; } host kiosk04 { fixed-address kiosk04; hardware ethernet 00:0E:A6:8A:5C:B4; } host kiosk05 { fixed-address kiosk05; hardware ethernet 00:10:DC:A2:8F:69; } host kiosk06 { fixed-address kiosk06; hardware ethernet 00:E0:06:E9:FE:DF; } host kiosk07 { fixed-address kiosk07; hardware ethernet 00:E0:06:F3:AF:26; } } group { # non-kiosk hosts # Panasonic WV-NS324 Network Camera 1.15E host cam { fixed-address cam; hardware ethernet 00:80:45:0D:6B:83; } # Lantronix UDS-10 Serial-to-Ethernet adapter host switcher { fixed-address switcher; hardware ethernet 00:20:4a:67:f1:d0; } # Lantronix UDS-10 Serial-to-Ethernet adapter host sign { fixed-address sign; hardware ethernet 00:20:4a:05:b5:e0; } # Photo Booth: Macintosh G4 Tower host photobooth { fixed-address photobooth; hardware ethernet 00:30:65:4d:a1:c6; } }