I use lighttpd on the box running dnsmasq, and added the following to a file in /etc/lighttpd/conf.d.
server.modules += ( "mod_alias" ) alias.url += ("/dnsmasq.leases" => "/var/lib/dnsmasq/dnsmasq.leases") Then I access it with http://192.168.30.1/dnsmasq.leases. You might want to play around with mime-types to prevent it from being returned as application/octet-stream. Joshua On Tue, 2011-07-19 at 10:15 -0300, Tomas Sironi wrote: > This might be a silly question, but I'm wondering if there is any way > to show all the leases dnsmasq provides with each hostname from a > client. The host utility shows the hostname of a given ip, but I don't > know if it can list every host in the network. This would be like > showing the dnsmasq leases file, but from a host, not the server. Any > suggestions? > > Thanks, > > -- > Tomas Sironi > > _______________________________________________ > Dnsmasq-discuss mailing list > Dnsmasq-discuss@lists.thekelleys.org.uk > http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss -- Joshua Lamorie Xiphos Technologies Inc. Email: j...@xiphos.ca Phone: +1 (514) 847-9474 ext. 227 Fax: +1 (514) 847-9474 The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you have received this in error, please contact the sender and delete this communication and any copy immediately. Thank you.