To disable privacy addressing, add the following to /etc/sysctl.conf , then restart the system...
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.default.use_tempaddr=0
To enable (or restore Ubuntu 12.04 default)...
net.ipv6.conf.all.use_tempaddr=2
net.ipv6.conf.default.use_tempaddr=2
0 comments:
Post a Comment