- Lab
- A Cloud Guru
Configuring Routing on a Linux Host
Network routing allows communication between computers over a network and determines what interfaces will send and receive packets. In this lab, you will be tasked with configuring routing so that communication is allowed between different subnets and denied to others.
Path Info
Table of Contents
-
Challenge
Enable Access from Server 2 and Server 3 to the eth1 and eth2 Interfaces on Server 1
-
On server 2, create a static route to enable access for the 10.0.3.0 network on the 10.0.2.20 interface on Server 1.
-
On server 3, create a static route to enable access for the 10.0.2.0 network on the 10.0.2.20 interface on Server 1.
-
-
Challenge
Enable Access between Server 2 and Server 3
- On Server 1, create a static route for the 10.0.3.0 network on the 10.0.3.20 interface.
- On Server 1, create a static route for the 10.0.2.0 network on the 10.0.2.20 interface.
-
Challenge
Prohibit Access to the 10.0.1.0 Network on Server 3
- On Server 3, remove the static route for the 10.0.1.0 network on the 10.0.3.20 interface.
- On Server 3, prohibit access to the 10.0.1.0 network.
What's a lab?
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.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.