[Dnsmasq-discuss] TFTP not working with listen-address?

William Dinkel wdinkel at teamhpc.com
Wed Feb 28 14:21:36 GMT 2007


Simon,

First of all, many thanks for such a great server.  I'm not going to  
miss configuring dhcpd/tftpd/named.  =)

Now to my question: Using v2.38 of dnsmasq, the following  
dnsmasq.conf config file would not produce any TFTP transactions  
after a successful DHCP request:

domain-needed
bogus-priv
listen-address=127.0.0.1
listen-address=172.16.100.1
dhcp-range=172.16.64.1,172.16.99.254,255.255.0.0,30m
read-ethers
dhcp-boot=pxelinux.0
enable-tftp
tftp-root=/tftpboot
dhcp-authoritative

Replacing the listen-address entries with an interface entry fixed  
the problem and produced the expected TFTP traffic:

domain-needed
bogus-priv
interface=eth0
dhcp-range=172.16.64.1,172.16.99.254,255.255.0.0,30m
read-ethers
dhcp-boot=pxelinux.0
enable-tftp
tftp-root=/tftpboot
dhcp-authoritative

Is this expected behavior?

William Dinkel
Team HPC
http://www.teamhpc.com
wdinkel at teamhpc.com
1-866-TEAMHPC



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20070228/7d27484f/attachment.htm


More information about the Dnsmasq-discuss mailing list