# IPv6 using a 6to4 tunnel to the internet (from 38.107.191.106)
# Generated at http://debian6to4.gielen.name/
auto tun6to4
iface tun6to4 inet6 v4tunnel
pre-up modprobe ipv6
address 2002:266b:bf6a::1
netmask 16
gateway ::192.88.99.1
endpoint any
local 38.107.191.106
# If you have an IPv6-capable firewall (and you really should have one),
# it can be enabled by using an "up" rule, such as the example below.
# up /usr/local/sbin/ipv6firewall.sh tun6to4
This page can help you to get your computer on the IPv6 network without support from your provider. The only requirements are a "real" IPv4 address and a Debian-based Linux distribution. I've tested it with Debian and Ubuntu, and it should work with any distribution that uses Debians network script. Let me know if you have tried it on any other distribution at casper@gielen.name. Your distribution must support IPv6, but all recent distributions do, so don't worry about this.
ifup tun6to4
ping6 www.ipv6.org.