*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.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Configure Access to the Jump Server
- 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. (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
- 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.
- Configure a VNet peer between
- 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