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.