Configure Azure VPNs
To create a VPN in Abiquo between a private cloud virtual datacenter and Azure, you will need the following Azure ARM configuration for the enterprise:
A Gateway Subnet in the Virtual Network that represents the VPC
A Virtual Network Gateway (VNG) using this Gateway Subnet - if this does not exist, Abiquo will try to create it in the virtual network with the supplied netmask
A Local Network Gateway (LNG) that will represent the remote VPN site, which is not managed by Azure ARM
A Virtual Network Gateway Connection that relates the VNG to the LNG
All address spaces from the Virtual Network will be exposed through the Virtual Network Gateway.
To create the Azure VPN configuration, edit each enterprise that will use Azure VPNs and set the following Properties.
Name | Description |
---|---|
azurecompute-arm.vpn.virtualnetworkgateway.type | Type of routing to use by the Virtual Network Gateway. |
azurecompute-arm.vpn.gatewaysubnet.mask | The Virtual Network Gateway requires a 'gateway subnet'. |
azurecompute-arm.vpn.virtualnetworkgateway.sku.name | Name of the Virtual Network Gateway SKU. |
You can also set default values for the whole platform using the corresponding Abiquo Configuration Properties with an "abiquo.
" prefix, for example, abiquo.azurecompute-arm.vpn.gatewaysubnet.mask
.
Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved