M6Bone - IPv6 multicast network http://www.m6bone.net/ en M6Bone - IPv6 multicast network http://www.m6bone.net/IMG/ruboff0.gif http://www.m6bone.net/ Windows XP http://www.m6bone.net/article.php3?id_article=54 2004-04-05 16:29:42 OS configuration 1. You need first to install the Service Pack 1 2. You need ton install the IPv6 stack. Open a DOS command terminal and execute the following command: ipv6 install Jerome Durand Windows 2000 http://www.m6bone.net/article.php3?id_article=53 2004-04-05 16:27:48 OS configuration You need to download and install the IPv6 stack. http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp Specificity with IPv6 multicast AS specified in FAQ, you must specifiy a default route for multicast: First of all, write the command line: ipv6 if and retrieve the interface number with the global address Then, add the default route: ipv6 rtu ff00::/8 “your interface number” ex: ipv6 rtu ff00 ::/8 4 It’s recommanded (...) Jerome Durand Linux - RedHat http://www.m6bone.net/article.php3?id_article=52 2004-04-05 16:25:35 OS Configuration You can load the IPv6 module executing the following command: modprobe ipv6 To have the module loaded at startup, add the following line in the file /etc/sysconfig/network NETWORKING_IPV6=YES Jerome Durand BSD - Kame http://www.m6bone.net/article.php3?id_article=51 2004-04-05 16:23:57 OS Configuration You only need to install the BSD OS. Kame stack that has IPv6 support is installed by default. Details on FreeBSD installation and configuration : http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Jerome Durand