Hi
I am trying to set up a multi-site vpn to Windows Azure.
LocalNetwork 1: 172.20.0.0/16
LocalNetwork 2: 192.168.56.0/24
VirtualNetwork: 192.168.22.0/24
I configured the Azure Virtual Network for Multi-Site-Connection as illustraed in this Manual:
http://msdn.microsoft.com/en-US/library/azure/dn690124.aspx
Network Config seems to be fine and VPN Link from LocalNetwork 1 (Win 2012 R2 RRAS) to VirtualNetwork on Windows Azure is up and running. But i am unable to get the second Link from LocalNetwork 2 (Sonicwall TZ215) to the Virtual Network up and running.
I set up the VPN-Connection on the TZ215 as illustrated in this Tech Note from Sonicwall:
https://support.software.dell.com/download/downloads?id=5347244
This Config used to worked fine in the past for other Connections on Sonicwall NSA Device, but not this time.
If i use the following config for the VPN Connection - Local Network: 192.168.56.0/24 - Destination Network: 192.168.22.0/24 - i am getting the Error: "IKEv2 Responder: Peer's destination network does not match VPN policy'sLocal Network - Proposed network: 0.0.0.0-255.255.255.255"
So i changed to config to - Local Network: 0.0.0.0/0 - Destination Network: 192.168.22.0/24 - and now i am getting the error: "IKEv2 Responder: Peer's local network does not match VPN policy'sDestination Network - Proposed network: 0.0.0.0-255.255.255.255"
Actually i am not able to set also the Destination Network to 0.0.0.0/0. Because a) i've got other VPN Connections configured on this device and b) i don't belive this would be a clever idea.
How comes that the azure gatway is proposing 0.0.0.0/0 for local and destination Network?
How to solve this issue?