tftp.rst 701 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. *******
  2. TFTP
  3. *******
  4. Several models of phone out there that still only use TFTP for provisioning. Even though they have reached end of life, some of the popular ones are the Cisco 7960 and 7940.
  5. **Install TFTPD**
  6. ::
  7. apt-get install tftpd
  8. service xinetd
  9. **Change the configuration**
  10. ::
  11. edit the /etc/xinetd.d/tftp
  12. **Enable TFTP in FusionPBX Gui**
  13. Goto Advanced > Default Settings > Provision
  14. Set Enabled to **True** and define the path to where the TFTP files will be.
  15. .. image:: ../_static/images/fusionpbx_tftp.jpg
  16. :scale: 85%
  17. **Test TFTP**
  18. ::
  19. tftp x.x.x.x
  20. get 000000000000.cnf
  21. **See the file getting requested for tftp**
  22. ::
  23. tail -f /var/log/syslog | grep tftp