我有以下网络设置:
PC -> Router (local network) -> Modem (123.123.123.123) -> Internet
LAN DNS 已配置(通过 dhcp):
dns 1: ISP dns 1
dns 2: ISP dns 2
dns 3: Router
我的公共 IP(示例):
123.123.123.123
当我http://123.123.123.123从本地(路由器)网络访问时,它会解析为我的路由器登录页面。奇怪的。
如果我http://123.123.123.123从外部网络访问它不会解决任何问题(正如预期的那样)。
我tracert 从我的本地网络运行了一个,我得到了 1 个仅解析到我的 ISP 的跃点。
> tracert 123.123.123.123
Tracing route to aaa-123-123-123-123.isp.com [123.123.123.123] over a maximum of 30 hops:
1 1 ms 1 ms 1 ms aaa-123-123-123-123.isp.com [123.123.123.123]
当我tracert 从外部网络运行时,我得到了很多跃点(如预期的那样)。
1 7 ms 1 ms 1 ms xxx.xxx.xxx.xxx
2 115 ms 41 ms 35 ms xxx.xxx.xxx.xxx
3 169 ms 41 ms 37 ms xxx.xxx.xxx.xxx
4 76 ms 75 ms 43 ms xxx.xxx.xxx.xxx
...
我对123.123.123.123(外部 IP 地址)的请求如何直接路由到本地网络上的路由器,为什么?