Greetings to all. I am hoping someone can help me out with a problem I am having getting my Cisco phones, 7960s and 7940s, to download the appropriate files from our TFTP server. The TFTP server is running on Fedora Core 4. The TFTP server appears to be setup properly: service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -vvvvvvvvvvvv -c -s /tftpboot/ disable = no per_source = 11 cps = 100 2 flags = IPv4 } Here is the error message I get on FC4: Mar 17 09:52:52 localhost in.tftpd[22194]: RRQ from 172.16.10.56 filename OS79XX.TXT Mar 17 09:52:52 localhost in.tftpd[22194]: sending NAK (0, Permission denied) to 172.16.10.56 Mar 17 09:52:52 localhost in.tftpd[22195]: RRQ from 172.16.10.56 filename SIPDefault.cnf Mar 17 09:52:52 localhost in.tftpd[22195]: sending NAK (0, Permission denied) to 172.16.10.56 Mar 17 09:52:52 localhost in.tftpd[22196]: RRQ from 172.16.10.56 filename SIP00156316C1CC.cnf Mar 17 09:52:52 localhost in.tftpd[22196]: sending NAK (0, Permission denied) to 172.16.10.56 The phone shows these messages: W200 TFTP Error: Enclosed Text 0S79XX.txt W210 TFTP Error: Enclosed Text SIPDefault.cnf W220 TFTP Error: Enclosed Text SIP00156316C1CC.cnf The phones and the server are in the same VLAN. Has anyone seen this before or have any ideas why simple TFTP does not work? Regards, Joe
Hi Joe, Maybe there it is a problem related to the rights on the specific files. Please check if you have read rights for everybody for the files under /tftpboot. Also check that tftpboot have r+x rights for everybody. Regards, Ioan. www.modulo.ro -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Joseph Rothstein Sent: Friday, March 17, 2006 12:03 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] TFTP problems on FC4 Greetings to all. I am hoping someone can help me out with a problem I am having getting my Cisco phones, 7960s and 7940s, to download the appropriate files from our TFTP server. The TFTP server is running on Fedora Core 4. The TFTP server appears to be setup properly: service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -vvvvvvvvvvvv -c -s /tftpboot/ disable = no per_source = 11 cps = 100 2 flags = IPv4 } Here is the error message I get on FC4: Mar 17 09:52:52 localhost in.tftpd[22194]: RRQ from 172.16.10.56 filename OS79XX.TXT Mar 17 09:52:52 localhost in.tftpd[22194]: sending NAK (0, Permission denied) to 172.16.10.56 Mar 17 09:52:52 localhost in.tftpd[22195]: RRQ from 172.16.10.56 filename SIPDefault.cnf Mar 17 09:52:52 localhost in.tftpd[22195]: sending NAK (0, Permission denied) to 172.16.10.56 Mar 17 09:52:52 localhost in.tftpd[22196]: RRQ from 172.16.10.56 filename SIP00156316C1CC.cnf Mar 17 09:52:52 localhost in.tftpd[22196]: sending NAK (0, Permission denied) to 172.16.10.56 The phone shows these messages: W200 TFTP Error: Enclosed Text 0S79XX.txt W210 TFTP Error: Enclosed Text SIPDefault.cnf W220 TFTP Error: Enclosed Text SIP00156316C1CC.cnf The phones and the server are in the same VLAN. Has anyone seen this before or have any ideas why simple TFTP does not work? Regards, Joe
Problem solved. I solved my problem with TFTP. For some strange reason if you run the TFTP server under xinet, it does not work. I had to use the -l option to run it in standalone mode. Very strange indeed. in.tftpd -l -vvvvv -s /tftpboot/ Regards to all, Joe
Hello, from where do you see errors which are generated by tftp. I have searched from Google and I didn't find that. Maybe you can help me. I have FC4 too :) On 3/17/06, Joseph Rothstein <jrothstein@comcentrixs.com> wrote:> > Greetings to all. > > I am hoping someone can help me out with a problem I am having getting my > Cisco phones, 7960s and 7940s, to download the appropriate files from our > TFTP server. The TFTP server is running on Fedora Core 4. > > The TFTP server appears to be setup properly: > > service tftp > { > socket_type = dgram > protocol = udp > wait = yes > user = root > server = /usr/sbin/in.tftpd > server_args = -vvvvvvvvvvvv -c -s /tftpboot/ > disable = no > per_source = 11 > cps = 100 2 > flags = IPv4 > } > > Here is the error message I get on FC4: > > Mar 17 09:52:52 localhost in.tftpd[22194]: RRQ from 172.16.10.56 filename > OS79XX.TXT > Mar 17 09:52:52 localhost in.tftpd[22194]: sending NAK (0, Permission > denied) to 172.16.10.56 > Mar 17 09:52:52 localhost in.tftpd[22195]: RRQ from 172.16.10.56 filename > SIPDefault.cnf > Mar 17 09:52:52 localhost in.tftpd[22195]: sending NAK (0, Permission > denied) to 172.16.10.56 > Mar 17 09:52:52 localhost in.tftpd[22196]: RRQ from 172.16.10.56 filename > SIP00156316C1CC.cnf > Mar 17 09:52:52 localhost in.tftpd[22196]: sending NAK (0, Permission > denied) to 172.16.10.56 > > The phone shows these messages: > > W200 TFTP Error: Enclosed > Text 0S79XX.txt > W210 TFTP Error: Enclosed > Text SIPDefault.cnf > W220 TFTP Error: Enclosed > Text SIP00156316C1CC.cnf > > The phones and the server are in the same VLAN. > > Has anyone seen this before or have any ideas why simple TFTP does not > work? > > Regards, > Joe > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Agur Koort -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060329/d626cfcb/attachment.htm