blob: 9fb4785b7cea25ddebf21a21e9187c8bde401d77 (
plain)
- # FAI clients
- group {
- server-name "fai";
- next-server 192.168.102.252; # IP address of TFTP server (only needed if separate from DHCP server)
- # option tftp-server-name "192.168.102.252"; # same as (or similar to) next-server above (not tested)
- option dhcp-max-message-size 2048;
- option fai-location "fai:/usr/local/share/fai";
- option fai-action "sysinfo";
- option fai-flags "verbose createvt sshd";
- # option root-path "/usr/local/lib/fai/nfsroot-woody-i386";
- option root-path "/usr/local/lib/fai/nfsroot-sarge-i386";
- # option root-path "/usr/local/lib/fai/nfsroot-sid-i386";
- # filename "boot/fai/pxelinux.0";
- # filename "/pxelinux.0";
- option pxelinux.pathprefix "/boot/fai/";
- if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
- option eb-magic e4:45:74:68:00:00;
- option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; # Send VCI "Etherboot" back to client again
- filename "boot/fai/vmlinuz-2.4.18.nbi";
- }
- 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)
- # 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
- # rtl8029 NIC
- host collapse { hardware ethernet 00:06:29:05:a4:e6; fixed-address collapse; option fai-action "install"; } # Lab: IBM m. defekt indbygget NIC
- # rtl8139 NIC
- host hysbald { hardware ethernet 00:40:95:30:93:45; fixed-address hysbald; option fai-action "install"; } # Lab: Fax gateway
- # sis900 NIC
- host svasiland { hardware ethernet 00:07:95:47:3e:f2; fixed-address svasiland; option fai-action "install"; } # VEGA motherf*cker
- host uganda { hardware ethernet 00:50:fc:5d:88:4f; fixed-address uganda; option fai-action "sysinfo"; } # VEGA bambus
- host picasso { hardware ethernet 00:07:95:d8:f4:69; fixed-address picasso; option fai-action "install"; } # Nicolai Wallner, Bambus server
- # Via-rhine NIC
- host sair { hardware ethernet 00:40:63:c0:8d:05; fixed-address sair; option fai-action "install"; } # Vega: Xenux thin client
- host tjat { hardware ethernet 00:40:63:c0:8d:b3; fixed-address tjat; } # Vega: Xenux thin client
- 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)
- # 3com 3c556 NIC
- 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)
- 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)
- 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)
- 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)
- # Louiz: HP omnibook 500, 600MhZ Celeron, 128MB ram (TW14203937) - NIC broken/missing
- # PowerPC
- host auryn { hardware ethernet 00:30:65:09:3a:27; fixed-address auryn; filename "yaboot/yaboot"; }
- }
|