#!/bin/bash cat > /etc/dnsmasq.conf << EOF port=0 no-resolv no-poll interface=usb0 dhcp-range=172.17.17.5,172.17.17.10,12h dhcp-host=00:03:23:23:23:23,172.17.17.16 dhcp-option=3 EOF