Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: cholzhauer on January 11, 2012, 11:07:06 AM

Title: Disable Privacy Extensions for OSx Lion
Post by: cholzhauer on January 11, 2012, 11:07:06 AM
Has anyone found a way to disable the privacy extensions for OSx Lion?
Title: Re: Disable Privacy Extensions for OSx Lion
Post by: rwg on January 11, 2012, 05:38:06 PM
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'