summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.hosts.fai
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-31 02:56:00 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-31 02:56:00 +0000
commitc48951bf14eab76fcc2c80e9d86a849f973bfa08 (patch)
treeafaeef3098960afe9b3a1b62f0a333e1f9187557 /dhcp3/dhcpd.hosts.fai
parentdf1f3353701833e3f45f8933a2e0843b94d4fd45 (diff)
dhcp3: Add example DHCP3 config files.
Diffstat (limited to 'dhcp3/dhcpd.hosts.fai')
-rw-r--r--dhcp3/dhcpd.hosts.fai47
1 files changed, 47 insertions, 0 deletions
diff --git a/dhcp3/dhcpd.hosts.fai b/dhcp3/dhcpd.hosts.fai
new file mode 100644
index 0000000..7e6577b
--- /dev/null
+++ b/dhcp3/dhcpd.hosts.fai
@@ -0,0 +1,47 @@
+# 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
+
+ # sis900 NIC
+ host svasiland { hardware ethernet 00:07:95:47:3e:f2; fixed-address svasiland; option fai-action "install"; } # VEGA motherf*cker
+
+ # 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"; }
+}