Lab 04 - michael-D-S/SYS-255 GitHub Wiki

Michael Sargent SYS-255-02, 9/14/2024

Lab04 ,Tech Journal:

Overview: Within this lab, I downloaded and initialized the DHCP server and set it up to automatically assign addresses to Wks01 as well as set the lease time to be 1 hour.

Reference material:

See Canvas

New commands:

systemctl restart dhcpd used to restart the DHCP server. restart can be replaced with stop.

systemctl status dhcpd used to view status of DHCP server.

journalctl -u dhcpd Used to view the logs of the DHCP server

In wireshark adding .port==(port #) will filter by that port number.