Azure虚拟networking和Cisco RV016之间的站点到站点VPN

我试图configuration思科RV016路由器连接到Azure虚拟networking来创build一个站点到站点的VPN,但它不工作。

我知道思科RV016不在官方支持的设备列表中 ,但它看起来似乎满足在同一页上列出的要求。

我在思科日志中获得的信息是:

(g2gips0) #87: initiating Main Mode (g2gips0) #87: [Tunnel Negotiation Info] >>> Initiator Send Main Mode 1st packet packet from 137.xxx.xxx.xxx:500: ignoring informational payload, type NO_PROPOSAL_CHOSEN 

我在Azure上遇到的唯一错误是:

 Unable to establish the cross-premise tunnel for MyNetwork. Previous state: Initializing. Current state: Not Connected. 5/8/2013 10:27:47 AM 

我的思科RV016上的configuration是这样的:

 Local Security Gateway Type: IP Only IP Address: <ip addr of the RV016> Local Security Group Type: Subnet IP Address: 192.168.0.0 Subnet mask: 255.255.255.0 Remote Security Gateway Type: IP Only IP Address: <Azure Gateway IP Address> Remote Security Group Type: Subnet IP Address: 10.1.0.0 <address space that I've configured in Azure Virtual Network> Subnet Mask: 255.255.240.0 <ie 10.1.0.0/20> IPSec Setup Keying Mode: IKE with Preshared key Phase 1 DH Group: Group 2 - 1024 bit Phase 1 Encryption: AES-256 Phase 1 Authentication: SHA1 Phase 1 SA lifetime: 28800 Perfect Forward Secrecy: false Phase 2 DH Group: Group 2 - 1024 bit Phase 2 Encryption: AES-256 Phase 2 Authentication: SHA1 Phase 2 SA lifetime: 3600 Preshared Key: <copied from Azure generated shared key> Advanced Aggressive Mode: False Compress: False Keep-alive: True AH Hash Algorithm: False NetBIOS Broadcast: False NAT Traversal: False Dead Peer Detection: False Tunnel Backup: Not configured Split DNS: Not configured 

任何想法,我要去错了?