[asterisk-users] TFTP to be installed in Linux same asterisk machine to be used with Cisco

Steve Totaro stotaro at asteriskhelpdesk.com
Sun Jun 12 18:02:24 CDT 2011


On Sun, Jun 12, 2011 at 3:18 PM, Steve Edwards
<asterisk.org at sedwards.com> wrote:
> On Sun, 12 Jun 2011, bilal ghayyad wrote:
>
>> How can I see the the files are now loaded? Normally in the windows, I can
>> see that a request reached to the TFTP server and the files now are loaded
>> (upload or download)?
>
> The tftp daemon should log the transfers via syslogd. For example:
>
> Jun 12 12:03:23 dt in.tftpd[11486]: RRQ from 192.168.0.19 filename
> /spa841.cfg
>
> I start tftp via xinetd and the configuration looks like this:
>
> service tftp
>        {
>        cps                     = 100 2
>        bind                    = 192.168.0.1
>        disable                 = no
>        flags                   = IPv4
>        per_source              = 11
>        protocol                = udp
>        server                  = /usr/sbin/in.tftpd
>        server_args             = -c -s /tftpboot -v -v -v -v -v -v
>        socket_type             = dgram
>        user                    = root
>        wait                    = yes
>        }
>
> --
> Thanks in advance,
> -------------------------------------------------------------------------
> Steve Edwards       sedwards at sedwards.com      Voice: +1-760-468-3867 PST
> Newline                                              Fax: +1-760-731-3000
>
> --

You should really be asking on the Fedora lists or even Google, this
is about TFTP on Fedora, not anything to do with Asterisk.

http://tinyurl.com/6xj3he3
http://tinyurl.com/3hjtwsu

Also, check /var/log/messages on your server. Are there any tftp messages there?
Also run tftpd with the "-v" flag (multiple times -- try "man tftpd").

Thanks,
Steve Totaro



More information about the asterisk-users mailing list