Yesterday arrived my Raspberry Pi, I’m thinking about making some appliances just for fun. I’ll prepare some ready to burn SD images with the appliances.
The first one is a IPv6 tunneling router. Some minutes after you plug this RaspberryPi in your network you’ll have IPv6 conectivity in your network, just plug and play ;)
I’ll be using IPv6 autoconfiguration and tunneling. So, it’s not really complicated.
The first problem ahead is Raspberry Pi Debian’s kernel doesn’t have IPv6 sopport. I had to compile a new one.
If you need IPv6 support in your raspberry you can download it from: http://www.millaguie.net/misc/kernel_raspberrypi_ipv6.tar.gz , you have to decompress it on your root filesystem, but please, make backups before.