Hello!
It has become very interesting to automate the configuration of ipv6 through a tunnel broker on Mac OS X 10.8.4
Maybe I went the hard way, but to configure it, you need to do the following
sudo ifconfig gif0 createsudo ifconfig gif0 tunnel YOU_IP_V4 216.66.84.46sudo ifconfig gif0 inet6 2001:470:1f14:32a::2 2001:470:1f14:32a::1 prefixlen 128sudo route -n add -inet6 default 2001:470:1f14:32a::1 I would like to write a script to create this, I never wrote scripts. I tried to solve the problem by googling, but the maximum I could: open the URL in the browser and get the IP :)
Help who than can.