Jarod Kernel schrieb:
Hi,
I would like to know if in the dhcpd.conf file I need to put the MAC address of the
client to make LTSP work correctly.
I've read the McQuillan document, but I have not found a specific request of putting
the MAC address of the client that will use the LTSP service.
Thanks!
Grendel
Grendel,
we use it like this, and it runs fine:
# dhcpd.conf
option domain-name "local.ips";
option domain-name-servers 192.168.123.179;
option subnet-mask 255.255.255.0;
option netbios-name-servers 192.168.123.179;
#option netbios-node-type 2;
default-lease-time 1209600;
max-lease-time 12096000;
option broadcast-address 192.168.255.255;
option routers 192.168.123.254;
option root-path "192.168.123.179:/opt/ltsp/i386";
ddns-update-style none;
subnet 192.168.123.0 netmask 255.255.255.0 {
range 192.168.123.10 192.168.123.20;
group {
use-host-decl-names on;
always-reply-rfc1048 on;
option log-servers 192.168.123.179;
host nbk {
hardware ethernet 00:04:e2:08:05:97;
fixed-address 192.168.123.158;
filename "/lts/vmlinuz";
}
}
}
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net