• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Disable Privacy Extensions for OSx Lion

Started by cholzhauer, January 11, 2012, 11:07:06 AM

Previous topic - Next topic

cholzhauer

Has anyone found a way to disable the privacy extensions for OSx Lion?

rwg

In a Terminal:

sudo sysctl -w net.inet6.ip6.use_tempaddr=0

To make it permanent:

sudo sh -c 'echo net.inet6.ip6.use_tempaddr=0 >> /etc/sysctl.conf'