[KLUG Members] LTSP newbie

Jon Smitley members@kalamazoolinux.org
21 May 2003 23:11:30 -0400


First attempt at making LTSP work.  My question is - Are these the two
primary config files?  dhcpd.conf and lts.conf  How is, or is tftp
configured?

My server is WAY at 192.168.1.28
The client is trying to connect at 192.168.1.25 (I think)

xanax@Way:/etc> cat dhcpd.conf
subnet 192.168.1.28 netmask 255.255.255.0
{
        option subnet-mask 255.255.255.0;
        option domain-name "Way.Way";
        option routers 192.168.1.28;
        option domain-name-servers 192.168.1.30;
        range dynamic-bootp 192.168.1.10 192.168.1.100;
        default-lease-time 7200;
        max-lease-time 86400;
    host ws002 {
        next-server 192.168.1.28;
        option root-path      "192.168.1.28:/opt/ltsp/i386";
        hardware ethernet     00:05:5D:36:D9:0E;
        fixed-address         192.168.1.231;
        filename              "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1";
    }
    host lx2 {
        hardware ethernet     00:4F:4E:01:D1:2E;
        fixed-address         192.168.1.25;
}

/opt/ltsp/i386/etc/lts.conf

[Default]
        SERVER             = 192.168.1.28
        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        LOCAL_APPS         = N
        RUNLEVEL           = 5

#------------------------------------------------------------------------------
#
# Example of specifying X settings for a workstation
#
[192.168.1.25]
        XSERVER            = XF86_SVGA
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 64m
        RUNLEVEL           = 5
        X_MOUSE_PROTOCOL   = "Microsoft"
        X_MOUSE_device     = "/dev/ttyS0"
        X_MOUSE_RESOLUTION = 50
        X_MOUSE_BUTTONS    = 2
        X_MOUSE_BAUD       = 1200
[ws002]
        XSERVER            = XF86_SVGA
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 64m
        RUNLEVEL           = 3
--rest of file commented out--

I know this is a mishmash of config files.  I was trying to diseminate
info from the config files I was so generously allowed to receive from
the KLUG LTSP server, Thanks Dirk.

Does this look like I'm pointed in the general direction to get this to
work, or am I missing the larger picture?

Thanks in advance
Jon
Minding of Madness