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
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
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