我可以访问互联网,但没有默认网关 IP。这对我来说很奇怪

我可以访问互联网,但没有默认网关 IP。这对我来说很奇怪

每次我想连接新机器时,我都可以在第二天连接(有线)互联网。连接后,我可以断开连接数小时,然后再次获得互联网。路由器设置为“DHCP”,我昨天连接的机器也是如此。

我在运行的计算机(通过交换机 Netgear 连接)上的设置如下Default Gateway IP

Windows IP Configuration

   Host Name . . . . . . . . . . . . : xxxxxxxxxxxxxx
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : netgear.com

Ethernet adapter Local Area Connection 2:

   Media State . . . . . . . . . . . : Media disconnected
   Description . . . . . . . . . . . : TAP-Win32 Adapter V9
   Physical Address. . . . . . . . . : xxxxxxxxxxxxxxxxxxxxx

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : netgear.com
   Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller

   Physical Address. . . . . . . . . : xxxxxxxxxxxxxx
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IP Address. . . . . . . . . . . . : 192.168.1.xx
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DNS Servers . . . . . . . . . . . : 216.146.35.35
                                       216.146.36.36
                                       192.168.1.1
   Lease Obtained. . . . . . . . . . : den 5 december 2012 12:25:18
   Lease Expires . . . . . . . . . . : den 5 december 2012 13:25:18 

今天我连接了互联网,整晚都让机器处于打开状态。ipconfig /all向我显示此信息(没有默认网关)

 Host Name . . . . . . . . . . . . : xxxxxxx
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : Yes
   WINS Proxy Enabled. . . . . . . . : Yes
   DNS Suffix Search List. . . . . . : netgear.com

Ethernet adapter Local Area Connection 2:

   Media State . . . . . . . . . . . : Media disconnected
   Description . . . . . . . . . . . : TAP-Win32 Adapter V9
   Physical Address. . . . . . . . . : 00-FF-F8-57-C4-6E

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : netgear.com
   Description . . . . . . . . . . . : Attansic L1 Gigabit Ethernet 10/100/1000B
ase-T Controller
   Physical Address. . . . . . . . . : xxxxxxxxxxxxxxxxxxx
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IP Address. . . . . . . . . . . . : xx.yy.23.65
   Subnet Mask . . . . . . . . . . . : 255.255.240.0
   Default Gateway . . . . . . . . . :
   DHCP Server . . . . . . . . . . . : xx.yy.16.1
   DNS Servers . . . . . . . . . . . : 216.146.35.35
                                       192.168.1.1
                                       192.168.0.1
   Lease Obtained. . . . . . . . . . : Thursday, December 06, 2012 11:54:54 AM
   Lease Expires . . . . . . . . . . : Thursday, December 06, 2012 12:54:54 PM

我遗漏了什么吗?一些关于它如何发生以及为什么发生的信息?还有另一个问题我昨天问过。由于无法完全理解,我改变了问题中的观点和细节。

route print给了我这个:

===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.1.1     85.228.23.69     20
      85.228.16.0    255.255.240.0     85.228.23.69     85.228.23.69     20
     85.228.23.69  255.255.255.255        127.0.0.1        127.0.0.1     20
   85.255.255.255  255.255.255.255     85.228.23.69     85.228.23.69     20
        127.0.0.0        255.0.0.0        127.0.0.1        127.0.0.1      1
        224.0.0.0        240.0.0.0     85.228.23.69     85.228.23.69     20
  255.255.255.255  255.255.255.255     85.228.23.69     85.228.23.69      1
  255.255.255.255  255.255.255.255     85.228.23.69                2      1
Default Gateway:       192.168.1.1
===========================================================================
Persistent Routes:
  None

答案1

据我所见

DNS Servers . . . . . . . . . . . :    216.146.35.35
                                       192.168.1.1
                                       192.168.0.1

192.168.0.1出现了。也许这确实是一个干扰问题。就像@gertvdijk 提到的那样。

编辑:可能是两个设备中的一个配置错误

相关内容