Configure Network Connectivity for Linux on Azure

This IT Pro Challenge virtual lab challenges learners to configure network connectivity for Linux on Azure. In this lab, learners will understand the concepts of static public IP addresses, network interface to configure and view Azure private IP addresses. Skills learned in this lab are valuable in a job role such as System administrator.

0
45
M
Time
beginner
difficulty
ceu/cpe

Course Content

No items found.
No items found.
Course Description

Azure Virtual Machines is a scalable resource. They incorporate processors, memory, storage, and networking resources. When building or creating a Linux VM in Azure, System administrators also generate resources to host the VM. These resources operate collectively to virtualize a machine and manage the Linux operating system. These must endure and be chosen during VM creation.

In this hands-on lab, learners will configure network connectivity between Linux virtual machines and Azure by adding a new static public IP address in Azure and adding a second network interface to the Linux virtual machine. The other guided and advanced challenges in this series are “Configure IP Routing for Linux on Azure” and “Can you Configure DNS Client Settings for Linux?”

Understand the Scenario

In this virtual lab, you are a system administrator for a company that uses Linux virtual machines in Azure. You need to configure network connectivity between Linux virtual machines and Azure. To accomplish this task, you will add a new static public IP address in Azure that is associated with a Linux virtual machine and then add a second network interface to the Linux virtual machine. Finally, you will view the public and private IP addresses associated with the Linux virtual machine. Learners will use an Ubuntu Linux virtual machine named Linux1 and a resource group named ResourceGroup1lod12128706. They will use the free PuTTY tool from their on-premises computer to remotely manage Linux1 over an SSH connection.

Configure a static public IP address

A static IP address, also recognized as a fixed IP address, is a number allocated to the computer or router. The ISP allocates a public IP address to the router while the router allocates internal IP addresses to connecting devices. In this section of the virtual lab, you will learn how to configure a public IP address. For this, you will use the All resources view in the Azure portal to open the Properties blade for the myVMNic network interface and then modify the existing IP configuration, and for the myLinuxIP IP address, create a new static public IP address. Finally, you will change the current IP configuration by adding a new static public IP address and confirm that the new static public IP addresses are associated with Linux1.

Add a second network interface to a Linux virtual machine

After configuring the static public IP address, in this section of the lab, learners will add a second network interface to a Linux virtual machine. First, they will view all Azure resources and take note of the Location column for the MyVNET virtual network. In the next step, make sure to create a network interface in this same location. After this, they will use the Azure portal to create a network interface in the ResourceGroup1lod12128706 resource group. Newly created Azure network interfaces have only private IP addresses assigned by default, and learners will attach the new network interface to Linux1.

View Linux IP addresses

You can discover the IP address or addresses of the Linux machine by using various commands like hostname, ifconfig, or ip. In this section of the lab, learners will view Linux IP addresses. For this, they will:

  • Use the Azure portal to view the public IP address of Linux1.
  • Use the Azure portal to view the two Linux1 private IP addresses for both network interfaces.
  • Use PuTTY on your on-premises computer to connect to the Linux1 public IP address of <Linux1PublicIPAddress>.
  • View assigned IP addresses in Linux using the ifconfig command. You can also use the ip addr show command to view IP addresses in Linux.

Finally, you will check and confirm that Two Azure private IP addresses for Linux1 appear in the Linux operating system.

Lab Summary Conclusion

After completing the “Configure Network Connectivity for Linux on Azure” virtual lab, you will have accomplished the following:

  • Configured a static public IP address in Azure for a Linux virtual machine.
  • Created an Azure network interface and associated it with a Linux virtual machine.
  • Viewed Azure private IP addresses in the Linux operating system.

This course is part of a Career Path:
No items found.

Instructed by

No items found.
Provider
Cybrary Logo
Certification Body
Certificate of Completion

Complete this entire course to earn a Configure Network Connectivity for Linux on Azure Certificate of Completion

Course
This is some text inside of a div block.

Configure Network Connectivity for Linux on Azure

Course

This IT Pro Challenge virtual lab challenges learners to configure network connectivity for Linux on Azure. In this lab, learners will understand the concepts of static public IP addresses, network interface to configure and view Azure private IP addresses. Skills learned in this lab are valuable in a job role such as System administrator.

Path Releasing Q2 2025
Full access included with 
Insider Pro
 and 
Teams

0

H

45

M
Time

beginner

i
This is some text inside of a div block.
Experience Level

i

This is some text inside of a div block.
CEU's

1

Enrollees

Heading

H

Heading

M
Time

Heading

i
This is some text inside of a div block.
Experience Level

Heading

i

This is some text inside of a div block.
CEU's

Heading

Enrollees

Learners at 96% of Fortune 1000 companies trust Cybrary

About this course

This IT Pro Challenge virtual lab challenges learners to configure network connectivity for Linux on Azure. In this lab, learners will understand the concepts of static public IP addresses, network interface to configure and view Azure private IP addresses. Skills learned in this lab are valuable in a job role such as System administrator.

Read More

Course Description

Azure Virtual Machines is a scalable resource. They incorporate processors, memory, storage, and networking resources. When building or creating a Linux VM in Azure, System administrators also generate resources to host the VM. These resources operate collectively to virtualize a machine and manage the Linux operating system. These must endure and be chosen during VM creation.

In this hands-on lab, learners will configure network connectivity between Linux virtual machines and Azure by adding a new static public IP address in Azure and adding a second network interface to the Linux virtual machine. The other guided and advanced challenges in this series are “Configure IP Routing for Linux on Azure” and “Can you Configure DNS Client Settings for Linux?”

Understand the Scenario

In this virtual lab, you are a system administrator for a company that uses Linux virtual machines in Azure. You need to configure network connectivity between Linux virtual machines and Azure. To accomplish this task, you will add a new static public IP address in Azure that is associated with a Linux virtual machine and then add a second network interface to the Linux virtual machine. Finally, you will view the public and private IP addresses associated with the Linux virtual machine. Learners will use an Ubuntu Linux virtual machine named Linux1 and a resource group named ResourceGroup1lod12128706. They will use the free PuTTY tool from their on-premises computer to remotely manage Linux1 over an SSH connection.

Configure a static public IP address

A static IP address, also recognized as a fixed IP address, is a number allocated to the computer or router. The ISP allocates a public IP address to the router while the router allocates internal IP addresses to connecting devices. In this section of the virtual lab, you will learn how to configure a public IP address. For this, you will use the All resources view in the Azure portal to open the Properties blade for the myVMNic network interface and then modify the existing IP configuration, and for the myLinuxIP IP address, create a new static public IP address. Finally, you will change the current IP configuration by adding a new static public IP address and confirm that the new static public IP addresses are associated with Linux1.

Add a second network interface to a Linux virtual machine

After configuring the static public IP address, in this section of the lab, learners will add a second network interface to a Linux virtual machine. First, they will view all Azure resources and take note of the Location column for the MyVNET virtual network. In the next step, make sure to create a network interface in this same location. After this, they will use the Azure portal to create a network interface in the ResourceGroup1lod12128706 resource group. Newly created Azure network interfaces have only private IP addresses assigned by default, and learners will attach the new network interface to Linux1.

View Linux IP addresses

You can discover the IP address or addresses of the Linux machine by using various commands like hostname, ifconfig, or ip. In this section of the lab, learners will view Linux IP addresses. For this, they will:

  • Use the Azure portal to view the public IP address of Linux1.
  • Use the Azure portal to view the two Linux1 private IP addresses for both network interfaces.
  • Use PuTTY on your on-premises computer to connect to the Linux1 public IP address of <Linux1PublicIPAddress>.
  • View assigned IP addresses in Linux using the ifconfig command. You can also use the ip addr show command to view IP addresses in Linux.

Finally, you will check and confirm that Two Azure private IP addresses for Linux1 appear in the Linux operating system.

Lab Summary Conclusion

After completing the “Configure Network Connectivity for Linux on Azure” virtual lab, you will have accomplished the following:

  • Configured a static public IP address in Azure for a Linux virtual machine.
  • Created an Azure network interface and associated it with a Linux virtual machine.
  • Viewed Azure private IP addresses in the Linux operating system.

Train Your Team

Cybrary’s expert-led cybersecurity courses help your team remediate skill gaps and get up-to-date on certifications. Utilize Cybrary to stay ahead of emerging threats and provide team members with clarity on how to learn, grow, and advance their careers within your organization.

Included in a Path

No items found.
Learn

Learn core concepts and get hands-on with key skills.

Practice

Exercise your problem-solving and creative thinking skills with security-centric puzzles

Prove

Assess your knowledge and skills to identify areas for improvement and measure your growth

Get Hands-on Learning

Put your skills to the test in virtual labs, challenges, and simulated environments.

Measure Your Progress

Track your skills development from lesson to lesson using the Cybrary Skills Tracker.

Connect with the Community

Connect with peers and mentors through our supportive community of cybersecurity professionals.

Success from Our Learners

"Becoming a Cybrary Insider Pro was a total game changer. Cybrary was instrumental in helping me break into cybersecurity, despite having no prior IT experience or security-related degree. Their career paths gave me clear direction, the instructors had real-world experience, and the virtual labs let me gain hands-on skills I could confidently put on my resume and speak to in interviews."

Cassandra

Information Security Analyst/Cisco Systems

"I was able to earn both my Security+ and CySA+ in two months. I give all the credit to Cybrary. I’m also proud to announce I recently accepted a job as a Cyber Systems Engineer at BDO... I always try to debunk the idea that you can't get a job without experience or a degree."

Casey

Cyber Systems Engineer/BDO

"Cybrary has helped me improve my hands-on skills and pass my toughest certification exams, enabling me to achieve 13 advanced certifications and successfully launch my own business. I love the practice tests for certification exams, especially, and appreciate the wide-ranging training options that let me find the best fit for my goals"

Angel

Founder,/ IntellChromatics.

"Cybrary really helped me get up to speed and acquire a baseline level of technical knowledge. It offers a far more comprehensive approach than just learning from a book. It actually shows you how to apply cybersecurity processes in a hands-on way"

Don Gates

Principal Systems Engineer/SAIC

"Cybrary’s SOC Analyst career path was the difference maker, and was instrumental in me landing my new job. I was able to show the employer that I had the right knowledge and the hands-on skills to execute the role."

Cory

Cybersecurity analyst/

"I was able to earn my CISSP certification within 60 days of signing up for Cybrary Insider Pro and got hired as a Security Analyst conducting security assessments and penetration testing within 120 days. This certainly wouldn’t have been possible without the support of the Cybrary mentor community."

Mike

Security Engineer and Pentester/

"Becoming a Cybrary Insider Pro was a total game changer. Cybrary was instrumental in helping me break into cybersecurity, despite having no prior IT experience or security-related degree. Their career paths gave me clear direction, the instructors had real-world experience, and the virtual labs let me gain hands-on skills I could confidently put on my resume and speak to in interviews."

Cassandra

Information Security Analyst/Cisco Systems

"I was able to earn both my Security+ and CySA+ in two months. I give all the credit to Cybrary. I’m also proud to announce I recently accepted a job as a Cyber Systems Engineer at BDO... I always try to debunk the idea that you can't get a job without experience or a degree."

Casey

Cyber Systems Engineer/BDO

"Cybrary has helped me improve my hands-on skills and pass my toughest certification exams, enabling me to achieve 13 advanced certifications and successfully launch my own business. I love the practice tests for certification exams, especially, and appreciate the wide-ranging training options that let me find the best fit for my goals"

Angel

Founder,/ IntellChromatics.