0% found this document useful (0 votes)
33 views23 pages

01 Networking Site To Site

This document provides steps to configure site-to-site connectivity between two virtual networks in Azure. The steps include: 1. Creating two virtual networks with subnets and virtual machines. 2. Creating a virtual network gateway to connect the virtual networks. 3. Establishing a connection between the virtual networks by linking them to the gateway. 4. Accessing a virtual machine in one virtual network from a machine in the other virtual network, demonstrating connectivity between the networks.

Uploaded by

scribd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views23 pages

01 Networking Site To Site

This document provides steps to configure site-to-site connectivity between two virtual networks in Azure. The steps include: 1. Creating two virtual networks with subnets and virtual machines. 2. Creating a virtual network gateway to connect the virtual networks. 3. Establishing a connection between the virtual networks by linking them to the gateway. 4. Accessing a virtual machine in one virtual network from a machine in the other virtual network, demonstrating connectivity between the networks.

Uploaded by

scribd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

Site-to-Site Connectivity

Step-1 open azure portal using https://portal.azure.com and login using your username and
password. Click new + Networking + Virtual Network
In the Create Virtual Network Blade, insert following details and click on Create.

Step -2 : open the newly created Virtual Network, Click on Subnets, in subnets blade click on
“ + Subnet” button.
In Add subnet blade enter following details and click on ok.

Step-3 Create a Virtual Machine


Click on New + Compute + Windows Server 2016 Datacenter
Fill up the details as below and click on OK
Click on View all to voew all the machines.

Select A2 Standard and then click on Select Button.

In settings blade, Click on Virtual Network and select Virtual Network1, keep everything else as it is
and Click on OK.
In Purchase blade, Do nothing just click on Purchase button.

Virtual Machine has been created successfully and it displays as below:


Step: Create a Virtual Network

Click on New + Networking + Virtual Network


Fill up the details as below and click on OK. Virtual Network will be created and open. Close the
blade.

Step :
Open the newly created Virtual Network2 and click on Subnets and the click on “+Gateway Subnet”
In Add Subnet Blade just change the Address Range only as below and then click on Ok button.

Subnet will be created and list as below, Close the Virtual Network blade.
Step :
Open the VirtualNetwork1 and click on Subnets and click on “+Getway Subnet”

Change only the Address Range as below and click on ok. Subnet will get created. Close it.
Step :
Click on New + Networking + Virtual network gateway
Fill up the Name field as below:

Fill up the highlighted field as below:


Step :
Click on New + Networking + Virtual network gateway
Fill up the name field as below:
Select location as below:

Select SKU as below:


Select Virtual Network as below:

Create new IP Address as below:

After clicking the create button Virtul Network gateway will be created. It takes almost 45 minutes to
get created.

Step :
Click on New + Compute + Windows Server 2016 Datacenter.
In Basic blade, Enter details as below:

In size blade, Select A2 machine as we already done in earlier steps.

On Settings blade, Click on Virtual network and select as below. Keep everything else as it is and click
on OK
On Purchase blade, Just click on Purchase button. VM will get created. Close it.

Step:

Click on New + type “connection” in the textbox.


The click on Connection.

In the connection blade, just click Create button.

Now in Basic blade, insert the fields as below mentioned and clion on Ok
On Settings blade, update the fields as below mentioned. Then click on ok button.

On Summary Blade, Just click on ok button.

Step:
Open the Virtual Machine VNET1VM, Then click on connect button.

A rdp file will be downloaded, open the file. Give username and password which you have given when
created the virtual machine. That will open a virtual machine.

Now get the IPAddress of VNET2VM, By opening it and click on Networking and copy the public IP
Address.
Now in the VNET1VM machine, Presss Windowkey + R, that will open run command, type “mstsc” and
enter.

Enter the IP Address of VNET2VM. When prompt input username and password. That will allow you
to access VNET2VM from VNET1VM.

You might also like