Windows7 Autoconfiguration IPv4 Address 导致无法上

(2010-03-30 16:44:57)

标签:

杂谈

分类: 电脑软件问题

Windows7 Autoconfiguration IPv4 Address 导致无法上网

打开电脑,发现本地连接无法识别,ping网关失败。 执行ipconfig /all 发现,地址信息里多了Autoconfiguration IPv4 Address Ethernet adapter 本地连接: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Realtek PCIe GBE Family C

打开电脑,发现本地连接无法识别,ping网关失败。

执行ipconfig /all 发现,地址信息里多了Autoconfiguration IPv4 Address

Ethernet adapter 本地连接:

Connection-specific DNS Suffix  . :
  
Description . . . . . . . . . . . : Realtek PCIe GBE Family
Controller
   Physical Address. . . . . . . . . :
00-23-5A-54-AC-66
   DHCP Enabled. . . . . . . . . . . :
No
   Autoconfiguration Enabled . . . . : Yes
  
Link-local IPv6 Address . . . . . :
fe80::954:8a7d:7c76:1548%11(Preferred)
   IPv4 Address. . . . . . . . . . . : 100.4.31.144(Duplicate)
   Subnet Mask . . . . . .
. . . . . : 255.255.255.0
   Autoconfiguration IPv4 Address. . :
169.254.21.72(Preferred)
  
Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default
Gateway . . . . . . . . . : 100.4.31.254
   DHCPv6 IAID . . . . . .
. . . . . : 184558426
   DHCPv6 Client DUID. . . . . . . . :
00-01-00-01-12-9F-AE-5E-00-23-5A-54-AC-66
   DNS Servers . . . . .
. . . . . . :
8.8.4.4
                                      
202.106.0.20
   NetBIOS over Tcpip. . . . . . . . :
Enabled

发现不管怎么配置,都会有Autoconfiguration IPv4 Address 是Preferred的,这个autoconfig的地址是无法与网络连接的。

解决办法:

开始-> 运行  cmd

然后执行下面的命令:

netsh winsock reset
catalog

netsh ini ip reset

重启计算机,Autoconfiguration IPv4 Address 消失,本地连接正常。

Ethernet adapter 本地连接:

Connection-specific DNS Suffix  . :
  
Description . . . . . . . . . . . : Realtek PCIe GBE Family
Controller
   Physical Address. . . . . . . . . :
00-23-5A-54-AC-66
   DHCP Enabled. . . . . . . . . . . :
No
   Autoconfiguration Enabled . . . . : Yes
  
Link-local IPv6 Address . . . . . :
fe80::954:8a7d:7c76:1548%11(Preferred)
   IPv4 Address. . . . . . .
. . . . : 100.4.31.129(Preferred)
   Subnet Mask . . . . . . . . .
. . : 255.255.255.0
   Default Gateway . . . . . . . . . :
100.4.31.254
   DHCPv6 IAID . . . . . . . . . . . :
184558426
   DHCPv6 Client DUID. . . . . . . . :
00-01-00-01-12-9F-AE-5E-00-23-5A-54-AC-66
   DNS Servers . . . . .
. . . . . . :
8.8.4.4
                                      
202.106.0.20
   NetBIOS over Tcpip. . . . . . . . :
Enabled

Windows7 Autoconfiguration IPv4 Address 导致无法上网的更多相关文章

  1. 如何解决分配到Autoconfiguration IPV4 地址

    配置完服务器静态IP后,在CMD窗口中查看ip地址,发现是Autoconfiguration IPV4. 上网搜索了,是关于虚拟服务器的,但是我没有配置虚拟服务器,有点奇怪. 使用下面的教程,可以解决 ...

  2. 【解决】could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

    在同一套环境中跑了很多个项目都是用 docker-compose的方式启动的,导致创建的自定义网络过多出现下面的报错 Error response from daemon: could not fin ...

  3. scala get ipv4 address

    scala 用 isInstanceOf 会报错(instanceof 这个函数就没有),java 下使用  instanceof 来判断是否是 Inet4Address test("get ...

  4. I.MX6 MAC Address 导致的系统崩溃

    /**************************************************************************** * I.MX6 MAC Address 导致 ...

  5. How to convert an IPv4 address into a integer in C#?

    仅仅针对于IPv4的处理方法 从string转换为int 以及从int转换为string // IPv4 int intAddress = BitConverter.ToInt32(IPAddress ...

  6. 无线路由器wan口和lan口ip同网段导致无法上网解决办法

    环境 本地网段为192.168.0.0/24 路由器默认网段也是192.168.0.0/24 设置好路由器wan口DHCP自动获取ip以后无法上网 解决办法 把路由器是lan口地址设置为192.168 ...

  7. docker could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

    原因: 无法进行网络分配了 解决方法: // 所有的网络 docker network ls // 删除不用的,腾出多余的 docker network rm <networkname> ...

  8. linux命令行模式下实现代理上网(转)

    有些公司的局域网环境,例如我们公司的只允许使用代理上网,图形界面的很好解决就设置一下浏览器的代理就好了,但是linux纯命令行的界面就....下面简单几步就可以实现了! 一.命令行界面的一般代理设置方 ...

  9. ------- 当前全球最新的 IPv4 地址池使用报告 -------

    -------------------------------------------------------------- 对于互联网行业相关的从业人员而言,时刻关注 IPv4 地址池的状态此类&q ...

随机推荐

  1. .NetCore多文件上传进度的示例

    主要讲的内容有: 1-----form方式上传一组图片 2-----ajax上传一组图片 3-----ajax提交+上传进度+一组图片上传 4-----Task并行处理+ajax提交+上传进度+一组图 ...

  2. day 22 面向对象 类与对象 名称空间操作

    一.面向对象 1.面向过程编程 核心是"过程"二字,过程指的是解决问题的步骤,即先干什么再干什么 基于该思想编写程序就好比在编写一条流水线,是一种机械式的思维方式. 优点:复杂的问 ...

  3. better-scroll

    better-scroll会将默认事件阻止掉,如果自己写的部分需要有点击事件,需要在参数里加上click:true. 同时,在PC上或某些手机端,由于未成功将touchend事件move掉,点击事件会 ...

  4. mybatis进行一对多时发现的问题总结

    1.定义一对多xml文件时,所有的resultMap中的column的值一定不要重复,否则mybatis会发生错误,如果有重名,定义别名,column中的名字一定要与查询出的名字一致,如: 52行的别 ...

  5. React Navigation基本用法

    /** * Created by apple on 2018/9/23. */ import React, { Component } from 'react'; import {AppRegistr ...

  6. ivew Tooltip

    在使用ivew的Tooltip时发生错位,添加属性transfer,避免受父样式影响 发生如上错误时,只需添加属性transfer无需赋值

  7. 使用__slots__ __str__ __iter__

    __slots__ 为了达到限制的目的,Python允许在定义class的时候,定义一个特殊的__slots__变量,来限制该class实例能添加的属性. __str__  用这个命令定义方法,可以返 ...

  8. 解决 Linux 桌面亮度调整不工作

    工作原因开始使用Ubuntu.桌面环境为GNOME,不过亮度调整和桌面环境没多大关系. 思路: 不管是GNOME还是Unity,都会尝试自己去接管亮度调整,也就是去 /sys/class/backli ...

  9. Linux 驱动——Button8(输入子系统)

    输入子系统由驱动层.输入子系统核心.事件处理层三部分组成.一个输入事件,如鼠标移动.键盘按下等通过Driver->Inputcore->Event handler->userspac ...

  10. vue+koa实现简单的图书小程序(3)

    实现一个今年过了多少天的组件的记录我们使用了原生的微信小程序开发文档里的组件 “Progress” 并不需要自己去写: https://developers.weixin.qq.com/minipro ...