- Jun 18, 2007
- 2
- 0
- 0
We've got a TFTP server running on a win2k box here at work and winxp/win2k/linux clients requesting a binary file. Seems the linux client's requests are ignored by the TFTP server; using a packet sniffer the request is received at the server's NIC but is never serviced by the TFTP software. Looking at the packet received, the IP/MAC of the client and the IP of the server are provided, but the MAC of the server is set to the broadcast MAC of FF:FF:FF:FF:FF:FF. The windows clients seem to send out an ARP request before teh TFTP request so the server's MAC is resolved first. I can't modify the way the TFTP request is sent out from the Linux box, unfortunately that is one of the restrictions. If I replace the win2k server box with a Linux box, all is fine and dandy. But does anybody know a way for windows to receive and recognize UDP broadcast mac requests? I don't know much about windows networking and pretty much nothing about Linux, but any help would be great.