我的Windows Server 2012networking适配器是这样configuration的:
192.168.144.1是我的路由器地址。 从同一台服务器,这是tracert google.com的结果:
服务器的名称是“VQ40DE”,位于“poconoacademy.org”域中。 奇怪的是,它试图将自己作为google.com的第一跳,陌生人仍然认为它是“无法访问”。
从连接到相同域的台式机上, tracert google.com的第一跳到路由器192.168.144.1,然后继续正确地路由互联网业务。
我在这里错误configuration了什么?
Interface List 12...c8 60 00 32 27 6c ......Intel(R) 82579V Gigabit Network Connection 1...........................Software Loopback Interface 1 14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2 15...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface =========================================================================== IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 On-link 192.168.144.12 266 0.0.0.0 0.0.0.0 192.168.144.1 192.168.144.12 266 127.0.0.0 255.0.0.0 On-link 127.0.0.1 306 127.0.0.1 255.255.255.255 On-link 127.0.0.1 306 127.255.255.255 255.255.255.255 On-link 127.0.0.1 306 192.168.144.0 255.255.255.0 On-link 192.168.144.12 266 192.168.144.12 255.255.255.255 On-link 192.168.144.12 266 192.168.144.255 255.255.255.255 On-link 192.168.144.12 266 224.0.0.0 240.0.0.0 On-link 127.0.0.1 306 224.0.0.0 240.0.0.0 On-link 192.168.144.12 266 255.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 192.168.144.12 266 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 0.0.0.0 0.0.0.0 192.168.144.12 Default 0.0.0.0 0.0.0.0 192.168.144.1 Default =========================================================================== IPv6 Route Table =========================================================================== Active Routes: If Metric Network Destination Gateway 1 306 ::1/128 On-link 1 306 ff00::/8 On-link =========================================================================== Persistent Routes: None
从台式电脑一切正常,因为它应该:
删除192.168.144.12的持久路由之后:
Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 On-link 192.168.144.12 266 0.0.0.0 0.0.0.0 192.168.144.1 192.168.144.12 266 127.0.0.0 255.0.0.0 On-link 127.0.0.1 306 127.0.0.1 255.255.255.255 On-link 127.0.0.1 306 127.255.255.255 255.255.255.255 On-link 127.0.0.1 306 192.168.144.0 255.255.255.0 On-link 192.168.144.12 266 192.168.144.12 255.255.255.255 On-link 192.168.144.12 266 192.168.144.255 255.255.255.255 On-link 192.168.144.12 266 224.0.0.0 240.0.0.0 On-link 127.0.0.1 306 224.0.0.0 240.0.0.0 On-link 192.168.144.12 266 255.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 192.168.144.12 266 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 0.0.0.0 0.0.0.0 192.168.144.1 Default Tracing route to google.com [172.217.1.14] over a maximum of 30 hops: 1 VQ40DE.PoconoAcademy.org [192.168.144.12] reports: Destination host unreac hable. Trace complete.
我认为永久路线下的条目正在引起麻烦。
0.0.0.0 0.0.0.0 192.168.144.12默认
删除使用路由删除0.0.0.0 192.168.144.12并尝试。
您应该尝试在首选DNS服务器字段中使用Google DNS(8.8.8.8或8.8.4.4)。
路由器地址(192.168.144.1)将充当此服务器上的网关。