我发现ipv6的链接本地地址是在win7中随机生成的,没有遵循eui-64标准。 然后我find了这个链接,并遵循其指南。
netsh interface ipv6 set global randomizeidentifiers=disabled netsh interface ipv6 set privacy state=disabled
但重启后,我发现链路本地地址仍然是随机生成的。 我怎么能让win7使用eui-64标准? 谢谢你的帮助!
以pipe理员模式打开命令提示符并运行以下命令:
netsh interface ipv6 set privacy state=disabled store=active netsh interface ipv6 set privacy state=disabled store=persistent netsh interface ipv6 set global randomizeidentifiers=disabled store=active netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
每个人都应该回答“好”。 如果您没有在pipe理员中启动命令提示符,则会显示所需的命令提示。
退出命令提示符,然后重新启动。
当您的计算机重新启动时,它应该使用路由器通告中给出的子网内的EUI-64(基于接口的MAC地址)自动configuration自身。