Professor Dr. Kazemi

CLO800 Lab 02

Hybrid Network Connectivity — Interactive Lab Manual · Fall 2026

Task 1: Create a core services virtual machine and virtual network 15 pts

In this task, you create a core services virtual network with a virtual machine.

  1. SettingValue
    Subscriptionyour subscription
    Resource group<yourName>-clo800-f67-rg
    Virtual machine name<yourName>-CoreServicesVM
    Region(US) East US
    Availability optionsNo infrastructure redundancy required
    Security typeStandard
    ImageWindows Server 2019 Datacenter: x64 Gen2
    SizeStandard_D2s_v3
    Usernamelocaladmin
    PasswordProvide a complex password
    Public inbound portsNone
  2. SettingValue
    NameCoreServicesVnet (Create new)
    Address range10.0.0.0/16
    Subnet NameCore
    Subnet address range10.0.0.0/24
  3. Screenshot must show your Odl_user account, the CoreServicesVM virtual machine overview showing the resource group, region, and Running status
Note: Did you notice in this task you created the virtual network as you created the virtual machine? You could also create the virtual network infrastructure then add the virtual machines.

Task 2: Create a virtual machine in a different virtual network 15 pts

In this task, you create a manufacturing services virtual network with a virtual machine.

  1. SettingValue
    Subscriptionyour subscription
    Resource group<yourName>-clo800-f67-rg
    Virtual machine name<yourName>-ManufacturingVM
    Region(US) East US
    Security typeStandard
    Availability optionsNo infrastructure redundancy required
    ImageWindows Server 2019 Datacenter: x64 Gen2
    SizeStandard_D2s_v3
    Usernamelocaladmin
    PasswordProvide a complex password
    Public inbound portsNone
  2. SettingValue
    NameManufacturingVnet
    Address range172.16.0.0/16
    Subnet NameManufacturing
    Subnet address range172.16.0.0/24
  3. Screenshot must show your Odl_user account, the ManufacturingVM virtual machine overview showing the resource group, region, and Running status

Task 3: Use Network Watcher to test the connection between virtual machines 10 pts

In this task, you verify that resources in peered virtual networks can communicate with each other. Network Watcher will be used to test the connection. Before continuing, ensure both virtual machines have been deployed and are running.

  1. FieldValue
    Source typeVirtual machine
    Virtual machine<yourName>-CoreServicesVM
    Destination typeVirtual machine
    Virtual machine<yourName>-ManufacturingVM
    Preferred IP VersionBoth
    ProtocolTCP
    Destination port3389
    Source portBlank
    Diagnostic testsDefaults
  2. Screenshot must show your Odl_user account, the Network Watcher Connection troubleshoot results showing the Connectivity test (Unreachable) between CoreServicesVM and ManufacturingVM

Task 4: Configure virtual network peerings between virtual networks 15 pts

In this task, you create a virtual network peering to enable communications between resources in the virtual networks.

  1. ParameterValue
    Peering link nameCoreServicesVnet-to-ManufacturingVnet
    Virtual networkManufacturingVM-net (<yourName>-clo800-f67-rg)
    Allow ManufacturingVnet to access CoreServicesVnetselected (default)
    Allow ManufacturingVnet to receive forwarded traffic from CoreServicesVnetselected
    Peering link nameManufacturingVnet-to-CoreServicesVnet
    Allow CoreServicesVnet to access the peered virtual networkselected (default)
    Allow CoreServicesVnet to receive forwarded traffic from the peered virtual networkselected
  2. Screenshot must show your Odl_user account, the ManufacturingVnet peerings page showing the ManufacturingVnet-to-CoreServicesVnet peering with Peering status Connected

Task 5: Use Azure PowerShell to test the connection between virtual machines 10 pts

In this task, you retest the connection between the virtual machines in different virtual networks.

  1. Screenshot must show your Odl_user account, the Run command output showing the Test-NetConnection result (TcpTestSucceeded: True) to the CoreServicesVM private IP on port 3389
Did you know? There are many ways to check connections. In this task, you use Run command.

Task 6: Create a custom route 15 pts

In this task, you want to control network traffic between the perimeter subnet and the internal core services subnet. A virtual network appliance will be installed in the Perimeter subnet and all inbound traffic should be routed there.

  1. SettingValue
    Nameperimeter
    Subnet address range10.0.1.0/24
  2. SettingValue
    Subscriptionyour subscription
    Resource group<yourName>-clo800-f67-rg
    RegionEast US
    Namert-CoreServices
    Propagate gateway routesNo
  3. SettingValue
    Route namePerimetertoCore
    Destination typeIP Addresses
    Destination IP addresses10.0.0.0/24 (Core subnet)
    Next hop typeVirtual appliance (notice your other choices)
    Next hop address10.0.1.7 (future NVA)
  4. SettingValue
    Virtual networkCoreServicesVnet
    SubnetPerimeter
  5. Screenshot must show your Odl_user account, the rt-CoreServices route table showing the PerimetertoCore route and the subnet association

Task 7: Summary Questions & Review 20 pts

Minimum 2-3 sentences each — original thinking, your own words!

Your submission preview

Screenshots you attach above and your Task 7 answers appear here. This is exactly what prints/exported as your PDF.

Submit compile & export