Create the network gateway
24.
Create a network gateway. Note that the type of gateway must be Vpn and the VPN type must be
RouteBased. When you run this command, it will take a while, maybe even as long as an hour.
New-AzureRmVirtualNetworkGateway -Name $GatewayName -ResourceGroupName $ResourceGroup `
-Location $Location -IpConfigurations $IpConfig -GatewayType Vpn -VpnType RouteBased `
-EnableBgp $false -GatewaySku Standard -VpnClientAddressPool $VPNClientAddressPool `
-VpnClientRootCertificates $p2srootcert
Do'stlaringiz bilan baham: |