跳至主要内容

解决“Win 10 ipv6无网络权限/无Internet连接权限”问题


高校校园网有一个好处就是可以自由使用ipv6上各种BT、PT,然而ipv6由于商用不广泛,各种ipv6解决方案不规范,导致各种使用问题。
我最近遇到的问题:从Win 8.1升级Win 10后,ipv6就出现了无网络权限
经过试验,发现核心解决方案,仅仅是使用CMD或者Windows Power Shell执行网络配置命令即可:
ipconfig /renew6
该命令的作用就是重新获取ipv6地址,或者说是一种强制刷新。
该命令适用情况:
1.以前可以用ipv6,或者同局域网用户可以使用ipv6,但是你的电脑不行。(的确有ipv6网络,但是未知原因你用不了)
2.你的电脑使用过ipv6,或者使用高版本系统(windows 7及以后),电脑中预装有ipv6协议以及客户端。(之后详述)
3.你用的是Win 10,这极大可能让你的ipv6出现问题。(这是可能情况,但是不是必须)
如何检查是否满足条件:
1.“Windows + X”,选择“命令提示符(管理员)”或者“Windows PowerShell(管理员)”
2.输入 “ipconfig /all”并回车,查看所有网络适配器运行状况,尤其是“隧道适配器 Teredo Tunneling Pseudo-Interface”,确认其具有iPv6地址(是数字开头,一般是2001数字开头类型的四位数,注意不是“本地链接iPv6地址”)。如果没有隧道适配器和iPv6等关键字,很可能你没有安装iPv6相关网络驱动,这是请百度“安装iPv6”。
3.如果“以太网适配器”或者“无线网卡”没有类似2001开头的“iPv6地址”(注意不是“本地链接 IPv6 地址”),但是“隧道适配器 Teredo Tunneling Pseudo-Interface”具有“IPv6 地址”(类似2001以数字开头)和“本地链接 IPv6 地址”(类似fe80以字母开头),那就表示【你很有可能通过下面步骤获得iPv6网络权限】。
4.输入“netsh int teredo show state”并回车,该命令是查看“隧道适配器 Teredo Tunneling Pseudo-Interface”的工作状态,一般Windows默认采用该适配器进行iPv6配置。确认“状态”是dormant / qualified(表示已连接服务器并获得 IPv6 地址)。如果“状态”是offline,则表示没有连接服务器,此时需要重置Teredo适配器,请自行百度“Teredo适配器设置”。

Teredo参数显示结果
如果以上检查做完,你发现自己有已连接服务器并获得 IPv6 地址,但是“以太网状态》iPv6连接:无网络权限”,那接下来我们要做的就是让明明有的iPv6地址正常工作起来。方法如下:
1.“Windows + X”,选择“命令提示符(管理员)”或者“Windows PowerShell(管理员)”
2.输入“ipconfig /renew6”并回车,稍等几秒到一分钟,iPv6连接即可变为:Internet。
ipconfig /renew6的作用就是强制刷新iPv6连接,这样出现问题的iPv6连接会重新检查,并连接上本已获取的iPv6地址。

如何解决“iPv6无Internet连接权限”问题

该问题常伴随的现象是,在“以太网 状态》详细信息》获得租约的时间/租约过期的时间”这个时间已经超过,但是系统并没能重新获取到新的iPv6地址(这个和DHCP有关,但我不清楚如何设置),那我们的目的就是重新获取iPv6地址。
该问题适用的情况:
1.iPv6每过几天就不能用了,之前可以,但现在不行,如果重启电脑,就又可以了。
2.具有“ipv6无网络权限”问题的电脑,通过“ipconfig /renew6”后,常常具有该问题。
3.电脑经常不关机,刚开机能用,过几天就不能用了,每天都关机的电脑很少出现该状况。
如何检查是否满足条件:
1.“Windows + X”,选择“命令提示符(管理员)”或者“Windows PowerShell(管理员)”
2.输入 “ipconfig /all”并回车,查看是否具有iPv6地址(类似2001开头),如果有则查看当前时间是否已超过“租约过期的时间”(iPv6地址下方),如果超过,这说明符合我们说的情况,没有获取到当前有效的iPv6地址。如果没超过,则不满足我们所述情况,可能是网络服务器本身有问题。
3.也可以在“以太网 状态》详细信息》获得租约的时间/租约过期的时间”中查看是否具有iPv6地址和是否超过租约时间。
解决方法:
1.“Windows + X”,选择“命令提示符(管理员)”或者“Windows PowerShell(管理员)”
2.输入“ipconfig /release6“并回车,释放iPv6地址(丢弃已过期的iPv6地址)
3.输入“ipconfig /renew6”并回车,稍等几秒到一分钟,iPv6连接即可变为:Internet。
该方法可以很好的解决iPv6地址过期带来的无Internet连接权限问题,但是也带来了一个新的问题:

租约时间过期后,系统并不会自动获取新的可以用iPv6地址,需要我们强制刷新获取,要么每次过期都手动刷新,要么定时刷新。

该问题的解决思路就是让系统自动刷新iPv6地址,减少我们的麻烦,实际操作就是让系统定时执行release6和renew6的命令。
这里可以参考Windows的“任务计划程序”,也就是满足条件后即执行某些程序或任务。
优化方案:
1.在桌面新建文本文档txt,输入ipconfig /release6和ipconfig /renew6并保存(注意:要分作两行,每句结束后回车),并改名为“iPv6.bat”,将其存入C盘根目录。
2.“Windows + X”,选择“计算机管理”》系统工具》任务计划程序,在右侧选择“创建任务”;
3.名称:ipv6每日定时更新(可以随便起,便于管理和示意即可);
4.描述:用于对应Win10 ipv6自动获取地址错误(说明情况即可);
5.选择“不管用户是否登陆都要运行”(这样电脑不关机、锁屏都可以自动更新iPv6地址);
6.上方“触发器”》新建》频率:每天》开始时间:6:00:00(任何时间都可以,越早越好)
7.上方“操作”》新建》启动程序》浏览》选择刚才“iPv6.bat”》确定;
8.上方“设置”》选中“如果过了计划开始时间,立即启动任务”(保证了开机时间晚于设置时间,系统也会强制获取iPv6地址,不用手动输入命令);
9.点击下方”确定“,输入密码(如果有,记住是账号密码,不是PIN码);
这样,每天的6点,系统就会强制刷新iPv6地址,如果开机时间晚于六点,则开机后系统自动执行刷新任务。

Popular posts from 产品随想的博客

《逢いたくていま》──仁医主题曲

原始链接: 听歌学日语 | 唱哭很多人的《逢いたくていま》 あ いたくていま - MISIA 现在好想见你- MISIA 初 はじ めて 出会 であ った 日 ひ のこと  覚 おぼ えてますか 第一次相遇的那天 你是不是还记得呢?   過 す ぎ 行 ゆ く 日 ひ の 思 おも い 出 で を  忘 わす れずにいて 那些过去日子的回忆 我一直没有有忘记   あなたが 見 み つめた  全 すべ てを  感 かん じていたくて 凝视着你 这一切的全部 我都想要感觉   空 そら を 見上 みあ げた 抬头仰望天空   今 いま はそこで  私 わたし を  見守 みまも っているの? 你到现在是否还在那里守护着我?   教 おし えて… 请你告诉我 今 いま   逢 あ いたいあなたに 现在好想见你 伝 つた えたい 事 こと がたくさんある 有好多想要告訴你的事情   ねえ  逢 あ いたい  逢 あ いたい 呐 好想见你 好想见你   気 き づけば  面影 おもかげ   探 さが して  悲 かな しくて 如果能注意到的话 你的面容 是在寻找着 还是悲伤着 どこにいるの?  抱 だ きしめてよ 到底在哪里呢? 好想抱紧你 私 わたし はここにいるよ ずっと 我 会一直在这里 一直等你 もう 二度 にど と 逢 あ えないことを  知 し っていたなら 如果能早点知道 已经再也无法相见   繋 つな いだ 手 て をいつまでも  離 はな さずにいた 我会牵在一起的手 永远都不会放开   『ここにいて』と そう 素直 すなお に  泣 な いていたなら 如果当初诚实哭泣地告诉你『留在我身边』的话   今 いま もあなたは  変 か わらぬまま 现在的你是否也依然不变地   私 わたし の 隣 とな りで ...

Interview with Steve Jobs, WGBH, 1990

Interviewer: what is it about this machine? Why is this machine so interesting? Why has it been so influential? Jobs: Ah ahm, I'll give you my point of view on it. I remember reading a magazine article a long time ago ah when I was ah twelve years ago maybe, in I think it was Scientific American . I'm not sure. And the article ahm proposed to measure the efficiency of locomotion for ah lots of species on planet earth to see which species was the most efficient at getting from point A to point B. Ah and they measured the kilocalories that each one expended. So ah they ranked them all and I remember that ahm...ah the Condor, Condor was the most efficient at [CLEARS THROAT] getting from point A to point B. And humankind, the crown of creation came in with a rather unimpressive showing about a third of the way down...

犀流研习班第十期001-2讲听课笔记

一. 杂谈   1. Max  逼真的效果图和视频   2. SU  显示模式,费力可以作出好看的效果图   3. Maya  支持Nurbs,但不快捷,对CAD导出也不方便

产品随想 | 周刊 第69期:Do not go gentle into that good night

Products Windows Apps That Amaze Us   https://amazing-apps.gitbook.io/windows-apps-that-amaze-us/ 令人精细的Windows App 文物出版社   https://book.douban.com/press/2456/ 这是一个宝藏出版社,出品书籍质量非常高,大开眼界 blind   https://www.teamblind.com/ 老外的匿名职场社交工具,挺有意思,看看硅谷的meme 中国科学技术大学测速网站   https://test.ustc.edu.cn/ 看着还不错,挺靠谱的 底层代码是LibreSpeed   https://github.com/librespeed/speedtest 能不能好好说话?   https://github.com/itorr/nbnhhsh 也是我的一个痛点 Tree Style Tab (aka TST)   https://github.com/piroor/treestyletab 一个超强的浏览器扩展插件,树状呈现浏览器标签 Failory Pitch Decks   https://www.failory.com/pitch-deck 超级多的融资计划投资板,Pitch Book AutoCut   https://github.com/mli/autocut 用文本编辑器剪视频 全网漫游指南   https://tagly.notion.site/tagly/a333efd8c3e54e12b123acd541e8d3e6 数字时代的指引,希望他们成功 IT eBooks   https://it-ebooks.info/ IT书籍下载 ToastFish   https://github.com/Uahh/ToastFish 一个利用摸鱼时间背单词的软件。 利用Win10通知栏,出现、背单词 Ideas 沈向洋:IDEA 如何找到创新的「甜区」   https://mp.weixin.qq.com/s/OlI5VUxQKU_ijWZClQCG0Q AIGC How Did Nor...

产品随想 | 周刊 第115期:2024.5.16 Great libraries build communities

Loop   https://github.com/MrKai77/Loop Loop is a macOS app that simplifies window management for you! 我的电视 my-tv   https://github.com/lizongying/my-tv 我的电视 电视直播软件,安装即可使用 When we think about this technology, we need to put human dignity, human well-being—human jobs—in the center of consideration. ————Fei-Fei Li Author Talks: Dr. Fei-Fei Li sees ‘worlds’ of possibilities in a multidisciplinary approach to AI   https://www.mckinsey.com/featured-insights/mckinsey-on-books/author-talks-dr-fei-fei-li-sees-worlds-of-possibilities-in-a-multidisciplinary-approach-to-ai Randy Ubillos   https://apple.fandom.com/wiki/Randy_Ubillos Randall Hayes "Randy" Ubillos is the original software engineer behind Adobe Premiere and Final Cut Pro. 影响全球视频制作的男人, Reminders MenuBar   https://github.com/DamascenoRafael/reminders-menubar Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source. Bad libraries build colle...

产品爱好者周刊 第36期:走进Linux

Products OpenShot   https://github.com/OpenShot/openshot-qt OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows 开源的视频剪辑工具,跨平台 Run   https://github.com/The-Run-Philosophy-Organization/run 润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例 Dozer   https://github.com/Mortennn/Dozer Hide menu bar icons on macOS ThisIsWin11   https://github.com/builtbybel/ThisIsWin11 Win11的隐私保护 RoundedTB   https://github.com/torchgm/RoundedTB Add margins, rounded corners and segments to your taskbars! Droptop Four   https://github.com/Droptop-Four/Basic-Version Droptop Four is the fourth iteration of the popular dropdown app launcher for Windows & Rainmeter. LibreTube   https://github.com/Libre-tube/LibreTube An alternative frontend for YouTube, for Android. nheko   https://github.com/Nheko-Reborn/nheko Quaternion   https://github.com/quotient-im/Quaternion 多平台的Matrix客户端 FluffyChat   https://fluffychat.im/ Phone端的Matrix...

Apple's One-Dollar-a-Year Man, By Steve Jobs, 2000

(FORTUNE Magazine) – Now that Steve Jobs has showed his hand on Apple's Internet and system software strategies and dropped the "interim" from his title, other questions loom. He's always denied it, but isn't it true that his old company, Next, did wind up taking over Apple? Will there ever be an encore to the 15-year-old Macintosh? Short of that, does Apple have any plans to jump into the "Internet appliance" fray? Will Apple ever build computers for business people again? And what, pray tell, does Steve think of all these young Internet zillionaires? Let's ask. Practically every technology that your old company, Next, possessed when Apple acquired it in 1997 is now being used by Apple in some strategic way. This must seem like sweet vindication.  The thing about Next was that we produced something that was truly brilliant for an audience that our heart really wasn't into selling to--namely, the enterprise. I suppose if you were wr...

产品随想 | 周刊 第43期:历史上的今天

Products Huberman Lab   https://hubermanlab.com/ 一款聚焦于健康的播客 今日热榜   https://tophub.today/ 聚合展示,国内各热门榜单,对跟进热点非常有帮助,热点运营的好帮手 SketchyBar   https://github.com/FelixKratz/SketchyBar A highly customizable macOS status bar replacement Mac菜单栏定制 自定义程度很高,看作者展示的案例,暂时没想出这样的好处(不过应用本身的编辑,确实也没啥意义)生命在于折腾吧! Thanks-Mirror   https://github.com/eryajf/Thanks-Mirror 整理记录各个包管理器,系统镜像,以及常用软件的好用镜像,Thanks Mirror。 Musicn   https://github.com/zonemeen/musicn 一个下载高品质音乐的命令行工具,音乐来源: 咪咕 Planet Minecraft A creative Minecraft community fansite sharing maps, minecraft skins, resource packs, servers, mods, and more. 里面有很多动人的故事 可能是世界上最大的Minecraft社区,从2010年至今 The Uncensored Library   https://www.uncensoredlibrary.com/en blockworks   https://www.blockworks.uk/ "Distinctive maps for Minecraft that have educated players and risen to the level of art" 游戏也可以让人有更高的实现,而不仅仅是沉迷其中,国外游戏厂商比我们做的好太多 Minecraft_Memory_Bypass_GUI   https://github.com/xingchuanzhen/Minecraft_Memory_Bypass_GUI 绕过Minecraft...

Steve Jobs: `There's Sanity Returning', 1998

Nobody can doubt the charisma of Steven P. Jobs. The interim CEO of Apple Computer Inc., who returned to the company last July after his ignominious 1985 ouster, has brought back his legendary vision, impatience, and infectious passion for the Macintosh. Jobs spoke to Business Week Correspondent Andy Reinhardt in Apple's stark, fourth-floor boardroom, just after the company rolled out its new software strategy on May 11. Note: This is an extended, online-only version of the Q&A that appears in the May 25, 1998, issue of Business Week. Q: Now that you've introduced the new, bold-looking iMac, are you going to do some radically different products? A: There's a lot of talk about such things -- about handhelds, set-top boxes. A lot of computer companies have been searching for a consumer product. My view is that the personal computer has been the most successful consumer product of the last 10 years. What we have to do, what the industry stopp...

有关密码学 Cryptography

% Crypto 101 % CUI Hao 密码学 Cryptography 加密 :军事、商业保密、身份认证、日记... 计算机出现前:加密 人类语言文字 。 计算机出现后:加密比特流(ASCII文本、网络协议) 古典替换式密码 凯撒密码 文本中每个字母在字母表上后移 k 个位置。 ATTACK -> DWWDFN (k=3) IBM -> HAL (k=-1) 改进 重新排列 字母表(单字母替换): alphabet: ABCDEFGHIJKLMNOPQRSTUVWXYZ map to: RCPWUXNQBZFMYTLIEGVDJOAKHS example: ATTACK -> RDDRPF "密码组合"有 26! 种之多。 维吉尼亚密码 每k个字母一组,与长度k的密码做 加法 : ATTACKATDAWN (plaintext) + LEMONLEMONLE (key: LEMON) = LXFOPVEFRNHR (ciphertext) 多个字母的凯撒密码。 替换式密码 substitution cipher 单字母替换/多字母替换/密码本... 加密算法:映射 密码:描述映射关系 解密算法:反过来映射 另一种设计方案 也许是中国人发明的吧: 群书万卷常暗诵, 主人顾盼千金重。 药物楚老渔商市, 丸剑跳踯霜雪浮。 移位式密码 ( transposition cipher ) 列移位密码 按密码重新排列文本各列,然后竖着读出来: KEY: 6 3 2 4 1 5 TEXT: W E A R E D     CT:     I S C O V E ==> EVLNEACDTKESEAQROFOJDEECUWIREE     R E D F L E     E A T O N C     E Q K J E U     (WE ARE DISCOVERED. FLEE AT ONCE) ...