TFTP difference CentOS 7 and Ubuntu 20.04

Jerry Geis jerry.geis at gmail.com
Sat Apr 2 23:18:28 UTC 2022


On CentOS TFTP if I try to get a file that does not exist I get

Error Code 1: File not found
and NO file created.


On Ubuntu 20.04 doing the same commands I get a
"transfer timed out" message and a file created of 0 bytes.

I need more of the behavior of CenOS - basically and Error Code returned.

I use the same /etc/xinetd.d/tftp file:

service tftp

{

socket_type = dgram

protocol = udp

wait = yes

user = root

server = /usr/sbin/in.tftpd

server_args = /tftpboot

disable = no

per_source = 11

cps = 100 2

flags = IPv4
}

Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20220402/453a81d9/attachment.html>


More information about the ubuntu-users mailing list