Hi
 
I have install Redhat 7.3 with LTSP RPMs
 
  • ltsp_core-3.0.7-0.i386.rpm
  • ltsp_kernel-3.0.5-0.i386.rpm
  • ltsp_local_apps-3.0.0-0.i386.rpm
  •  
    I am able to connect Thin Client from the  Server. But Thin Client doesn't get boot image. When I boot thin Client I got messages on both sides
     
    SERVER LOG MESSAGES
    ---------------------------------------------------------
    tail -20 /var/log/messages
    ---------------------------------------------------------
    Nov 13 11:13:46 everest dhcpd: DHCPDISCOVER from 00:01:03:c0:0c:eb via eth1
    Nov 13 11:13:46 everest dhcpd: DHCPOFFER on 192.168.2.1 to 00:01:03:c0:0c:eb via eth1
    Nov 13 11:13:48 everest dhcpd: DHCPREQUEST for 192.168.2.1 from 00:01:03:c0:0c:eb via eth1
    Nov 13 11:13:48 everest dhcpd: DHCPACK on 192.168.2.1 to 00:01:03:c0:0c:eb via eth1
     
    THIN CLIENT  messages
    ---------------------------------------------------------
    CLIENT MAC ADD: 00 03 C0 0C EB GUID XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    CLIENT IP: 192.168.2.1 MASK 255.255.255.0 DHCP: 192.168.2.100
    GATEWAY IP: 192.168.2.100
    TFTP............
     
     
    I have these files
    ---------------------------------------------------------
     #more /etc/exports
    ---------------------------------------------------------
    /opt/ltsp/i386                  192.168.2.100/255.255.255.0(ro,no_root_squash,sync)
    /var/opt/ltsp/swapfiles         192.168.2.100/255.255.255.0(rw,no_root_squash,async)
     
    ---------------------------------------------------------
    #more /etc/hosts
    ---------------------------------------------------------

    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain   localhost
    192.168.2.100           server
    192.168.2.1             ws001
    192.168.2.2             ws002
    ---------------------------------------------------------
    #more /etc/dhcpd.conf
    ---------------------------------------------------------
    default-lease-time            21600;
    max-lease-time                21600;
     
    option subnet-mask            255.255.255.0;
    option broadcast-address      192.168.2.255;
    option routers                192.168.2.100;
    option domain-name-servers    192.168.2.100;
    option domain-name            "local.domain.com";
    option root-path              "192.168.2.100:/opt/ltsp/i386";
       
    shared-network WORKSTATIONS {
        subnet 192.168.2.0 netmask 255.255.255.0 {
        }
    }
       
    group   {
        use-host-decl-names       on;
        option log-servers        192.168.2.100;
       
        host ws001 {
            hardware ethernet     00:01:03:C0:0C:EB;
            fixed-address         192.168.2.1;
            filename              "/lts/vmlinuz-2.4.19-ltsp-1";
        }
    }
    ---------------------------------------------------------
    #more /opt/ltsp/i386/etc/lts.conf
    ---------------------------------------------------------
    [Default]
            SERVER             = 192.168.2.100
            DNS_SERVER    = 192.168.2.100
            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
    [ws001]
            XSERVER            = auto
            LOCAL_APPS         = N
            USE_NFS_SWAP       = N
            SWAPFILE_SIZE      = 48
            RUNLEVEL           = 5
    ---------------------------------------------------------
     
    I check TFTP, portmap, DHCP, NFS, named are running. Please help
     
    Thanks
    Bimal

    Reply via email to