Difference between revisions of "TFTP"
From FusionPBX
(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...") |
(→configure) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
service xinetd | service xinetd | ||
− | == | + | ==Change the configuration== |
edit the /etc/xinetd.d/tftp | edit the /etc/xinetd.d/tftp | ||
− | == | + | ==Test TFTP== |
tftp x.x.x.x | tftp x.x.x.x | ||
get 000000000000.cnf | get 000000000000.cnf |
Latest revision as of 22:49, 2 March 2015
TFTP
Debian / Ubuntu
Install TFTPD
apt-get install tftpd service xinetd
Change the configuration
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