Hacker News new | past | comments | ask | show | jobs | submit login

Miredo? AYIYA? Yuck.

Just use HE.net's tunnelbroker and set up a 6in4 tunnel[1]. FWIW there was no color for me either when I connected via ipv6. Just the same message about different visitors as printed above. Just to be sure ran:

  telnet -6 towel.blinkenlights.nl

[1] http://www.shorewall.net/6to4.htm#SixInFour



Miredo/teredo is yuck indeed. ATIYA is not bad, I am not sure why you turn your nose to it. Practically it just adds 8 bytes to the headers compared to 6in4 yet is a lot easier to set up. Specifically, if you do not have a router that you control and that can do IPv6 and ip6tables, AYIYA is the easiest to set up and have a static address. I would not set it up for a server but for a small LAN it will be no different than 6in4.


I understand what you are saying, AYIYA is not as bad as miredo. But lets face it:

Router That You Control + IPv6 + ip6tables = Any Linux Box

It is even easier with:

Router That You Control + IPv6 + ip6tables + shorewall6 = Any Linux Box

Configuring the linux box is essentially as easy as appending the following to /etc/network/interfaces:

  ### IPv6

  auto he-ipv6

  iface he-ipv6 inet6 v4tunnel
        address  1234:987:1234:743::2
        netmask  64
        endpoint 209.51.161.14
        ttl      255
        gateway 1234:987:1234:743::1
        post-up sysctl -w net.ipv6.conf.all.forwarding=1
  
  
  iface eth1 inet6 static
        address 1234:567:8901:1::1
        netmask 64
Spend five minutes with /etc/shorewall6/shorewall6.conf and you are done. Granted my mom is not going to do that but for anyone on HN that should be a walk in the park.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: