Options

IPv6: General Transmit Failure on a Domain Controller

DeathmageDeathmage Banned Posts: 2,496
Hey guys,

so this afternoon I had the joy of dealing with the 6to4 bug.

I kept getting a General Transmit failure on all of my DNS records for IPv6 being preferred and it was drive me insane.

I ended up having to search the bowls of google to find this solution that fixed the problem....

Performed this:


netsh int ipv6 isatap set state disabled
netsh int ipv6 6to4 set state disabled
netsh interface teredo set state disable

and then

netsh winsock reset

and then rebooted the server and now I can resolve IPv4 correctly, super annoying.
Sign In or Register to comment.