<div dir="ltr">Hi,<br><br>I don&#39;t understand why a SIP hardphone can&#39;t provision itself using tftp.<br>I&#39;m very suspicious about my tftp daemon but I lack basic knowledge of Linux CLI to pinpoint what&#39;s going wrong and separate what belongs to SIP phone configuration from what comes from tftp server.<br>
<br>What I would like to do is to add a given file in current /srv/tftp directory and test by hand that tftpd would serve this file when asked.<br><br>Googling and reading man pages, I could find command that starts tftp server but I couldn&#39;t find any command asking for a given file (please, note I don&#39;t imply such commands don&#39;t exist but maybe, some more general network tools (netcat, ...) are the one to use for basic tftp testing).<br>
<br>So let&#39;s say, you&#39;ve got :<br>a perfectly running tftp server somewhere on your LAN,<br>it holds foo.txt file in its /srv/tftp directory.<br><br><br>Which command could you type in for a LAN workstation to receive this foo.txt ?<br>
<br>Regards<br><br>PS1: I&#39;m using Debian etch<br>PS2: With nestat -a, I&#39;ve got this :<br><br>Proto Recv-Q Send-Q Local address &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remote address &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Status<br>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:tftp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*<br>
<br>So, I think my tftp daemon is not listening but that&#39;s another topic.<br></div>