本地连接没有有效的ip配置


0

运行诊断工具后出现以下错误: 本地连接没有有效的ip配置 然后我跑了 ipconfig \all 在cmd中得到以下内容:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
Windows IP Configuration
   Host Name . . . . . . . . . . . . : PE...
   Primary Dns Suffix  . . . . . . . : tt...
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : tt...

Ethernet adapter Local Area Connection:
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network Connection
   Physical Address. . . . . . . . . : B8-CA-3A-A6-12-FF
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Autoconfiguration IPv4 Address. . : 169.254.194.242(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Bluetooth Network Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
   Physical Address. . . . . . . . . : 5C-F3-70-60-3F-42
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{002EE2C7-C4DF-471C-B467-49764A07C82D}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{704C200B-CB35-423C-BBB0-31A54CC32D66}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Answers:


1

如果你在169.254.0.0/16内得到一个地址,那么你需要先从基础开始:

  1. 确保以太网电缆两侧牢固插入,并且您有链接指示灯。
  2. 检查arp表,看看你的路由器是否存在。
  3. 最后,您可以监控DHCP流量并使用windump或wireshark查找任何错误。

该地址绝对有效 - 只是不符合您的预期。这意味着适配器设置为DHCP,但没有DHCP会话 - 因此该地址有点像您的操作系统提供的默认网络设置,这样您仍然可以在没有路由器的情况下连接(过于简单,请参阅 RFC 3927 )。


电缆是连接好的。我检查了arp表,但我真的不知道它是什么以及如何处理它。我所知道的是,所有条目都是静态的(没有一个是动态的,就像我的其他计算机一样)。最后,我下载了wireshark,但我无法弄清楚如何使用它来监控DHCP。
Ali Jamali
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.