On 1/23/19 12:50 PM, Robert Moskowitz wrote:
I can get files from a local terminal window with:

tftp localhost -cv file

I had problems with put until I saw that the file had to preexist. I did that with touch file on my system.

From a F24 notebook on the same subnet as the one running tftp server, though I cannot get the file.  I get:

Transfer timed out.

I also tried:

firewall-cmd --add-port=69/udp --permanent

but no different.

I don't see anything in the tftp.service file to indicate anything there.

What am I missing?

IIRC, tftp (like non-passive FTP) is one of those ancient, firewall-
unfriendly protocols.  I think that the server actually initiates the
connection to the client for the actual transfer.

For a quick test, you'll need to adjust the firewall rules (or disable
it altogether) on the *client*.  Note that this shouldn't be an issue
for your switches, as they won't be blocking the transfer traffic.

HTH

--
========================================================================
Ian Pilcher                                         arequip...@gmail.com
-------- "I grew up before Mark Zuckerberg invented friendship" --------
========================================================================
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to