Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Google Cloud Platform icon
Labs

Managing Network Interfaces on a Linux Host

The `ip` and `ifconfig` commands are an invaluable part of any administrator's tool kit. In this lab, you will be tasked with configuring two separate network interfaces. This will include deleting and adding IP addresses, updating the ARP cache, changing the state of network interfaces, and recording statistics for these interfaces.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Intermediate
Last updated
Sep 20, 2025
Duration
30m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Configure the ens5 Interface Using the ip Command

    Note: All tasks should be performed as the root user. sudo -i

    1. Remove the old ARP entry for the 192.168.1.11 address and the associated interface.
    2. Delete the IP address 192.168.1.11/24 from the ens5 interface.
    3. Add 10.0.2.10 as a primary IP address for ens5 and 10.0.2.20 as a secondary IP address. Both should have a broadcast address of 10.0.2.255.
    4. Ensure the ens5 network interface is online.
    5. Add a new entry to the ARP table for 10.0.2.10 with the associated MAC address.
  2. Challenge

    Configure the ens6 Interface Using the ifconfig Command
    1. Delete the 10.0.0.10/24 IP address from the ens6 interface.
    2. Add 192.168.1.20 as the primary IP address for ens6 with a netmask of 255.255.255.0 and a broadcast address of 192.168.1.255.
    3. Ensure the ens6 interface is online.
    4. Add an entry to the ARP table for 192.168.1.20.
  3. Challenge

    Set the ens5 Interface to Promiscuous Mode and Save Interface Statistics
    1. Set the ens5 interface to promiscuous mode.
    2. Save network interface statistics to /root/network_stats.
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight