OoOoOpS ! Perhaps I should have mentioned that I want to cofigure LTSP... But I think theres no diffrence...
/etc/hosts:
## LTS-begin ##
#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Fri Apr 4 18:21:14 CEST 2003 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at
http://www.ltsp.org
#
/opt/ltsp/i386 192.168.0.0/255.255.255.0(ro,no_root_squash)
/var/opt/ltsp/swapfiles 192.168.0.0/255.255.255.0(rw,no_root_squash)
#
# The following entries need to be uncommented if you want
# Local App support in ltsp
#
#/home 192.168.0.0/255.255.255.0(rw,no_root_squash)
#
## LTS-end ##
# See the exports(5) manpage for a description of the syntax of this file.
# This file contains a list of all directories that are to be exported to
# other computers via NFS (Network File System).
# This file used by rpc.nfsd and rpc.mountd. See their manpages for details
# on how make changes in this file effective.
------------------------------------------------------
/etc/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
#
127.0.0.1 localhost <--- Me, LOL
192.168.0.30 <--- Client
# special IPv6 addresses
::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
---------------------------------------------------------
/etc/dhcpd.conf:
#
# configuration file for ISCD dhcpd
#
# dhcpd.conf for K12 LTSP
#
default-lease-time 21600;
max-lease-time 21600;
allow booting;
allow bootp;
# only for DHCPD V. 3
ddns-update-style none;
option option-128 code 128 = string;
option option-129 code 129 = text;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.5;
#option domain-name-servers 192.168.0.5;
option domain-name "ltsp";
option root-path "192.168.0.5:/opt/ltsp/i386";
shared-network WORKSTATIONS {
# dynamische Adressvergabe an Clients mit deren Hardware auto-detect funktioniert
# (PCI Netzwerk-Karte und PCI oder AGP Grafikkarte, ausser S3 Graphikkarten)
#
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.6 192.168.0.30;
use-host-decl-names on;
option log-servers 192.168.0.5;
# trick from Peter Rundle <peter.rundle@au.interpath.net>
# MH: needs DHCPd Version 3
if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
{
filename "/tftpboot/lts/pxelinux.0";
# NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/
}
else
{
filename "/lts/vmlinuz-2.4.19-ltsp-1";
}
}
}
# statische Vergabe von IP Adressen anhand der Hardware-MAC-Adressen
# der Clients
#
group {
use-host-decl-names on;
option log-servers 192.168.0.5;
host ws001 {
hardware ethernet 00:80:AD:1A:CD:AF;
fixed-address 192.168.0.31;
filename "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1";
option option-128 e4:45:74:68:00:00;
option option-129 "NIC=ne IO=0x280";
}
# Workstation 486er
host ws006 {
hardware ethernet 00:80:AD:1A

8

A;
fixed-address 192.168.0.32;
filename "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1";
# option option-128 e4:45:74:68:00:00;
# option option-129 "NIC=ne IO=0x280";
}
# DELL-Rechner Nr 20
host pc_20 {
hardware ethernet 00:30:84:2C:F3

4;
fixed-address 192.168.0.33;
filename "/tftpboot/lts/vmlinuz-2.4.9-ltsp-1";
}
# DELL-Rechner Nr 21
host pc_21 {
hardware ethernet 00:50:BF:12:71:1A;
fixed-address 192.168.0.34;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
# DELL-Rechner Nr 22
host pc_22 {
hardware ethernet 00:50:BF:12:68:F4;
fixed-address 192.168.0.35;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
# DELL-Rechner Nr 23
# host pc_23 {
# hardware ethernet 00:50:FC:A3:91

1;
# fixed-address 192.168.0.36;
# filename "/lts/vmlinuz-2.4.9-ltsp-5";
# }
# DELL-Rechner Nr 24
host pc_24 {
hardware ethernet 00:50:FC:A3:E4:58;
fixed-address 192.168.0.37;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
# DELL-Rechner Nr 25
host pc_25 {
hardware ethernet 00:50:FC:70:50:54;
fixed-address 192.168.0.38;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
# DELL-Rechner Nr 26
host pc_26 {
hardware ethernet 00:50:FC:A3:E4:5C;
fixed-address 192.168.0.39;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
# DELL-Rechner Nr 27 - fehlende Blende ---
host pc_27 {
hardware ethernet 00:50:FC:A3:70:FA;
fixed-address 192.168.0.39;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
# rechner 09 Aufenthaltsraum (PCI-Karte)
host ws003 {
hardware ethernet 00:30:84:28:07:F1;
fixed-address 192.168.0.44;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
# option option-128 e4:45:74:68:00:00;
# option option-129 "NIC=ne IO=0x300";
}
# Rechner 04 Aufenthaltsraum
host ws004 {
hardware ethernet 00:80:AD:1A

0:2E;
fixed-address 192.168.0.45;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
option option-128 e4:45:74:68:00:00;
option option-129 "NIC=ne IO=0x300";
}
# Rechner 12 Aufenthaltsraum
host ws012 {
hardware ethernet 00:50:FC:A3:C4

4;
fixed-address 192.168.0.46;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
}
}
--------------------------------------------------------------------------------
Perhaps u'll need it =8)
--------------------------------------------------------------------------------
Ok, services on Server are all running well, but the clients boots from a ROM and I dont know if theres all running well, but I think so...
Of course I restarted the NSF - Server...
Oh ! It also says "mount program didn't pass remote adress!"