Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: ricveloso on February 23, 2011, 03:18:48 AM

Title: HE tunnel not working on Snow Leopard Mac OS
Post by: ricveloso on February 23, 2011, 03:18:48 AM
Hello,

For some reason i cannot make the tunnel to work, here's the script im using:

ifconfig gif0 create
ifconfig gif0 tunnel $localv4 $remotev4
ifconfig gif0 inet6 $localv6 $remotev6 prefixlen 128
route -n add -inet6 default $remotev6
ifconfig gif0 up
ip6 -a

since im behind a nat (netgear wgt624) im using private ip 192.168.8.2 in the localv4.

when i do "ping6 ipv6.google.com" and i do tcpdump, i can see the packets going out of my laptop, but i dont get any echo reply at all. I also tried to put the host in the DMZ but that didnt help at all. Im out of options here and any advice is welcome, thanks
Title: Re: HE tunnel not working on Snow Leopard Mac OS
Post by: cholzhauer on February 23, 2011, 04:59:59 AM
I've heard of some netgears that don't pass protocol41 traffic, even if your host is in the DMZ.  Is it also possible that your ISP is blocking it?

Are you running a firewall somewhere that might be blocking traffic?  Turn off every firewall and try again.  If that doesn't help, put your host in front of your netgear and see if that works
Title: Re: HE tunnel not working on Snow Leopard Mac OS
Post by: pickerin on February 23, 2011, 03:59:23 PM
It won't help you establish an HE IPv6 Tunnel, but you could install Miredo for OSX - http://www.deepdarc.com/miredo-osx/ (http://www.deepdarc.com/miredo-osx/)
I'm using it under Snow Leopard and it will get you to the IPv6 Internet in about 2 minutes.
Title: Re: HE tunnel not working on Snow Leopard Mac OS
Post by: Nobse on April 19, 2011, 02:33:37 AM
Quote from: pickerin on February 23, 2011, 03:59:23 PM
It won't help you establish an HE IPv6 Tunnel, but you could install Miredo for OSX - http://www.deepdarc.com/miredo-osx/ (http://www.deepdarc.com/miredo-osx/)
I'm using it under Snow Leopard and it will get you to the IPv6 Internet in about 2 minutes.

Just tried it, works for me, thanks!