Re: [Dnsmasq-discuss] Hosts list

2011-07-21 Thread Ed W
On 19/07/2011 14:15, 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 netwo

Re: [Dnsmasq-discuss] Hosts list

2011-07-19 Thread Joshua Lamorie
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

[Dnsmasq-discuss] Hosts list

2011-07-19 Thread Tomas Sironi
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