Thursday, January 9, 2020

Azure Inter-site Connectivity LAB Exercise

Azure Inter-site Connectivity LAB-
South Central US

Site C  -LAB Exercise

LAB 9- Virtual Network -VNetEast & Subnet -FrontEndSubnet 
 How to Setup a Virtual Network using Azure Portal

(Virtual Network/Subnet LAB in details with Screenshots)
    


To Create/Implement virtual Network follow below steps-
Step 1- Search for Virtual Network
Step 2- Click Add
Step 3- Enter Name i.e - VNetSouthCentralUS

Step 4- Address Space (IP Range) i.e - 10.0.0.0/16
Step 5- Select Subscription
Step 6- Select Resource Group - RGEastUS

Step 7- Select Location - South CentralUS
Step 8- Enter Subnet Name - FrontEndSubnet
Step 9- Enter Address Range  - 10.0.0.0/24
Step 10- Click Create.

 
 

LAB 10- Subnet -GWSubnet 
 How to Setup a Subnet using Azure Portal

(Subnet LAB in details with Screenshots)

To Setup Subnet follow below steps-

Step 1- Search for Virtual Network
Step 2- Click on Virtual Network i.e. "
VNetSouthCentralUS" open its property.
Step 3- Click Subnet
Step 4- Add Subnet


Step 5- Enter Subnet Name i.e. "GWSubnet"
Step 6- Enter IP Range i.e.
10.0.1.0/24



LAB 11 - VM4 - Server 2016
 How to Create/Setup a Virtual Machine (VM) using Azure Portal

(Virtual Machine LAB in details with Screenshots)

  To Setup VM4 follow below steps- 

Step 1- Search for Virtual Machine
Step 2- Click Create a Virtual Machine
Step 3- Select Subscription
Step 4- Select Resource Group - RGEastUS

Step 5- Enter Virtual Machine Name - VM4
Step 6- Select Region -
SouthCentralUS
Step 7- Select Availability - No infrastructure redundancy required
Step 8- Select OS Image- Windows Server 2016 DataCenter Step 9- Select VM Size - Standard DS1v2
Step 10- Enter Administrator Account Name - webadmin

Please note : It would not accept Admin or Administrator 


Step 11- Under Network Tab Select VNetSouthCentralUS 

Step 12-  Select Subnet - FrontEndSubnet
Step 13- Select inbound port which you wanted to enable  - RDP, HTTP


Step 14- Management Tab Select Off Boot Diagnostic.
Step 15- Advance Tab - None
Step 16- Tag Tab- None
Step 17- Review and Create and your VM has been deployed. 


 
Step 18- Lets connect VM4 click connect and download RDP file button.
Step 19- Open RDP from local system download folder, Enter credentials that you given while creating VM and you will be connected.

Step 20- PowerShell Command

New-NetFirewallRule –DisplayName "Allow ICMPv4-In" –Protocol ICMPv4  
 





Site Inter Connectivity LAB 3 - Exercise

No comments:

Post a Comment