IPv6 support in remoting

v2.0 for the .net framework adds IPv6 support to .net remoting. In v2.0 you can use the bindTo property on channels to bind your server channel to IPv6 addresses. To enable this functionality you need to turn on ipv6 support in machine.config for system.net. As remoting internally using System.Net sockets its required that Ipv6 be enabled for system.net.