M6Bone - IPv6 multicast network http://www.m6bone.net/ en M6Bone - IPv6 multicast network http://www.m6bone.net/IMG/ruboff0.gif http://www.m6bone.net/ How to remove a temporary address on Windows XP http://www.m6bone.net/article.php3?id_article=41 2004-04-05 15:55:30 On Windows XP, the IPv6 stack is automatically configured with an IPv6 temporary address. This causes problems sometimes for IPv6 multicast. If you notice that you have two address (typing ipv6 if): one global and one temporary address, you must delete the temporary address: ipv6 -p gpu UseTemporaryAddresses no Then, reboot and verify that the temporary address has (...) Jerome Durand How to configure Windows XP firewall for IPv6 multicast http://www.m6bone.net/article.php3?id_article=40 2004-04-05 15:52:33 This section gives simple configuration statements for Windows XP. Simple way: netsh firewall set adapter Your_interface_name filtering=disable Smart way: netsh firewall set adapter Your_interface_name port Port_number=enable (...) Jerome Durand "IP_ADD_MEMBERSHIP: No such device" on Windows 2000 http://www.m6bone.net/article.php3?id_article=39 2004-04-05 15:49:37 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 to write this command in a “.bat” file. Be aware of the fact that you must run it every time you reboot your windows 2000 station and (...) Jerome Durand