{"id":758,"date":"2022-02-01T11:39:37","date_gmt":"2022-02-01T11:39:37","guid":{"rendered":"http:\/\/192.168.8.123\/?p=758"},"modified":"2022-02-11T11:11:45","modified_gmt":"2022-02-11T11:11:45","slug":"configure-a-microsoft-azure-expressroute-gateway","status":"publish","type":"post","link":"https:\/\/exceedthecloud.com\/?p=758","title":{"rendered":"Configure a Microsoft Azure ExpressRoute Gateway"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>Deploy ExpressRoute gateways<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route network traffic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Gateway types<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you create a virtual network gateway, you need to specify several settings. One of the required settings, \u2018-GatewayType\u2019, specifies whether the gateway is used for ExpressRoute, or VPN traffic. The two gateway types are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>VPN<\/strong> &#8211; To send encrypted traffic across the public Internet, you use the gateway type \u2018VPN\u2019. This is also referred to as a VPN gateway. Site-to-Site, Point-to-Site, and VNet-to-VNet connections all use a VPN gateway.<\/li><li><strong>ExpressRoute<\/strong> &#8211; To send network traffic on a private connection, you use the gateway type \u2018ExpressRoute\u2019. This is also referred to as an ExpressRoute gateway and is the type of gateway used when configuring ExpressRoute.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Each virtual network can have only one virtual network gateway per gateway type. For example, you can have one virtual network gateway that uses -GatewayType VPN, and one that uses -GatewayType ExpressRoute.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this exercise, you will:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Task 1: Create the VNet and gateway subnet<\/li><li>Task 2: Create the virtual network gateway<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prerequisites for this labs :&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/free\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Account<\/a>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Create the VNet and gateway subnet<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On any Azure Portal page, in <strong>Search resources, services and docs<\/strong>, enter virtual network, and then select <strong>Virtual networks<\/strong> from the results.<\/li><li>On the Virtual networks page, select <strong>+Create<\/strong>.<\/li><li>On the Create virtual networks pane, on the <strong>Basics<\/strong> tab, use the information in the following table to create the VNet:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Virtual Network Name<\/td><td>CoreServicesVNet<\/td><\/tr><tr><td>Resource Group<\/td><td>ExceedlabsResourceGroup<\/td><\/tr><tr><td>Location<\/td><td>East US<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"4\"><li>Select <strong>Next : IP addresses<\/strong>.<\/li><li>On the <strong>IP Addresses<\/strong> tab, in <strong>IPv4 address space<\/strong>, enter 10.20.0.0\/16, and then select <strong>+ Add subnet<\/strong>.<\/li><li>In the Add subnet pane, use the information in the following table to create the subnet:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Gateway Subnet name<\/td><td>GatewaySubnet<\/td><\/tr><tr><td>Gateway Subnet address space<\/td><td>10.20.0.0\/27<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"7\"><li>And then select <strong>Add<\/strong>.<\/li><li>On the Create virtual network page, select <strong>Review + Create<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture1.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture1-1024x580.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm that the VNet passes the validation and then select <strong>Create<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Create the virtual network gateway<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On any Azure Portal page, in <strong>Search resources, services and docs (G+\/)<\/strong>, enter virtual network gateway, and then select <strong>Virtual network gateways<\/strong> from the results.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture2.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture2.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Create virtual network gateway<\/strong> page, use the information in the following table to create the gateway:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td><strong>Project details<\/strong><\/td><td>&nbsp;<\/td><\/tr><tr><td>Resource Group<\/td><td>ExceedlabsResourceGroup<\/td><\/tr><tr><td><strong>Instance details<\/strong><\/td><td>&nbsp;<\/td><\/tr><tr><td>Name<\/td><td>CoreServicesVnetGateway<\/td><\/tr><tr><td>Region<\/td><td>East US<\/td><\/tr><tr><td>Gateway type<\/td><td>ExpressRoute<\/td><\/tr><tr><td>SKU<\/td><td>Standard<\/td><\/tr><tr><td>Virtual network<\/td><td>CoreServicesVNet<\/td><\/tr><tr><td><strong>Public IP address<\/strong><\/td><td>&nbsp;<\/td><\/tr><tr><td>Public IP address<\/td><td>Create new<\/td><\/tr><tr><td>Public IP address name<\/td><td>CoreServicesVnetGateway-IP<\/td><\/tr><tr><td>Public IP address SKU<\/td><td>Basic<\/td><\/tr><tr><td>Assignment<\/td><td>Not configurable<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Select <strong>Review + Create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture4.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture4.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Confirm that the Gateway configuration passes validation and then select <strong>Create<\/strong>.<\/li><li>When the deployment is complete, select <strong>Go to Resource<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture5.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture5.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">[!Note]\n\n\n\n<p class=\"wp-block-paragraph\">it can take up to 45 minutes to deploy a Gateway.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations! You have successfully created a Virtual network, a gateway subnet, and an ExpressRoute Gateway.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark class=\"kt-highlight\"><strong>Reminder<\/strong>: Don\u2019t forget to delete or shutdown all unused Azure resources after your labs for cost saving<\/mark><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deploy ExpressRoute gateways To connect your Azure virtual network and your on-premises network via ExpressRoute, you must create a virtual network gateway first. A virtual network gateway serves two purposes: to exchange IP routes between the networks and to route &hellip; <a href=\"https:\/\/exceedthecloud.com\/?p=758\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":857,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"kt_blocks_editor_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17,4],"tags":[45,48,49,47,30,44,46],"class_list":["post-758","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-networking","category-practical-labs-series","tag-expressroute","tag-network","tag-network-gateway","tag-subnet","tag-vnet","tag-vpn","tag-vpn-gateway"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-1210902717-612x612-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/758","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=758"}],"version-history":[{"count":4,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/758\/revisions"}],"predecessor-version":[{"id":2329,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/758\/revisions\/2329"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/media\/857"}],"wp:attachment":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=758"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=758"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}