我收到了几封有趣的:)电子邮件,这些电子邮件来自我无法识别国家/地区和所有者(互联网提供商)的 IP 地址,这是示例
10.180.221.97
10.220.113.130
10.52.135.39
我尝试了几种 IP 查找服务,但没有成功。请问你能帮我吗?难道IP没有国家标识吗?
答案1
这些地址来自您的专用网络或以某种方式被欺骗。
从 10.0.0.0 到 10.255.255.255 的地址保留用于专用网络(未连接到互联网)
http://tldp.org/HOWTO/IP-Masquerade-HOWTO/addressing-the-lan.html
答案2
这些 IP 地址没有来源国家/地区,因为它们被视为私有 A 类地址。从我的/etc/hosts
文件中:
#
# According to RFC 1918, you can use the following IP networks for private
# nets which will never be connected to the Internet:
#
# 10.0.0.0 - 10.255.255.255
# 172.16.0.0 - 172.31.255.255
# 192.168.0.0 - 192.168.255.255
#
# In case you want to be able to connect directly to the Internet (i.e. not
# behind a NAT, ADSL router, etc...), you need real official assigned
# numbers. Do not try to invent your own network numbers but instead get one
# from your network provider (if any) or from your regional registry (ARIN,
# APNIC, LACNIC, RIPE NCC, or AfriNIC.)
RFC1918 - 专用互联网的地址分配- 1996 年 2 月,更新者RFC6761 - 特殊用途域名- 2013 年 2 月。这些是管理私有 IP 寻址的标准。我发布此内容是因为这是欺骗/伪装者不会被发现的方法,而 airfishey 抢先一步。
答案3
尝试traceroute
每个 IP 地址,尝试找出它们的位置。