How to show dhcpd leases on CentOS (and most linux distros)
May 10, 2009
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...
Read More