No subject


Tue Jun 4 12:17:20 MDT 2013


Due to the lack of authentication information, tftpd will allow
only publicly readable files to be accessed.  Files may be written only
if they already exist and are publicly writable.

So, in order to write a file, first you'll need to

cd /tftpboot
touch filename
chmod a+rw filename

To be read, files must have at least o+r permission.

Hope that helps.

charles at lunarmedia.net wrote:
> 
> i am using rh7 with xinetd. the following tftp config is in place:
> 
> service tftp
> {
>         socket_type             = dgram
>         wait                    = yes
>         user                    = nobody
>         log_on_success          += USERID
>         log_on_failure          += USERID
>         server                  = /usr/sbin/in.tftpd
>         server_args             = /tftpboot
>         disable                 = no
> }
> 
> the machine is listening on udp 69 and answers calls, however the machine
> does not seem to allow devices to write to the /tftpboot directory through
> tftp or read from it. the dir on the server is 777.
> 
> i am feeling that tftpd is not chrooting properly or something is
> incorrect within the server_args.
> 
> does anyone have tftp out of the box running properly on rh7?
> 
> thanks -cjm
> 
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug

-- 

John Hernandez, Network Engineer --------------------------------------
US Department of Commerce                             tel: 303-497-6392
NOAA/OAR - Mailstop R/OM12                            fax: 303-497-6005
325 Broadway                            e-mail: John.Hernandez at noaa.gov
Boulder, CO 80303                               http://boulder.noaa.gov
-----------------------------------------------------------------------



More information about the LUG mailing list