linux下修改sysctl.conf:
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.eth0.use_tempaddr=0
net.ipv6.conf.default.use_tempaddr=0
windows下执行命令:
netsh interface ipv6 set privacy state=disable
标签:none
发布时间:March 6, 2019 // 分类: // No Comments
linux下修改sysctl.conf:
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.eth0.use_tempaddr=0
net.ipv6.conf.default.use_tempaddr=0
windows下执行命令:
netsh interface ipv6 set privacy state=disable
标签:none