Hallo,
ich habe folgendes Problem mit einem Neoware Thin Client, nachdem ich den LTSP auf Maverick aufgesetzt habe:
CLIENT MAC ADDR: xx xx xx xx xx xx GUID: xxxx-xxxx-xxxx-xxxx-xxxx CLIENT IP: 192.168.0.34 MASK: 255.255.255.0 DHCP IP: 192.168.0.2 GATEWAY IP: 192.168.0.1 TFTP. PXE-T01: File not found TFTP. PXE-T01: File not found PXE-E3b: File Not found
Analoge Problemstellungen konnten scheinbar gelöst werden, indem die Pfadangabe zur pxelinux.0 geändert wurde. Spannend bei mir ist aber, dass andere Clienten booten können. Das Problem Betrifft nur einen Neoware E4000 - am DHCP (192.168.0.2) und am TFTP (192.168.0.25) liegt es also nicht (achtung diese laufen auf unterschiedlichen Systemen).
Hat jemand eine Idee?
Danke und Gruss Thorsten
# /etc/default/tftpd-hpa TFTP_USERNAME="tftp" TFTP_DIRECTORY="/var/lib/tftpboot" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="-l -s" RUN_DAEMON="yes"
# /etc/dhcp3/dhcp.conf # DHCP server is authoritative for all networks authoritative; # extra options # RFC3442 routes option rfc3442-classless-static-routes code 121 = array of integer 8; # MS routes option ms-classless-static-routes code 249 = array of integer 8; pid-file-name "/var/run/dhcp3-server/dhcpd.pid"; ddns-update-style none; option domain-name-servers 192.168.0.1; allow booting; allow bootp; default-lease-time 1800; max-lease-time 7200; shared-network eth0 { subnet 192.168.0.0 netmask 255.255.255.0 { option routers 192.168.0.1; option domain-name "home"; option domain-name-servers 192.168.0.2, 192.168.0.1; option ntp-servers 192.168.0.2; option netbios-name-servers 192.168.0.2; option netbios-node-type 8; default-lease-time 1800; max-lease-time 7200; next-server 192.168.0.25; filename "/ltsp/i386/pxelinux.0"; range 192.168.0.31 192.168.0.39; } group { option routers 192.168.0.1; option domain-name "Ebbinghaus"; option domain-name-servers 192.168.0.2, 192.168.0.1; option ntp-servers 192.168.0.2; option netbios-name-servers 192.168.0.2; option netbios-node-type 8; default-lease-time 1800; max-lease-time 7200; next-server 192.168.0.25; filename "/ltsp/i386/pxelinux.0"; host lstp { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 192.168.0.25; } host Igor { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 192.168.0.6; } } }