-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teredo安装失败,设备管理器和ipconfig都看不到 #7998
Comments
重置的时候有一项拒绝访问 C:\WINDOWS\system32>netsh interface ipv6 reset 正在重置 ,完成! C:\WINDOWS\system32> |
C:\WINDOWS\system32>netsh int teredo show state
|
问题解决了! @LucyyHH @lon91ong一些进展..HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters把DisabledComponents改成0, teredo就能打开了.但状态还一直是offline. 我再看看...终于把teredo参数的类型从disabled变为client了。 这时候teredo隧道适配器终于好了,xxnet也能正常使用了,感谢大佬提供的方法。 |
大神啊,我找了半天,终于找到了适合我电脑的方法,谢谢兄弟了。 |
以管理员权限打开命令提示符,输入命令
// 设置 teredo 服务器,默认为:win10.ipv6.microsoft.com
netsh interface teredo set state default server=default
// 重置 ipv6 配置
netsh interface ipv6 reset
重启系统
执行上述操作后在ipconfig里看不到任何关于Teredo的描述
Windows IP 配置
主机名 . . . . . . . . . . . . . : LAPTOP-093S6
主 DNS 后缀 . . . . . . . . . . . :
节点类型 . . . . . . . . . . . . : 混合
IP 路由已启用 . . . . . . . . . . : 否
WINS 代理已启用 . . . . . . . . . : 否
DNS 后缀搜索列表 . . . . . . . . : lan
以太网适配器 以太网 2:
媒体状态 . . . . . . . . . . . . : 媒体已断开连接
连接特定的 DNS 后缀 . . . . . . . :
描述. . . . . . . . . . . . . . . : Realtek PCIe GBE Family Controller #2
物理地址. . . . . . . . . . . . . : C8-D3-FF-
DHCP 已启用 . . . . . . . . . . . : 是
自动配置已启用. . . . . . . . . . : 是
无线局域网适配器 本地连接* 2:
媒体状态 . . . . . . . . . . . . : 媒体已断开连接
连接特定的 DNS 后缀 . . . . . . . :
描述. . . . . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
物理地址. . . . . . . . . . . . . : D0-57-7B-
DHCP 已启用 . . . . . . . . . . . : 是
自动配置已启用. . . . . . . . . . : 是
无线局域网适配器 WLAN:
连接特定的 DNS 后缀 . . . . . . . : lan
描述. . . . . . . . . . . . . . . : Intel(R) Dual Band Wireless-AC 7265
物理地址. . . . . . . . . . . . . : D0-57-7B-
DHCP 已启用 . . . . . . . . . . . : 是
自动配置已启用. . . . . . . . . . : 是
IPv4 地址 . . . . . . . . . . . . : 192.168.199.191(首选)
子网掩码 . . . . . . . . . . . . : 255.255.255.0
获得租约的时间 . . . . . . . . . : 2017年11月4日 11:35:20
租约过期的时间 . . . . . . . . . : 2017年11月4日 23:35:20
默认网关. . . . . . . . . . . . . : 192.168.199.1
DHCP 服务器 . . . . . . . . . . . : 192.168.199.1
DNS 服务器 . . . . . . . . . . . : 192.168.199.1
TCPIP 上的 NetBIOS . . . . . . . : 已启用
然后重新启用执行下面的操作一样没有反应
要重新启用 Teredo:
右键单击“开始”图标,然后选择“命令提示(管理)”。
在管理命令提示符下运行以下命令:
netsh interface Teredo set state type=default
郁闷,另外一台笔记本直接在xxnet打开ipv6就可以fan了
The text was updated successfully, but these errors were encountered: