Introduction
In this lab, you will learn the fundamental skills for managing IP addressing in a Linux environment. You will start by using the modern ip command to inspect your system's network interfaces. Following this, you will manually configure a static IP address, set a default gateway to enable communication with external networks, and then verify your connection using the ping utility.
Next, you will explore dynamic IP configuration by releasing the static address and using the dhclient command to automatically obtain a new IP address from a DHCP server. To conclude the lab, you will use the arp and traceroute commands to further inspect and verify your network configuration, ensuring all components are working correctly.



