Raspberry PI tftp DHCP server Debian Raspbian CISCO tutorial fix
Weekend project – #Linux video tutorial 🙂 #RasPI #RaspberryPI #Raspberry #Debian #Wembin #tftp #Jessie #Raspbian #Asterisk #freePBX #DHCP #Tutorial
INSTALL WEBMIN: go for latest version and instructions http://www.webmin.com/deb.html and copy and paste install codes. You might want to use sudo if you’re not root.
——————————————————————
From Webmin click to install DHCP server
——————————————————————
INSTALL TFTP SERVER
sudo apt-get install tftpd-hpa
edit settings using command:
sudo nano /etc/default/tftpd-hpa
Make sure your file looks like this:
TFTP_USERNAME=”tftp”
TFTP_DIRECTORY=”/tftpboot”
TFTP_ADDRESS=”0.0.0.0:69″
TFTP_OPTIONS=”-4 –create –secure”
——————————————————————
Upload phone loads to /tftpboot
——————————————————————
chmod 777 or 755 depends of the installation and you’re done.
by Piotr Miecznikowski
linux dhcp server