With Debian it is relative easy to setup ipv6 using aiccu.
This can be done using the following steps (assuming you already have an account at www.sixxs.net):
install aiccu
sudo apt-get install aiccuedit de
/etc/network/interfacesadd the following entries:auto sixxs iface sixxs inet6 manual up ip link set mtu 1480 dev $IFACE pre-up invoke-rc.d aiccu start post-down invoke-rc.d aiccu stopdisable the automatic start of aiccu
sudo update-rc.d aiccu disablebring the interface up using the command
sudo ifup sixxs