TFTP

From FusionPBX
Revision as of 22:48, 2 March 2015 by Mcrane (talk | contribs) (Created page with "=TFTP= Debian / Ubuntu ==Install TFTPD== apt-get install tftpd service xinetd ==configure== edit the /etc/xinetd.d/tftp ==test tftp== tftp x.x.x.x get 000000000000...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TFTP

Debian / Ubuntu

Install TFTPD

apt-get install tftpd
service xinetd

configure

 edit the /etc/xinetd.d/tftp

test tftp

 tftp x.x.x.x
 get 000000000000.cnf

==see the file getting requested for tftp

 tail -f /var/log/syslog | grep tftp