Sample Configuration File... /etc/dnsmasq.conf

listen-address=192.168.0.1
interface=eth0
dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,12h
dhcp-option=42,0.0.0.0
enable-tftp
tftp-root=/tftp

Using "no-dhcp-interface=" will disable TFTP in some cases...

This sample sets up a DHCP pool from 192.168.0.50 to 192.168.0.150 with a /24 mask and a 12 hour lease. Then we set the NTP server to the Dnsmasq address and turn on TFTP at the /tftp/ directory.

http://www.lathama.com
~