默认网关不可用无线

默认网关不可用无线

周四我从 Windows 8 升级到了 Windows 8.1。安装过程中我可以配置一切,但周五我遇到了网络连接问题。

当我启动电脑时,我无法连接到无线网络。在使用 Windows 8.1 的内置功能进行一些故障排除后,我发现了问题:默认网关不可用。

但是,我的智能手机和其他设备都能够无线连接到互联网。最重要的是,我可以通过在我连接的路由器和我的电脑之间插入一根电缆来连接到互联网。甚至尝试另一个网络(感谢我友好的邻居,他没有保护他的网络)我也能连接到互联网。

我尝试过在互联网上找到的很多东西:

  • 将 NetBIOS 添加到注册表项 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Winsock\Parameters\Transport
  • 重新启动一切(路由器、调制解调器、电脑……)
  • malwarecan(Malwarebytes 没有发现任何内容)
  • 清理所有不必要的东西(Ccleaner,也包括注册表)

下面您可以找到连接到 wifi 时的 ipconfig/all 日志。

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. Alle rechten voorbehouden.

C:\Users\jeroe_000>ipconfig/all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : PCJEROEN
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : Belkin

Wireless LAN adapter LAN-verbinding* 12:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
   Physical Address. . . . . . . . . : 42-2C-F4-02-84-A5
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Ethernet adapter Bluetooth-netwerkverbinding:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Bluetooth-apparaat (Personal Area Network
)
   Physical Address. . . . . . . . . : CC-52-AF-A8-71-B5
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . : Belkin
   Description . . . . . . . . . . . : Broadcom 802.11n-netwerkadapter
   Physical Address. . . . . . . . . : 40-2C-F4-02-84-A5
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::9c89:d597:2adb:d079%4(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.2.7(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : zaterdag 19 oktober 2013 13:26:23
   Lease Expires . . . . . . . . . . : dinsdag 25 november 2149 19:54:55
   Default Gateway . . . . . . . . . : 192.168.2.1
   DHCP Server . . . . . . . . . . . : 192.168.2.1
   DHCPv6 IAID . . . . . . . . . . . : 322972916
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-BC-9B-71-10-1F-74-0E-21-64

   DNS Servers . . . . . . . . . . . : 192.168.2.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Ethernet:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : Belkin
   Description . . . . . . . . . . . : Realtek PCIe GBE Family-controller
   Physical Address. . . . . . . . . : 10-1F-74-0E-21-64
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.Belkin:

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

Tunnel adapter LAN-verbinding* 13:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

C:\Users\jeroe_000>

答案1

我遇到了类似的问题,似乎通过更新驱动程序解决了这个问题。如果您有以下无线适配器之一,我猜您也遇到了同样的问题:

Intel® Centrino® Advanced-N 6205
Intel® Centrino® Advanced-N 6235
Intel® Centrino® Ultimate-N 6300
Intel® Dual Band Wireless-AC 7260
Intel® Dual Band Wireless-AC 7260 for Desktop
Intel® Dual Band Wireless-N 7260
Intel® Wireless-N 7260

我发现这个问题在英特尔论坛上的这个帖子,更新的驱动程序可以在这里下载:

https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23065

(我不知道为什么这个驱动程序还不能通过常规 Windows 驱动程序更新获得,但事实就是如此。)

相关内容