Xinet tftp timeout
- by Matt Mootz
I trying to set up a PXE boot server.
Everything is working but the TFTP client is timing out.
TFTP connection timeout
I am using this to setup the TFTP server.
http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/
/etc/xinet.d/tftp
service tftp
{
protocol = udp
port = 69
socket_type = dgram…