Le 2016-09-28 12:45, Peer Janssen a écrit :
TFTP pxeboot requests:
12:15:45.064076 192.168.0.81.2070 > alix.fritz.box.tftp: 24 RRQ
"pxeboot"
0000: 4500 0034 0002 0000 1411 24ea c0a8 0051 E..4......$....Q
0010: c0a8 002c 0816 0045 0020 f181 0001 7078 ...,...E. ....px
0020: 6562 6f6f 7400 6f63 7465 7400 7473 697a eboot.octet.tsiz
0030: 6500 3000 e.0.
The TFTP request from alix asks for a binary transfer
As a comparison, the reaction against the RRQ from the linux box:
12:38:12.807419 kubuntu-neu.fritz.box.36672 > alix.fritz.box.tftp: 19
RRQ "pxeboot" (DF)
0000: 4500 002f eca9 4000 4011 cc78 c0a8 001f E../..@.@..x....
0010: c0a8 002c 8f40 0045 001b 75b7 0001 7078 ...,.@.E..u...px
0020: 6562 6f6f 7400 6e65 7461 7363 6969 00 eboot.netascii.
The TFTP request from your linux box asks for an ascii transfer
There is a difference between the 2 tftp transfers that may explain your
problem
Can you try the cli tftp and type "binary" before "get pxeboot" ?
like the following :
tftp 192.168.0.44
tftp> binary
tftp> get pxeboot