我有一个带有网关的VPN和一个应用服务器。应用服务器只知道VPN的网关。VPN的网关知道vms所在的物理网络的网关。
问题:我无法从应用服务器访问api.twitter.com。注意:缓存中充满了显示物理网关IP地址的条目。以下是一段节选:
ip -s route show cache 199.16.156.40
199.16.156.40 via 37.59.245.62 dev eth0 src 10.1.4.20
cache <redirected> used 170 age 22sec ipid 0x9e49
199.16.156.40 from 10.1.4
我正在尝试创建从VPC到办公地点的VPN隧道。我创建了虚拟专用网关,当我试图连接VPC时,它说
Error
VPC vpc-xxxxxxxx is currently attached to the Virtual Private Gateway
VPC只能附加到一个虚拟专用网关上?
如果我必须创建多个VPN隧道到多个办公地点,那么我必须重用已经附加到VPC的虚拟专用网关用于VPN?
我想使用VPN /虚拟网络网关在前提下提供Postgres DB。我用GatewaySubnet创建了虚拟网络网关、本地网络网关和VPN连接。
现在我想在GatewaySubnet中创建一个私有端点,但是我得到了以下错误:
Portal: "The selected subnet GatewaySubnet is restricted and cannot be used with a private endpoint"
或
ARM: "Subnet with name 'GatewaySubnet' can be used only for the G