Seite 1 von 1

TFTP read timeout

Verfasst: 06 Sep 2012, 08:54
von Cyler
Guten Tag,

ich habe heute versucht, über tftp Windows XP zu installieren.

Leder bin ich daran kläglich gescheitert.

Der Client kriegt eine IP zugeweisen und wird vom dhcp erkannt.

Der Client sagt: (ein virtueller und ein physikalischer)

Code: Alles auswählen

PXE-E35: TFTP read timeout
PXE-E39:TFTP cannot read from connection
PXE-M0F: Existing PXE ROM.
Server sagt: (verbose = 7 )

Code: Alles auswählen

Sep  5 17:36:57 opsi in.tftpd[1421]: connect from 192.168.4.156 (192.168.4.156)
Sep  5 17:36:57 opsi atftpd[1421]: Advanced Trivial FTP server started (0.7)
Sep  5 17:36:57 opsi atftpd[1421]:   started by inetd
Sep  5 17:36:57 opsi atftpd[1421]:   logging level: 7
Sep  5 17:36:57 opsi atftpd[1421]:   directory: /tftpboot/linux/
Sep  5 17:36:57 opsi atftpd[1421]:   user: nobody.nogroup
Sep  5 17:36:57 opsi atftpd[1421]:   log file: syslog
Sep  5 17:36:57 opsi atftpd[1421]:   server timeout: 1000
Sep  5 17:36:57 opsi atftpd[1421]:   tftp retry timeout: 6
Sep  5 17:36:57 opsi atftpd[1421]:   maximum number of thread: 100
Sep  5 17:36:57 opsi atftpd[1421]:   option timeout:   enabled
Sep  5 17:36:57 opsi atftpd[1421]:   option tzise:     enabled
Sep  5 17:36:57 opsi atftpd[1421]:   option blksize:   enabled
Sep  5 17:36:57 opsi atftpd[1421]:   maximum blocksize: 0
Sep  5 17:36:57 opsi atftpd[1421]:   option multicast: enabled
Sep  5 17:36:57 opsi atftpd[1421]:      address range: 239.239.239.0-255
Sep  5 17:36:57 opsi atftpd[1421]:      port range:    1758
Sep  5 17:36:57 opsi atftpd[1421]: Creating new socket: 255.255.255.255:40162
Sep  5 17:36:57 opsi atftpd[1421]: Serving linux/pxelinux.0 to 192.168.4.156:2070
Sep  5 17:36:57 opsi atftpd[1421]: Creating new socket: 255.255.255.255:36752
Sep  5 17:36:57 opsi atftpd[1421]: Serving linux/pxelinux.0 to 192.168.4.156:2071
Sep  5 17:36:57 opsi atftpd[1421]: tsize option -> 15710
Sep  5 17:36:57 opsi atftpd[1421]: blksize option -> 1456
Sep  5 17:37:03 opsi atftpd[1421]: timeout: retrying...
Sep  5 17:37:19 opsi atftpd[1421]: last message repeated 5 times
Sep  5 17:37:21 opsi atftpd[1421]: timeout: retrying...
Sep  5 17:37:33 opsi atftpd[1421]: last message repeated 3 times
Sep  5 17:37:33 opsi atftpd[1421]: client (192.168.4.156) not responding
Sep  5 17:37:33 opsi atftpd[1421]: End of transfer
Sep  5 17:37:33 opsi atftpd[1421]: Server thread exiting
Sep  5 17:37:33 opsi atftpd[1421]: client (192.168.4.156) not responding
Sep  5 17:37:33 opsi atftpd[1421]: End of transfer
Sep  5 17:37:33 opsi atftpd[1421]: Server thread exiting

Jemand ideen?
Im dhcp Server ist der tftp Server richtig hinterlegt.

Re: TFTP read timeout

Verfasst: 06 Sep 2012, 10:20
von koepkek
Hallo

wir vermuten hier ein Netzwerkproblem im Zusammenhang mit einer Switch-Konfiguration.
Die initiale tftp-Verbindung scheint ja zu funktionieren, jedoch ist der Client dann nicht mehr erreichbar.

Zur Eingrenzung des Problems sollte der Client über einen einfachen Switch an den Server angebunden werden, also unter Umgehung der jetzigen Netzwerk-Komponenten. Vielleicht hilft das weiter.

Gruß
Karsten Köpke

Re: TFTP read timeout

Verfasst: 06 Sep 2012, 11:58
von Cyler
Am Netzwerk dürfte es nicht liegen.

Der Opsi Server ist virtualisiert, mit der Ubuntu Version, die ihr auch zum Download bereit stellt.

Habe testweise auf den gleichen ESX eine VM erstellt, die via Netboot installiert werden soll. Gleicher Fehler, daher denke ich, es liegt nicht am Netzwerk.
( Oder täusche ich mich da? Kann ich das irgendwie testen? )

Naja, 2x virtuell und 1x physikalisch getestet, Fehler bleibt.

Ideen? :D

Re: TFTP read timeout

Verfasst: 06 Sep 2012, 19:27
von d.oertel
Hi,

mal mit einem lokalen tftp client testen ob der tftpd wirklich ein problem hat:

Code: Alles auswählen

atftp --get --remote-file "linux/pxelinux.0" <my opsi server>
Danach sollte im lokalen Verzeichnis ein pxelinux.0 liegen.

gruss
d.oertel