Is IPv6 connectivity supported on the Raspberry Pi? If yes, is it enabled by default/how do I turn it on?
|
There are no hardware limitations for IPv6 connectivity, only software must support it. On Arch distribution, IPv6 is enabled by default, so if you have a router with DHCPv6 or RA, you will automatically get connected to the IPv6 internet. Raspbian supports IPv6, but the kernel module is not loaded by default (which is a crying shame in the wake of recent developments). IPv6 can be enabled at run time by I would look into specific distributions' documentations to learn more about configuring IPv6 on the device. |
||||
|
|
|
No, in the recommended image (the Debian one, debian6-19-04-2012.zip), IPv6 is not present (neither in the kernel, nor in a module) despite what Tibor said.
You have to recompile the kernel. |
|||
|
The squeeze debian image, debian6-19-04-2012.zip, does not come with ipv6. There's a beta image out that is much more recent (and behaves much better for me in several other ways too), that does have IPv6. This is at http://www.raspberrypi.org/archives/1435 Using that image, IPv6 came up automatically on boot (on my network which already has IPv6 configured). |
|||
|
|
|
I just tested the wheezy version (thanks to Ben for the link) and I can confirm IPv6 is OK. I did a fast test with "Debian wheezy+Apache2+Wordpress" and is working properly... slow... but not to bad for testing purpose. If you like to check you can go to "http://myraspberry.farm-net.eu". If you have a dual stack client you can view your ip addresses. |
|||
|
|