IPv6 installation
Firstly, your have to go to start > run and there write "cmd" without quote. Now write in command line:
ipv6 install
just wait while it will be installed.
When it will be done, you will see notice "Succeeded".
No IPv6 protocol on your pc is installed, if you want to remove it, in command line just write:
ipv6 uninstall
If you want to connect to irc with IPv6 protocol, you have to create your own IPv6 tunnel. I recommend, you can create it at www.tunnelbroker.net.
I think this article is short, but about ipv6 installation and configuration i havent more information. So good luck.
If you have linux server, with Debian OS, under this line comes IPv6 configuration:
/etc/network/interfaces fail write:
auto sit0iface sit0 inet6 staticaddress {your 6to4 IPv6 address}netmask 48gateway {your 6to4 IPv6 gateway}
and give command: ifup sit0
Comments
No comments yet. Be first!