How to view all assigned ip addresses on a Debian DHCP server?

It is usually easy to do on a standalone router through a web interface. How to do it with dhcpd in Debian?

link|improve this question

20% accept rate
feedback

1 Answer

up vote 1 down vote accepted

In Debian you have a choice among serveral DHCP servers. I've used udhcpd and isc-dhcp-server before. You are likely using isc-dhcp-server. It records its leases in /var/lib/dhcpd.leases.

Newer leases are appended to this file, so look towards the bottom for recently given leases. Old leases aren't cleaned out until the file reaches some threshold (I don't know what it is off the top of my head).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.