filmov
tv
Setting up dnsmasq to help serve a PXE boot image

Показать описание
note: you may need to change the ownership of the tftpboot dir. You can do this with sudo (if not already root) chown -R nobody:nogroup /var/lib/tftpboot
use ls -l /var/lib/tftpboot to check if this was done successfully
These commands are used in the video if you get lost
install vm: 25 gb, 8gb ram, bridged adapter, shared clipboard, install guest additions after first boot/install
guest additions -
insert guest additions iso
sudo mount /dev/cdrom /mnt
reboot
sudo apt update
sudo su
mkdir /var/lib/tftpboot
cd /var/lib/tftpboot
tar -xzvf netboot
apt install dnsmasq
netstat -tulnep | grep 53
kill the process
systemctl start dnsmasq
systemctl stop systemd-resolved
ifconfig
apt install net-tools
ifconfig -a
ifconfig enp0s3 //whatever you want
Timestamps:
[00:00] - Intro and VM Setup
[03:50] - Dnsmasq and system configuration
Discover how to configure dnsmasq for PXE boot image serving in this step-by-step tutorial. Dive into the intricacies of network booting, explore the advantages of using dnsmasq, and master the setup process with ease. Perfect for IT professionals, network administrators, and enthusiasts looking to enhance their server capabilities. Don't forget to subscribe for more tech insights and tutorials! #dnsmasq #PXEboot #NetworkBoot #Tutorial
use ls -l /var/lib/tftpboot to check if this was done successfully
These commands are used in the video if you get lost
install vm: 25 gb, 8gb ram, bridged adapter, shared clipboard, install guest additions after first boot/install
guest additions -
insert guest additions iso
sudo mount /dev/cdrom /mnt
reboot
sudo apt update
sudo su
mkdir /var/lib/tftpboot
cd /var/lib/tftpboot
tar -xzvf netboot
apt install dnsmasq
netstat -tulnep | grep 53
kill the process
systemctl start dnsmasq
systemctl stop systemd-resolved
ifconfig
apt install net-tools
ifconfig -a
ifconfig enp0s3 //whatever you want
Timestamps:
[00:00] - Intro and VM Setup
[03:50] - Dnsmasq and system configuration
Discover how to configure dnsmasq for PXE boot image serving in this step-by-step tutorial. Dive into the intricacies of network booting, explore the advantages of using dnsmasq, and master the setup process with ease. Perfect for IT professionals, network administrators, and enthusiasts looking to enhance their server capabilities. Don't forget to subscribe for more tech insights and tutorials! #dnsmasq #PXEboot #NetworkBoot #Tutorial
Комментарии