Re: [K12OSN] Re: [K12OSN]

James Jensen (jmsjnsn@linuxfreemail.com)
Tue, 19 Mar 2002 02:06:23 -0600


This is a multi-part message in MIME format.

------=_NextPart_000_0054_01C1CEEA.AB5184C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Actually, there is only one "official" K12LTSP distribution (currently 2.01
if I am not mistaken).  But you can apply LTSP 3.0 to virtually any current
distribution that you wish with the various packages found at
http://www.ltsp.org

I'm not sure what you mean by "more intelligent".  The K12LTSP distribution
is extremely easy to install and configure "out of the box" to be sure, but
with some quick configuration changes to dhcpd.conf you shouldn't have any
difficulty getting dynamic client addresses/names on any distribution that
you have set up with the LTSP 3.0 packages.  The easiest solution, I would
imagine, would be to copy the dhcpd.conf file from the K12LTSP distro to
/etc/dhcpd.conf on whatever system you have applied LTSP 3.0 to...

James


----- Original Message -----
From: "Warwick Chapman" 
To: 
Sent: Tuesday, March 19, 2002 1:57 AM
Subject: Re: [K12OSN] Re: [K12OSN]


> Correct me if I am wrong, but there is more to K12LTSP than just
> redhat with LTSP integrated?
>
> I am very comfortable with Mandrake Linux and have LTSP running
> on it, but recently went with K12LTSP because it seems to be
> more intelligent??
>
> Like with LTSP I have to add each client to DHCP and lts.conf, but
> not with K12LTSP?
>
> Ciao
> budgee
>
> On 18 Mar 2002, at 11:11, jam@McQuil.com wrote:
>
> > Max,
> >
> > Just go to http://www.LTSP.org and grab the Debian packages of LTSP.
> >
> > Jim McQuillan
> > jam@Ltsp.org
> >
> >
> > On Mon, 18 Mar 2002, Max Pakhutkin wrote:
> >
> > > I was just wondering how closely k12ltsp is integrated with RedHat
Linux
> > > and how hard (if possible) would it be for me to adapt it to Debian?
I'm
> > > still in research faze and haven't even downloaded anything yet, but
> > > would like to have a basic idea on the subject before I get down to
> > > business. Any help would be appreciated.
> > >
> > > Thanks
> > > Max Pakhutkin


------=_NextPart_000_0054_01C1CEEA.AB5184C0
Content-Type: application/octet-stream;
	name="dhcpd.conf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="dhcpd.conf"

# Sample configuration file for ISCD dhcpd=0A=
#=0A=
# Don't forget to set run_dhcpd=3D1 in /etc/init.d/dhcpd=0A=
# once you adjusted this file and copied it to /etc/dhcpd.conf.=0A=
#=0A=
=0A=
default-lease-time            21600;=0A=
max-lease-time                21600;=0A=
ddns-update-style none;=0A=
allow booting;=0A=
allow bootp;=0A=
=0A=
option subnet-mask            255.255.255.0;=0A=
option broadcast-address      192.168.0.255;=0A=
option routers                192.168.0.254;=0A=
option domain-name-servers    192.168.0.254;=0A=
option domain-name            "ltsp";=0A=
option root-path              "192.168.0.254:/opt/ltsp/i386";=0A=
=0A=
shared-network WORKSTATIONS {=0A=
  subnet 192.168.0.0 netmask 255.255.255.0 {=0A=
     range dynamic-bootp 192.168.0.100 192.168.0.253;=0A=
     use-host-decl-names       on;=0A=
     option log-servers        192.168.0.254;=0A=
     # trick from Peter Rundle =0A=
     if substring (option vendor-class-identifier, 0, 9) =3D "PXEClient"=0A=
     {=0A=
        filename      "/lts/pxe/pxelinux.bin";=0A=
          # NOTE: kernels are specified in =
/tftpboot/lts/pxe/pxelinux.cfg/=0A=
     }=0A=
     else=0A=
     {=0A=
       filename    "/lts/vmlinuz-2.4.9-ltsp";=0A=
     }=0A=
  }=0A=
}=0A=
=0A=
# example configurations for specifying specific kernels to specific =
clients=0A=
group	{=0A=
    use-host-decl-names       on;=0A=
    option log-servers        192.168.0.254;=0A=
=0A=
    host ws001 {=0A=
        hardware ethernet     00:E0:06:E8:00:84;=0A=
        fixed-address         192.168.0.1;=0A=
        filename              "/lts/boot/bootp/vmlinuz.eepro100.bootp";=0A=
    }=0A=
    host ws002 {=0A=
        hardware ethernet     00:D0:09:30:6A:1C;=0A=
        fixed-address         192.168.0.2;=0A=
        filename              "/lts/boot/bootp/vmlinuz.tulip.bootp";=0A=
    }=0A=
    host ws003 {=0A=
        hardware ethernet     00:D0:09:30:28:B2;=0A=
        fixed-address         192.168.0.3;=0A=
        # kernels are specified in /tftpboot/lts/boot/pxe/pxelinux.cfg/=0A=
        filename              "/lts/boot/pxe/pxelinux.bin";=0A=
    }=0A=
}=0A=

------=_NextPart_000_0054_01C1CEEA.AB5184C0--



_______________________________________________
K12OSN mailing list
K12OSN@redhat.com
https://listman.redhat.com/mailman/listinfo/k12osn
For more info see