Browse Source

Create tftp.rst

Len 9 years ago
parent
commit
8f0b84ff40
1 changed files with 42 additions and 0 deletions
  1. 42 0
      source/additional_information/tftp.rst

+ 42 - 0
source/additional_information/tftp.rst

@@ -0,0 +1,42 @@
+*******
+TFTP
+*******
+
+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. 
+
+**Install TFTPD**
+
+::
+
+ apt-get install tftpd
+ service xinetd
+
+**Change the configuration**
+
+::
+
+ edit the /etc/xinetd.d/tftp
+ 
+**Enable TFTP in FusionPBX Gui**
+
+Goto Advanced > Default Settings > Provision
+ 
+Set to **True** and define the path to where the TFTP files will be.
+ 
+.. image:: ../_static/images/fusionpbx_tftp.jpg
+        :scale: 85%
+
+
+Test TFTP
+
+::
+
+ tftp x.x.x.x
+ get 000000000000.cnf
+
+**See the file getting requested for tftp**
+
+::
+
+ tail -f /var/log/syslog | grep tftp
+