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