summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.hosts.fai
blob: 9fb4785b7cea25ddebf21a21e9187c8bde401d77 (plain)
  1. # FAI clients
  2. group {
  3. server-name "fai";
  4. next-server 192.168.102.252; # IP address of TFTP server (only needed if separate from DHCP server)
  5. # option tftp-server-name "192.168.102.252"; # same as (or similar to) next-server above (not tested)
  6. option dhcp-max-message-size 2048;
  7. option fai-location "fai:/usr/local/share/fai";
  8. option fai-action "sysinfo";
  9. option fai-flags "verbose createvt sshd";
  10. # option root-path "/usr/local/lib/fai/nfsroot-woody-i386";
  11. option root-path "/usr/local/lib/fai/nfsroot-sarge-i386";
  12. # option root-path "/usr/local/lib/fai/nfsroot-sid-i386";
  13. # filename "boot/fai/pxelinux.0";
  14. # filename "/pxelinux.0";
  15. option pxelinux.pathprefix "/boot/fai/";
  16. if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
  17. option eb-magic e4:45:74:68:00:00;
  18. option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; # Send VCI "Etherboot" back to client again
  19. filename "boot/fai/vmlinuz-2.4.18.nbi";
  20. }
  21. host simbabve { hardware ethernet 00:d0:09:ab:c1:ad; fixed-address simbabve; option fai-action "install"; option root-path "/usr/local/lib/fai/nfsroot-sid-i386"; } # Vega: Family.net (requires XFree86 4.2 which needs glibc only in sid as of 20020901)
  22. # host jammin { hardware ethernet 00:50:41:01:66:6b; fixed-address jammin; option eb-bootopts "ramdisk_size=16000 vga=0x303 console=/dev/tty2 "; } # Vega: Jammin 125
  23. # rtl8029 NIC
  24. host collapse { hardware ethernet 00:06:29:05:a4:e6; fixed-address collapse; option fai-action "install"; } # Lab: IBM m. defekt indbygget NIC
  25. # rtl8139 NIC
  26. host hysbald { hardware ethernet 00:40:95:30:93:45; fixed-address hysbald; option fai-action "install"; } # Lab: Fax gateway
  27. # sis900 NIC
  28. host svasiland { hardware ethernet 00:07:95:47:3e:f2; fixed-address svasiland; option fai-action "install"; } # VEGA motherf*cker
  29. host uganda { hardware ethernet 00:50:fc:5d:88:4f; fixed-address uganda; option fai-action "sysinfo"; } # VEGA bambus
  30. host picasso { hardware ethernet 00:07:95:d8:f4:69; fixed-address picasso; option fai-action "install"; } # Nicolai Wallner, Bambus server
  31. # Via-rhine NIC
  32. host sair { hardware ethernet 00:40:63:c0:8d:05; fixed-address sair; option fai-action "install"; } # Vega: Xenux thin client
  33. host tjat { hardware ethernet 00:40:63:c0:8d:b3; fixed-address tjat; } # Vega: Xenux thin client
  34. host kenja { hardware ethernet 00:40:63:c0:84:a5; fixed-address kenja; option fai-action "install"; option root-path "/usr/local/lib/fai/nfsroot-sarge-i386"; } # Vega (Spiff): Xenux thin client (Woody is fine - this is experiemental only)
  35. # 3com 3c556 NIC
  36. host blyant { hardware ethernet 00:04:75:19:9f:88; fixed-address blyant; option fai-action "install"; } # Louiz: HP omnibook 500, 700MhZ Pentium III, 128MB ram (TW12503936)
  37. host passer { hardware ethernet 00:01:03:88:45:ed; fixed-address passer; option fai-action "install"; } # Louiz: HP omnibook 500, 500MhZ Pentium III, 128MB ram (TW13603371)
  38. host ur { hardware ethernet 00:04:75:19:3f:6d; fixed-address ur; option fai-action "install"; } # Louiz: HP omnibook 500, 500MhZ Pentium III, 256MB ram (TW12503931)
  39. host kniv { hardware ethernet 00:01:03:88:63:3c; fixed-address kniv; option fai-action "install"; } # Louiz: HP omnibook 500, 700MhZ Pentium III, 128MB ram (TW13500555)
  40. # Louiz: HP omnibook 500, 600MhZ Celeron, 128MB ram (TW14203937) - NIC broken/missing
  41. # PowerPC
  42. host auryn { hardware ethernet 00:30:65:09:3a:27; fixed-address auryn; filename "yaboot/yaboot"; }
  43. }