Checking DHCP Logs - wAlber47/Tech-Journal GitHub Wiki
- Log into DHCP01 through AD01.
sudo cat /var/log/messages
will show you the logs.- It is a good idea to use this command in combination with grep to search within the logs.
- That would look like this,
sudo cat /var/log/messages | grep wks01-william
- That would look like this,