Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
created /tftpboot with owner group nobody:nobody and perms 777. Configured the tftp under /etc/xinetd.d/tftp
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -c -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}
# chkconfig tftp on
# service xinetd.d start
$ tftp 10.0.4.19
tftp> verbose
Verbose mode on.
tftp> trace
Packet tracing on.
tftp> get mytestfile
getting from 10.0.4.19:mytestfile to mytestfile [netascii]
sent RRQ <file=mytestfile, mode=netascii>
sent RRQ <file=mytestfile, mode=netascii>
sent RRQ <file=mytestfile, mode=netascii>
sent RRQ <file=mytestfile, mode=netascii>
sent RRQ <file=mytestfile, mode=netascii>
Transfer timed out.
tftp>
I get timeouts whenever I try to write or read to the directory.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.