From c48951bf14eab76fcc2c80e9d86a849f973bfa08 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 31 Oct 2002 02:56:00 +0000 Subject: dhcp3: Add example DHCP3 config files. --- dhcp3/dhcpd.hosts.ltsp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dhcp3/dhcpd.hosts.ltsp (limited to 'dhcp3/dhcpd.hosts.ltsp') 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 +} -- cgit v1.2.3