Hi All

I have run into a problem with my tftp server.

I am running Mandrake 7.2 with tftp-server 0.17-2mdk

Basically I can pull down files from the tftp server but I can not upload

I run tftpd from xinetd and here is the conf file for tftp:

service tftp
{
        socket_type             = dgram
        wait                    = yes
        user                    = root
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/sbin/in.tftpd
        server_args             = -c -s /tftpboot
        disable                 = no
}

The permissions on the tftpdboot directory are mode 777

and the files within the directory are mode 666

Onr the client side here is the output with trace and verbose turned on

[tf@mordor 631 tf]$ tftp mordor
tftp> trace
Packet tracing on.
tftp> verbose
Verbose mode on.
tftp> put index.html
putting index.html to mordor.globalcenter.net.au:index.html [netascii]
sent WRQ <file=index.html, mode=netascii>
received ACK <block=1>
sent WRQ <file=index.html, mode=netascii>
received ACK <block=1>
sent WRQ <file=index.html, mode=netascii>
received ACK <block=1>
sent WRQ <file=index.html, mode=netascii>
received ACK <block=1>
sent WRQ <file=index.html, mode=netascii>
received ACK <block=1>
Transfer timed out.

tftp>

Any ideas?

Regards,

Travis


Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to