Saturday, February 27, 2010

IPv6 at 150 kmph

Cool: IPv6 at 150 kmph ... in the train to Brussels. Thanks to KPN Mobile and my Nokia N97 combined with Teredo/Miredo on my Ubuntu. Result:

Let's check your IPv6 connectivity:

OK, you have IPv6 network connectivity. Your IPv6 address is 2001:0:53aa:64c:b6:14c1:4331:57e.

Congratulations: you have IPv6 name resolving, too. This means you have full IPv6 connectivity.

Thursday, February 25, 2010

Vigor 2130 supports IPv6 via DHCPv6 and TSPC

Cool: the Vigor 2130 broadband router from Draytek supports IPv6. The WAN-IPv6-connection can be established via Static IPv6, DHCPv6 and TSPC. See included screendump.

Uncool: the price: 119 Euro.




Sunday, February 14, 2010

NbIServ.de offers cheap vServers with IPv6

The German vServer / hosting provider NbIServ.de now offers IPv6. As their vServers start at 2.60 Euro per month, this is a great way to get an IPv6 enabled root server based on Debian, Ubuntu, Fedora, Suse or some other Linux.

One downside: most texts, including the output of the operating system (!), is in German.

IPv6 announcement here, the cheapest vServer with all options here.

Tuesday, February 2, 2010

Saturday, January 30, 2010

Free binary newsserver via Xsnews and IPv6

This is quite incredible: Xsnews offers free access to their binary newsservers over IPv6. I've measured downloads at linespeed (18 Mbps)! It's Xsnews' way to promote IPv6. It works much better than Eweka's and Xs4all's newszilla free IPv6 newsservice.


It's quite easy to get access: fill out your email address on http://www.xsnews.com/ipv6/ipv6_aanvraag.php , and then wait a few minutes for the mail to arrive with all information.
The information will look like

Hostname: reader.ipv6.xsnews.nl
Username: ipv6-12345
Password: aaa12345bb

Fill out that information in SABnzbd (www.sabnzbd.org) and start downloading! This works on Linux and Mac OS X with IPv6 enabled. If you haven't got IPv6 yet, use miredo.
It works automagically on Windows Vista and Windows 7 thanks to the built-in Teredo IPv6. On Windows XP you have to activate Teredo IPv6 yourself.

If you don't use SABnzbd but an other news downloader, you might need the IPv6 address of reader.ipv6.xsnews.nl, which is: 2a02:d28:5580:c::101:5

Happy downloading!

Tuesday, January 26, 2010

Cool: IPv6 directly connected to "1-wire" sensors


Cool! Someone has used IPv6 to give each "1-wire" sensor it's own IPv6 address and webserver. He has created an IPv6 stack in a microcontroller. Impressive.

See here: http://www.shapeshifter.se/2009/07/10/1-wire-meets-ipv6/

If you don't want to read the full article, here are the URLs for the sensors:


2001:16d8:ffe5:002:2894:eaf6:100:0c7

2001:16d8:ffe5:002:28c1:b4f6:100:035

2001:16d8:ffe5:002:2809:aef6:100:0ca

2001:16d8:ffe5:002:28c5:a5f6:100:058

2001:16d8:ffe5:002:2813:caf6:100:050


PS: you will get some XML code that will show things like temperature.

All the sensor results are presented in  http://www.lindberg.tl/

Friday, January 22, 2010

Transmission 1.80 released with "Improved IPv6 support" ... still no IPv6 webinterface

Bittorrent client Transmission version 1.80 has been released. The release notes (http://trac.transmissionbt.com/wiki/Changes#version-1.80) say "Improved IPv6 support" ... what would that mean? My hope is of course that the webinterface of Transmission is now IPv6-enabled.

Ubuntu Lucid Lynx (alpha 2) has Transmission 1.80, so I've run Lucid to see if the webinterface is indeed IPv6 enabled ...

But alas: the webinterface is not listening on the IPv6 interface. See tests below; first IPv4 (OK), then IPv6 (no connection).

More waiting before we can access Transmission's webinterface over IPv6. :-(





ubuntu@ubuntu:~$ lynx --dump http://192.168.1.36:9091/ | tail -5
  10. http://192.168.1.36:9091/transmission/web/#save
  11. http://192.168.1.36:9091/transmission/web/#cancel
  12. http://192.168.1.36:9091/transmission/web/#upload
  13. http://192.168.1.36:9091/transmission/web/#cancel
  14. about:blank
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ lynx --dump http://localhost:9091/ | tail -5
  10. http://localhost:9091/transmission/web/#save
  11. http://localhost:9091/transmission/web/#cancel
  12. http://localhost:9091/transmission/web/#upload
  13. http://localhost:9091/transmission/web/#cancel
  14. about:blank
ubuntu@ubuntu:~$


ubuntu@ubuntu:~$ lynx --dump http://ip6-localhost:9091/ | tail -5

Looking up ip6-localhost:9091
Making HTTP connection to ip6-localhost:9091
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://ip6-localhost:9091/
ubuntu@ubuntu:~$ lynx --dump http://[::1]:9091/ | tail -5

Looking up [::1]:9091
Making HTTP connection to [::1]:9091
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://[::1]:9091/
ubuntu@ubuntu:~$ lynx --dump http://[2001:0:53aa:64c:8:cf61:ad55:e84b]:9091/ | tail -5

Looking up [2001:0:53aa:64c:8:cf61:ad55:e84b]:9091
Making HTTP connection to [2001:0:53aa:64c:8:cf61:ad55:e84b]:9091
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://[2001:0:53aa:64c:8:cf61:ad55:e84b]:9091/
ubuntu@ubuntu:~$


ubuntu@ubuntu:~$ lynx --dump http://ipv6.google.com/  | tail -5
  14. http://ipv6.google.com/intl/en/ads/
  15. http://ipv6.google.com/services/
  16. http://ipv6.google.com/intl/en/about.html
  17. http://www.google.nl/
  18. http://ipv6.google.com/intl/en/privacy.html
ubuntu@ubuntu:~$