我正在尝试在 AZURE 和 AWS 之间建立 VPN。我有 AWS 支持团队的 vnet 网关公共地址,并收到了以下配置文本文件。
Outside IP Addresses:
- Customer Gateway : xxx.xxx.xxx.xxx <=== I see my Public IP here
- Virtual Private Gateway : xxx.xxx.xxx.xxx <=== Public IP from AWS VPC
Inside IP Addresses
- Customer Gateway : 169.254.xx.xx/xx
- Virtual Private Gateway : 169.254.xx.xx/xx
现在,在我的 Azure 上创建本地网关时,我在 IP 地址字段中输入客户网关地址,并在“地址空间”字段中输入“虚拟专用网关”的 IP 地址。
我看到该 CIDR 块无效的消息。
我陷入了困境,请寻求一些回复和建议。
我点击了以下链接:
答案1
谢谢@Ken W MSFT 我们的 AWS 对应方在他们那边提供了适当的 VPC IP 范围,这解决了我的问题。