[Asterisk-Users] TFTP problems on FC4

Joseph Rothstein jrothstein at comcentrixs.com
Fri Mar 17 03:03:27 MST 2006


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





More information about the asterisk-users mailing list