Google-apper
Hovedmeny

Post a Comment On: Ken Shirriff's blog

"IPv6 killed my computer: Adventures in IPv6"

5 Comments -

1 – 5 of 5
Anonymous Ed Davies said...

Pedantically, it's protocol 41, not port 41, that's blocked. The protocol number is in the IP header. The port numbers are in the headers of the TCP or UDP packets which are payloads of the IP packet.

Still, well done for getting it working and thanks for telling about it.

What I'm wondering is if there are any cheap off-the-shelf routers that support IPv6 yet. I'll need another Wifi router or two soon and it seems silly to buy one which only supports IPv4. Ideal would be one that supports tunnelling as well.

February 26, 2011 at 12:05 PM

Blogger Ken Shirriff said...

You're right, Ed. I got port and protocol mixed up. I've fixed it.

I haven't looked into IPv6 routers yet; let me know if you find a good one.

February 26, 2011 at 12:12 PM

Blogger Martin said...

Congrats for getting it working.

If you keep encountering troubles with the tunnel end point on Windows, move the tunnel away to a dedicated system (something such as Linux or OpenBSD), have it advertise the IPv6 internet route and network, and enjoy the greatness of IPv6 autoconfiguration. :-)

February 27, 2011 at 12:05 AM

Blogger Duckbill said...

The reason you need

ip -6 addr add 2001:1938:2a9::1/64 dev eth0

is to create a route for 2001:1938:2a9:0000::/64 which says that that network is directly attached to eth0. (I have added the '0000' word in the address to emphasise how it is 'subnet 0000' of the 2001:1938:2a9::/48 network.)

Also it provides an address for other hosts on your ethernet to target as the router for the default route.

This /64 network is actually a subnet of the /48 network you routed with your other command

ip -6 route add 2001:1938:2a9::/48 dev lo

The /64 route is more specific than the /48 route, so is preferred for packets within 2001:1938:2a9::/64.

Packets for any other address in the /48 block will be routed to the loopback interface, which stops them being routed using the default route.

May 6, 2011 at 1:48 PM

Blogger John said...

To help answer Ed Davies question, I bought an Airport Extreme in the summer of 2010 and set it up to work with my Hurricane Electric tunnel. I had to do some research on the Internet to figure out how to configure it but once I figured it out everything's been running smoothly since. Now every computer in my house has IPv6 connectivity. I was also able to get my Airport Extreme to connect to the IPv6 Internet with 6to4 without any trouble other than an error message and a yellow blinking light which I think is safe to ignore.

August 23, 2011 at 6:34 PM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot