Hi all,
I'm trying to establish s2s VPN with Azure and VMWare vCloud Director.
VCloud Director is provided by another Cloud service, so we don't have a direct access to the server or to the console management.
I created network on Azure, received the gateway IP address (Static, becouse is the only supported by vCloud Director) and configured both Azure and vCloud side.
From vCloud, i can see that the connection is established, as you can see below
But on Azure it remain Always in connecting, as you can see below:
Below my VirtualNetworkConfiguration:
<NetworkConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/ServiceHosting/2011/07/NetworkConfiguration"><VirtualNetworkConfiguration><Dns><DnsServers><DnsServer name="DC1" IPAddress="192.168.203.10" /><DnsServer name="Internet-DNS" IPAddress="xxx.xxx.xxx.xxx" /></DnsServers></Dns><LocalNetworkSites><LocalNetworkSite name="VSW-Clouditalia"><AddressSpace><AddressPrefix>192.168.202.0/24</AddressPrefix></AddressSpace><VPNGatewayAddress>212.110.xxx.xxx</VPNGatewayAddress></LocalNetworkSite></LocalNetworkSites><VirtualNetworkSites><VirtualNetworkSite name="Rete VSW 203" Location="West Europe"><AddressSpace><AddressPrefix>192.168.203.0/24</AddressPrefix></AddressSpace><Subnets><Subnet name="Subnet-1"><AddressPrefix>192.168.203.0/25</AddressPrefix></Subnet><Subnet name="GatewaySubnet"><AddressPrefix>192.168.203.254/29</AddressPrefix></Subnet></Subnets><DnsServersRef><DnsServerRef name="DC1" /><DnsServerRef name="Internet-DNS" /></DnsServersRef><Gateway><ConnectionsToLocalNetwork><LocalNetworkSiteRef name="VSW-Clouditalia"><Connection type="IPsec" /></LocalNetworkSiteRef></ConnectionsToLocalNetwork></Gateway></VirtualNetworkSite></VirtualNetworkSites></VirtualNetworkConfiguration></NetworkConfiguration>
What could I check?
Thanks in advance.
Riccardo.