0
I just set up a TFTP server on a computer.
UNCONN 0 0 *:tftp : users:(("in.tftpd",28587,4))
I can connect on the machine that is running the tftp server, but I can't connect with any of my other machines and download files.
I don't seem to be running iptables or any other firewall. I can connect to the machine through ssh. Not sure what the problem is. Permissions shouldn't be a problem (I don't get "permission denied"... it just times out).
config:
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/srv/tftp"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"
Are other machines in the same network or behind a router? – gronostaj – 2015-02-01T11:03:20.390
They're all on the same network. – user414391 – 2015-02-02T02:06:06.760