You may need to create (or modify) the "tftp" file in "/etc/xinetd.d".  For
example:

service tftp
{
        disabled                = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /var/lib/tftpboot
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Christian
> Sent: Wednesday, November 15, 2006 12:12 PM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Question about TFTPD server
> 
> Hi all,
> I have installed this package onto my Debian and placed the files i want
> the Cisco 7960 phone to get from the tftpdboot directory. But it doesn't
> seem to work. Are ther any special settings I should do to this server?
> Many thanks for all your help,
> Christian
> 
> 
> _______________________________________________
> --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

_______________________________________________
--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

Reply via email to