10
May
How to show dhcpd leases on CentOS (and most linux distros)
To show your current dhcpd table of leases is fairly simple. Connect to your server either locally or via ssh and then run the following lines.
cd /var/lib/dhcpd
cat dhcpd.leases
OR TO EDIT
nano dhcpd.leases
From there you can either view or edit your current dhcpd ip address leases.
Javier
Instead you can install DHCPStatus… http://dhcpstatus.sourceforge.net/
Much better.
my router ip
Great write-up, but that doesn’t appear to be compatible with my router ip, any hints?