categories:
The DHCP/TFTP server holds the IP 10.10.0.2
All commands as root :
mkdir -p /srv/tftp
cd /srv/tftp
wget http://ftp.nl.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/netboot.tar.gz
tar xvzf netbook.tar.gz
chown dnsmasq. * -R
vim /etc/dnsmasq.conf
dhcp-range=LAN,10.10.20.1,10.10.20.254,255.255.0.0,24h
enable-tftp
tftp-root=/srv/tftp
dhcp-boot=pxelinux.0,pxeserver,10.10.0.2
/etc/init.d/dnsmasq restart
Thanks for reading this post!
Did you find an issue in this article?
- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"
Your feedback is much appreciated! π€πΌπ€πΌ
You can also drop me a line below!