l�rdag 15. mars 2003 22:01, skrev Julius Szelagiewicz:
> Stuart,
> see the relevant piece of dhcpd.conf:
> shared-network WORKSTATIONS {
> subnet 192.168.5.0 netmask 255.255.255.0 {
> range 192.168.5.150 192.168.5.249;
> use-host-decl-names on;
> option log-servers 192.168.5.254;
>
> # trick from Peter Rundle <[EMAIL PROTECTED]>
> if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
> {
> filename "/lts/pxe/pxelinux.bin";
> # NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/
> }
> else
> {
> #was filename "/lts/vmlinuz-2.4.9-ltsp";
> filename "/lts/vmlinuz-2.4.18-ltsp";
>
> }
> #static assignments come here
>
> On 15 Mar 2003, Stuart Johnson wrote:
> > On Sat, 2003-03-15 at 20:23, Julius Szelagiewicz wrote:
> > > Stuart,
> > > I must be missing something here: why not use straight pxe stuff
> > > from ltsp? It seems to work for me on over 80 via edens without any
> > > problems. julius
> >
> > Julius,
> >
> > I'm confused. I read the pxe howto documentation found on the LTSP site
> > (link below), should I be doing this differently?
> >
> > http://www.ltsp.org/documentation/pxe.howto.html
> >
> > Stuart
I am confused too. I fooled around with that pxe.cfg stuff for a while, and
managet to boot something called "pixie" (which was nice enough to prove that
my HW worked, but I wanted ltsp). So i started over and changed to the two
stage approach (first download etherboot, then start as normal ltsp) that
Stuart seams to be trying to use (and that I understood from the doc section
on ltsp.org, is the "official" way of doing it. Only hurdle was to get dhcpd
version 3 up and running (had to compile from sources, but that was no
problem).
Is this some kind of vi vs. emacs thing?
Well here is my dhcpd.conf that is working for my single mini-itx box, maybe
it will help.
# Sample configuration file for ISCD dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#
ddns-update-style ad-hoc;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.10;
option domain-name-servers 192.168.1.11;
option domain-name "hallvardsdom.com";
option root-path "192.168.1.11:/opt/ltsp/i386";
# Version 3 dhcpd spesific
option option-128 code 128 = string;
option option-129 code 129 = text;
shared-network WORKSTATIONS {
subnet 192.168.1.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;
option log-servers 192.168.1.11;
# Irrelevant hosts removed
host ws007 { # VIA EDEN 5000 based thinclient
hardware ethernet 00:40:63:C0:64:73;
fixed-address 192.168.1.107;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
{
filename "lts/eb-5.0.8-via-rhine.lzpxe";
}
else if substring (option vendor-class-identifier, 0, 9) = "Etherboot"
{
filename "/lts/vmlinuz-2.4.19-ltsp-1";
option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
}
}
}
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_____________________________________________________________________
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