dhcp server liuxLinux serverNETWORK ADMINISTRATIONS

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.

source

by Piotr Miecznikowski

linux dhcp server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *