== Firmware update using dnsmasq {{{ sudo systemctl stop firewalld sudo dnsmasq --interface enp4s0 --bind-interfaces --no-daemon --port 0 --dhcp-range 192.168.1.100,192.168.1.200,12h --dhcp-authoritative \ --dhcp-host=00:00:00:00:01:01,192.168.1.101 --enable-tftp --tftp-root=`pwd` --log-queries --log-dhcp }}}