Lab 4 - natekreit/SYS-255 GitHub Wiki

Summary

In this lab I learned how to set up and configure a DHCP server by remoting into the Linux server via SSH and Putty.

Useful Commands

sudo yum update

updates machine

sudo yum install dhcp-server

installs dhcp packages

sudo journalctl -u dhcpd | grep dhcp

displays dhcp logs

Related protocols

IGMPv3

Internet Group Management Protocol allows a group of network devices to share the same IP address and receive the same message.

MDNS

Multicast DNS, self explanatory.

LLMNR

Link-Local Name Resolution Protocol allows devices on the same local link to perform name resolution for IPv4 and 6 hosts.