yuhaian2012-03-19 07:54:05

10.*.*.* 不是私有的 IP 地址吗?为什么我竟可以访问这个不在我LAN内的私有的 IP 地址?

按俺学的网络知识,以下三类是私有的 IP 地址:

  • 10.0.0.0 to 10.255.255.255
  • 172.16.0.0 to 172.31.255.255
  • 192.168.0.0 to 192.168.255.255

但今天,我本想访问自己的路由,但一下敲错了点东西。意外地,发现我竟可以访问:

http://10.10.12.1/

接着就

C:\>tracert 10.10.12.1

Tracing route to 10.10.12.1 over a maximum of 30 hops

  1    <1 ms    <1 ms    <1 ms  10.100.12.1
  2     8 ms     9 ms     8 ms  astound-99-999-999-1.ca.astound.net [99.999.999.1]
  3    22 ms     9 ms     9 ms  76-14-1-122.sf-cable.astound.net [76.14.1.122]
  4    10 ms    10 ms    10 ms  76-14-1-121.sf-cable.astound.net [76.14.1.121]
  5    14 ms    13 ms    13 ms  76-14-1-126.sf-cable.astound.net [76.14.1.126]
  6    16 ms    16 ms    16 ms  76-14-151-18.rk.wavecable.com [76.14.151.18]
  7    23 ms    23 ms    21 ms  10.10.12.1

Trace complete.

C:\>

有没有谁可以解释一下,为什么我竟可以访问这个不在我LAN内的私有的 IP 地址?

谢谢

(上面将我的网关地址改成了99.999.999.1 to keep a little privacy。)

ymmud2012-03-19 16:42:04
你是不是用virtualbox或vmware加载了一个虚拟机
yuhaian2012-03-19 21:32:11
回复:是不是用virtualbox或vmware加载了一个虚拟机?没有虚拟机!
yuhaian2012-03-19 21:36:31
76.14.1.122 等都是我ISV的外网地址,我在公司都可以PING的。你也该可以!
chirolike2012-03-20 13:32:44
回复:为什么我竟可以访问不在我局域网内的私有的 IP 地址?
yuhaian2012-04-01 11:41:54
谢了。这么说是ISP欠佳。对方的防火墙也没设好。我的防火墙要不让外面的存取了。