Hy,
I have a problem with LTSP 3.0 under SusE
7.2.
I have installed all, und the DHCP server works
fine too, but i have still problems to run the client.
There must be a error with tftp i think.
I hope, someone can help me, because i dont know any way more.
The Client cant found the kernel for download.
===================
Here ist the Client Screen:
===================
Boot from (N)etwork of from (L)ocal? N
Found Realtek 8029 at 0xa000, ROM address 0x0000
Probing...[NE2000/PCI]
NE2000 baxe 0xa000, addr 00:40:05:5A:AB:6C
Searching for server (DHCP)...
..Me: 192.168.1.1, Server: 192.168.1.200, Gateway: 192.168.1.254
Loading 192.168.1.200:tftpboot/lts/vmlinuz-2.4.9-ltsp-lpp-5 .TFTP error 1
(File not found)
Unable to load file.
<sleep>
<abort>
================================================================================================================
DHCPD.CONF
===========
# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
# TARGET=/etc/dhcpd.conf.example
# DEFAULT=Y
# DESCRIPTION="Example config file for dhcp"
# DESC_KEY=dhcpd.conf
# ACTION=COPY,0640,root,root
#
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.254;
option domain-name-servers 192.168.1.254;
option domain-name "itekk.net";
option root-path "192.168.1.254:/opt/ltsp/i386";
shared-network WORKSTATIONS {
filename "tftpboot/lts/vmlinuz-2.4.9-ltsp-lpp-5";
subnet 192.168.1.0 netmask 255.255.255.0 {
group {
use-host-decl-names on;
option log-servers 192.168.1.254;
host ws001 {
hardware ethernet 00:40:05:5A:AB:6C;
fixed-address 192.168.1.1;
filename "tftpboot/lts/vmlinuz-2.4.9-ltsp-lpp-5";
}
host ws002 {
hardware ethernet 00:D0:09:30:6A:1C;
fixed-address 192.168.0.2;
filename "/tftpboot/lts/vmlinuz.ltsp";
}
}
}
}
============================================================================================================
HOSTS
=====
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
# special IPv6 addresses
127.0.0.1 localhost
192.168.1.200 webby.itekk webby
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
=============================================================================================================
LTS.CONF
========
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#
[Default]
SERVER = 192.168.1.254
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
#
[ws001]
XSERVER = auto
LOCAL_APPS = N
USE_NFS_SWAP = N
SWAPFILE_SIZE = 48m
RUNLEVEL = 5
[ws002]
XSERVER = XF86_SVGA
LOCAL_APPS = N
USE_NFS_SWAP = N
SWAPFILE_SIZE = 64m
RUNLEVEL = 3
#
# ws004 is my virtual workstation running in a VMware session
#
[ws004]
DNS_SERVER = 192.168.1.254
XSERVER = auto
X4_BUSID = "PCI:0:15:0"
X_MODE_0 = 800x600
LOCAL_APPS = N
USE_NFS_SWAP = N
SWAPFILE_SIZE = 64m
RUNLEVEL = 5
#------------------------------------------------------------------------------
#
# Example of a workstation configured to load some modules
#
#[ws001]
# MODULE_01 = agpgart.o # This is for i810 video
# MODULE_02 = uart401.o
# MODULE_03 = sb.o io=0x220 irq=5 dma=1
# MODULE_04 = opl3.o
#------------------------------------------------------------------------------
#
# Example of ws001 configured for local apps
#
#[ws001]
# LOCAL_APPS = Y
# LOCAL_WM = Y
# NIS_DOMAIN = ltsp
# NIS_SERVER = 192.168.0.254
#------------------------------------------------------------------------------
#
# Example of a serial printer attached to /dev/ttyS1 on workstation
ws001
#
#[ws001]
# PRINTER_0_DEVICE = /dev/ttyS1
# PRINTER_0_TYPE = S # P-Parallel, S-Serial
# PRINTER_0_PORT = 9100 # tcp/ip port: defaults to 9100
# PRINTER_0_SPEED = 9600 # baud rate: defaults to 9600
# PRINTER_0_FLOWCTRL = S # Flow control: S-Software (XON/XOFF),
# # H-Hardware (CTS/RTS)
# PRINTER_0_PARITY = N # Parity: N-None, E-Even, O-Odd
# # (defaults to 'N')
# PRINTER_0_DATABITS = 8 # Databits: 5,6,7,8 (defaults to
8)
=================================================================================================================
IPCHAINS:
========
webby:~ # ipchains -L -v
Chain input (policy ACCEPT: 685 packets, 220603 bytes):
Chain forward (policy ACCEPT: 0 packets, 0 bytes):
Chain output (policy ACCEPT: 414 packets, 35387 bytes):
================================================================================================================
TAIL:
====
tail -f /var/log/messages
Jan 1 01:02:02 webby in.tftpd[1760]: connect from 192.168.1.1
(192.168.1.1)
Jan 1 01:02:38 webby dhcpd: DHCPDISCOVER from 00:40:05:5a:ab:6c via
eth0
Jan 1 01:02:38 webby dhcpd: DHCPOFFER on 192.168.1.1 to 00:40:05:5a:ab:6c
via eth0
Jan 1 01:02:38 webby dhcpd: DHCPREQUEST for 192.168.1.1 (192.168.1.200)
from 00:40:05:5a:ab:6c via eth0
Jan 1 01:02:38 webby dhcpd: DHCPACK on 192.168.1.1 to 00:40:05:5a:ab:6c via
eth0
===============================================================================================================
|
- Re: [Ltsp-discuss] problems with tftp (i think) brunhilde
- Re: [Ltsp-discuss] problems with tftp (i think) Wolfgang Schweer
- [Ltsp-discuss] problems with tftp (i think) canaryhill