Xinet tftp timeout
Posted
by
Matt Mootz
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Matt Mootz
Published on 2012-01-17T19:45:00Z
Indexed on
2012/04/02
17:41 UTC
Read the original article
Hit count: 463
networking
|tftp
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
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}
ps ax|grep tftp doesn't return it running.
any idea's what could be wrong?
© Ask Ubuntu or respective owner