- Lab
- A Cloud Guru
Connect Hub and Spoke Networks with VNet Peering
*Hub and spoke* is a common network topology used to both isolate and interconnect networked resources securely. Azure includes various tools to help connect and secure resources. In this hands-on lab, we'll use the Azure portal to configure VNet peering, public IP addressing, and network security groups to configure secure RDP connectivity from a spoke network to the hub network.
Path Info
Table of Contents
-
Challenge
Configure Access to the Jump Server
Update: Before starting the lab, please search for the service Public IP address and create an IP address named jumpserver-pubip in the same location as your lab's resource group using the default settings. Use the lab-provided subscription and resource group.
- Configure a public IP address for the VM called
jumpserver
. - Configure the network security group,
spoke1-vnet-nsg
, to allow inbound RDP access from your public IP address. Name the rule "RDP Inbound" (Optionally, you may allow all inbound access if you are unable to determine your own IP address.)
- Configure a public IP address for the VM called
-
Challenge
Configure Access to the Hub Network
- Configure a VNet peer between
hub-vnet
andspoke1-vnet
. - Configure the network security group,
hub-vnet-nsg
, to allow only RDP from the private IP address of thejumpserver
VM. Name this rule "RDP Jump Server Inbound"
- Configure a VNet peer between
-
Challenge
Test Connectivity
- Use a local RDP client, and connect to
jumpserver
. - From
jumpserver
, use the built-in RDP client to connect toappserver
.
- Use a local RDP client, and connect to
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.