【发布时间】:2017-02-14 07:52:09
【问题描述】:
我有一个域 portal.example.com 指向 AWS 中的 ELB,并且我在 ELB 后面有 3 个实例。
我做了一个
nslookup portal.exaple.com
Server: 75.75.75.75
Address: 75.75.75.75#53
Non-authoritative answer:
Name: portal.exaple.com
Address: xx.xx.x.188
Name: portal.exaple.com
Address: xx.xx.xx.249
Name: portal.exaple.com
Address: xx.xx.xxx.189
Name: portal.exaple.com
Address: xx.xx.xxx.126
我想知道这 4 个地址是什么?我假设它们不是我的实例的 IP,因为我在 ELB 后面只有 3 个实例。
另外,我的 AWS 账户中的 4 个实例显示完全不同的 ip:
xx.xx.xxx.245
xx.xx.xx.148
xx.xx.xxx.166
xx.xx.xxx.130
我想知道这里发生了什么?
提前致谢
【问题讨论】:
标签: amazon-web-services ip nslookup