Hello,
Centos 7, all latest updates. I installed tftp server according to instructions and don't understand what's wrong.
Client (from same subnet), either Linux or Windows, only able to create 0 size file, then timeout.
I turned off firewalld and put SELinux to disabled. No help.
I didn't understand, why I need to install both tftp-server and xinetd, first installed only tftp-server with same problem.
Installed xinetd as well, no luck, same problem.
weird tftp problem
Re: weird tftp problem
Make sure that when you use firewall-cmd you enable the _service_ not the port - i.e. firewall-cmd --add-service=tftp NOT --add-port=69/udp
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: weird tftp problem
thanks for reply, but I bet this is not related to firewall, as I wrote, I disabled it.
Re: weird tftp problem
But you will want to re-enable it again at some point...
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: weird tftp problem
I think you need to shed some light on this.
Whose instructions, and why?
The question really is why do UDP ("not connected") transaction fail?
Perhaps trace UDP activity across your network (but just guessing here)
Code: Select all
I installed tftp server according to instructions
So it doesn't get the data.Linux or Windows, only able to create 0 size file, then timeout.
Why did you install xinetd?install both tftp-server and xinetd
The question really is why do UDP ("not connected") transaction fail?
Perhaps trace UDP activity across your network (but just guessing here)