Configure Azure Site-to-Site VPN Configuration Step by Step DEMO

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2020
  • This lecture Demos step by step Azure Site-to-Site (S2-S2) VPN Configuration DEMO
    Configure a Point-to-Site VPN connection to a VNet DEMO
    Step by Step How to Creating and Configuring Site-to-Site DEMO
    Connecting to Microsoft Azure Using Site-to-Site VPN DEMO
    How to Create A Site to Site (S2S) VPN In Azure DEMO
    A step-by-Step guide to configuring site-to-site VPN Gateway DEMO
    A step-by-Step guide to Azure Point-to-Site VPN DEMO
    Azure VPN gateways provide cross-premises connectivity between customer premises and Azure. This tutorial shows you how to use the Azure portal to create a Site-to-Site VPN gateway connection from your on-premises network to the VNet
    What is VPN Gateway?
    A VPN gateway is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet. You can also use a VPN gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. Each virtual network can have only one VPN gateway. However, you can create multiple connections to the same VPN gateway. When you create multiple connections to the same VPN gateway, all VPN tunnels share the available gateway bandwidth.
    What is a virtual network gateway?
    A virtual network gateway is composed of two or more VMs that are deployed to a specific subnet you create called the gateway subnet. Virtual network gateway VMs contain routing tables and run specific gateway services. These VMs are created when you create the virtual network gateway. You can't directly configure the VMs that are part of the virtual network gateway.
    When you configure a virtual network gateway, you configure a setting that specifies the gateway type. The gateway type determines how the virtual network gateway will be used and the actions that the gateway takes. The gateway type 'Vpn' specifies that the type of virtual network gateway created is a 'VPN gateway'. This distinguishes it from an ExpressRoute gateway, which uses a different gateway type. A virtual network can have two virtual network gateways; one VPN gateway and one ExpressRoute gateway. For more information, see Gateway types.
    Creating a virtual network gateway can take up to 45 minutes to complete. When you create a virtual network gateway, gateway VMs are deployed to the gateway subnet and configured with the settings that you specify. After you create a VPN gateway, you can create an IPsec/IKE VPN tunnel connection between that VPN gateway and another VPN gateway (VNet-to-VNet), or create a cross-premises IPsec/IKE VPN tunnel connection between the VPN gateway and an on-premises VPN device (Site-to-Site). You can also create a Point-to-Site VPN connection (VPN over OpenVPN, IKEv2, or SSTP), which lets you connect to your virtual network from a remote location, such as from a conference or from home.
    The virtual network gateway uses specific subnet called the gateway subnet. The gateway subnet is part of the virtual network IP address range that you specify when configuring your virtual network. It contains the IP addresses that the virtual network gateway resources and services use.
    When you create the gateway subnet, you specify the number of IP addresses that the subnet contains. The number of IP addresses needed depends on the VPN gateway configuration that you want to create. Some configurations require more IP addresses than others. We recommend that you create a gateway subnet that uses a /27 or /28.
    If you see an error that specifies that the address space overlaps with a subnet, or that the subnet is not contained within the address space for your virtual network, check your VNet address range. You may not have enough IP addresses available in the address range you created for your virtual network. For example, if your default subnet encompasses the entire address range, there are no IP addresses left to create additional subnets. You can either adjust your subnets within the existing address space to free up IP addresses, or specify an additional address range and create the gateway subnet there.
    The local network gateway is a specific object that represents your on-premises location (the site) for routing purposes. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you will create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network.
    Timestamps:
    0:00 -Intro
    #PaddyMaddy #cloudComputing #azuretutorial #microsoftazuretutorialforbeginners #azureforbeginners #azurebasics #microsoftazuretraining #Az900 #AZ500, #microsoftazurecertification, #AZ303 #300 #104 #paddyMaddy #azuretraining #AZ104

ความคิดเห็น • 21

  • @PaddyMaddy26
    @PaddyMaddy26  3 ปีที่แล้ว +1

    Your Comments helps me to do more and more videos to share!!!!!!!

  • @asifsmu
    @asifsmu ปีที่แล้ว

    Wonderful Explanation, It has cleared all of my doubts.!!

    • @PaddyMaddy26
      @PaddyMaddy26  ปีที่แล้ว

      Thank you for your kind words! I'm glad that my explanation was helpful in clarifying your doubts. If you need any help or have any questions, please don't hesitate to reach out via email at trainings@memcourse.com or through our blog at PaddyMaddy.com. I'm happy to help in any way I can.

  • @arrvind7385
    @arrvind7385 3 ปีที่แล้ว +1

    Awesome Explanation

  • @augustinasthanyane1494
    @augustinasthanyane1494 3 ปีที่แล้ว +1

    Nice Work!

  • @umasharma4575
    @umasharma4575 2 ปีที่แล้ว +1

    Thank you. Really useful

  • @roshansharma3438
    @roshansharma3438 3 ปีที่แล้ว +2

    Thanks for Sharing wonderful Videos. Could you please make a detailed video on Azure Subscription and Tenant with different real-time scenario. For example how to give access to a single user in different subscription. How a single user can be a member of multiple tenants, how to switch, pros and cons. It would be a great help 🙂. Thanks again and Stay Safe..!!

  • @shakilahamed7156
    @shakilahamed7156 3 ปีที่แล้ว +1

    Excellent

  • @huascar2790
    @huascar2790 3 ปีที่แล้ว

    Thank you!

  • @sontu2009
    @sontu2009 3 ปีที่แล้ว +1

    Awesome !!

  • @azurebose6482
    @azurebose6482 2 ปีที่แล้ว +1

    tqs bro

  • @rashidamin1130
    @rashidamin1130 ปีที่แล้ว

    Why not just create virtual network pairing from shell? Is that the same thing?

  • @chandugamingyt4279
    @chandugamingyt4279 2 ปีที่แล้ว

    Even site to site same process right? Bro ..?

  • @srich9382
    @srich9382 9 หลายเดือนก่อน

    Is it possible for Azure VPN users to get company wallpaper? if it is possible how to do that please help?

    • @PaddyMaddy26
      @PaddyMaddy26  9 หลายเดือนก่อน

      Thank you for your inquiry. It is possible for Azure VPN users to get company wallpaper. To do this, you can use the Azure Portal or the PowerShell cmdlet Set-AzVpnClientConfiguration. For more information, please refer to the following Microsoft article: docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps. If you have any other questions, please do not hesitate to contact us.

  • @srich9382
    @srich9382 10 หลายเดือนก่อน

    Is it possible to configure Azure to Azure (site 2 site VPN)

    • @PaddyMaddy26
      @PaddyMaddy26  10 หลายเดือนก่อน

      Thank you for your inquiry. Yes, it is possible to configure Azure to Azure (site 2 site VPN). For detailed instructions on how to configure this, please visit Microsoft's official documentation page at docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal. If you need any assistance, please feel free to reach out to us via email at trainings@memcourse.com or by phone. Thank you for your interest in our services.

    • @dinojakovljevic8193
      @dinojakovljevic8193 10 หลายเดือนก่อน

      @@PaddyMaddy26 I'm having the same question. The link you provided is for Azure (site) to On-prem (site). I believe srich asked if it's possible to create a site-to-site connection between two virtual gateways in Azure.

    • @PaddyMaddy26
      @PaddyMaddy26  10 หลายเดือนก่อน

      @@dinojakovljevic8193 did you look at virtual Wan ?

  • @srich9382
    @srich9382 9 หลายเดือนก่อน

    if you provide online classes please provide contact details. not Udemy. thank you

    • @PaddyMaddy26
      @PaddyMaddy26  9 หลายเดือนก่อน

      Thank you for your interest in our online classes. You can contact us directly on trainings@memcourse.com for any queries on our online courses. We are also available on our blog PaddyMaddy.com for further information related to our online classes. We offer free consultation and demo classes for our online courses. We look forward to hearing from you.