summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.hosts.ltsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp3/dhcpd.hosts.ltsp')
-rw-r--r--dhcp3/dhcpd.hosts.ltsp24
1 files changed, 24 insertions, 0 deletions
diff --git a/dhcp3/dhcpd.hosts.ltsp b/dhcp3/dhcpd.hosts.ltsp
new file mode 100644
index 0000000..01112fb
--- /dev/null
+++ b/dhcp3/dhcpd.hosts.ltsp
@@ -0,0 +1,24 @@
+group {
+ server-name "ltsp";
+ next-server ltsp;
+ filename "lts/vmlinuz-2.4.9-ltsp-lpp-6";
+# filename "lts/vmlinuz-2.4.19-ltsp-1";
+ option root-path "192.168.102.75:/opt/ltsp/i386";
+ option eb-magic e4:45:74:68:00:00;
+ option eb-bootopts "ramdisk_size=8000 vga=0x301 console=/dev/tty2 ";
+# option eb-menuopts "timeout=10:default=192";
+# option eb-motd1 "Loading message of the day...\n['motd'#";
+# option eb-menuitem1 "Linux:::-:::";
+# option eb-menuitem2 "FreeDOS:::floppy.net:::";
+# option eb-menuitem3 "FreeDOS:::-:::nfs=other";
+ option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
+
+ host pc077 { hardware ethernet 00:50:BA:8C:B9:6D; fixed-address 192.168.102.77; } # Lab: clone
+# host kenja { hardware ethernet 00:40:63:c0:84:a5; fixed-address kenja; option eb-bootopts "via-rhine "; } # Vega (Spiff): Xenux thin client
+ host pc079 { hardware ethernet 00:00:B4:78:CF:EC; fixed-address 192.168.102.79; option eb-bootopts "NIC=tulip "; } # Jones(?): clone(?)
+ 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
+ host pc083 { hardware ethernet 00:50:22:87:01:71; fixed-address 192.168.102.83; } # Lab(?): clone(?)
+ host judd2 { hardware ethernet 00:10:a7:0b:05:80; fixed-address judd2; } # Judd: Zitech clone
+ host lablight1 { hardware ethernet 00:50:ba:8c:85:fe; fixed-address lablight1; option eb-bootopts "NIC=8139too "; } # LAB Pentium90/16 dfe538
+ host lablight2 { hardware ethernet 00:50:ba:8c:b9:70; fixed-address lablight2; option eb-bootopts "NIC=8139too "; } # LAB Pentium133/24 dfe538
+}