Hi there.
I'm at a bit of a loss. I used these instructions:
http://pugio.net/2009/01/enable-ipv6-on-mac-os-x-the-tu.htmlon both my old G3 PowerBook running 10.4.11 and on my eMac running 10.5.8
Both seemed to work, (ifconfig revealed a configured gif0 interface) except that ping6 would complain of being unable to resolve the host.
I guessed that maybe my router wasn't passing protocol 41 (although, i'd enabled ICMP, and the tunnel creation page thought all was well) and put my laptop in DMZ.
No change.
Then, I noticed that the inet6 my laptop had under en1 was not the same as the one i'd configured for gif0, and tried changing it via the GUI. ping6 ceased complaining that it couldn't resolve, but had 100% packet loss (trying both pugio.net and ipv6.google.com)
Same thing happened on the eMac
eMac's ifconfig output, prior to manually configuring the IPv6 address: (note, after configuring it, en0 had no inet6 entry at all)
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80::20a:95ff:fe8a:f836%gif0 prefixlen 64 scopeid 0x2
inet6 2001:470:c:b79::bad:cafe prefixlen 64
inet6 2001:470:c:b79::2 --> 2001:470:c:b79::1 prefixlen 128
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.1.69 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::20a:95ff:fe8a:f836%en0 prefixlen 64 scopeid 0x4
ether 00:0a:95:8a:f8:36
media: autoselect (100baseTX <full-duplex>) status: active
supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP
<full-duplex> 10baseT/UTP <full-duplex,flow-control> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX
<half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,flow-control> 100baseTX <full-duplex,hw-loopback>
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030
lladdr 00:0a:95:ff:fe:8a:f8:36
media: autoselect <full-duplex> status: inactive
supported media: autoselect <full-duplex>
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:0d:93:82:f9:f6
media: autoselect (<unknown type>) status: inactive
supported media: autoselect
I'm not sure how to proceed, at this point. Anyone got some ideas?