- Install
dnsmasq - Identify network device
ìp link - set temporary static ip address
ip a add 192.168.0.66/24 dev <devicename> - Run
sudo dnsmasq -d -i <devicename> -p 5333 --listen-address=192.168.0.66 -K --dhcp-range 192.168.0.100,192.168.0.200,12h --enable-tftp --tftp-root=</path/to/tftp/dir/>