标签: google-cloud-platform ip nat
我遇到了一个有趣的问题。
我在Google Cloud中有一个没有外部IP的VM,而我的VPC上已部署了Google Cloud NAT。
当我运行curl ipecho.net时,我获得了0.0.0.0的IP。
curl ipecho.net
0.0.0.0
当我运行curl icanhazip.com时,我获得了34.73.253.86的IP(应该是云NAT的IP)
curl icanhazip.com
34.73.253.86
为什么某些IP查找服务能够确定我的外部IP,而另一些却不能呢?