0

I can't seem to stop the IPv6 address being registered by our server. Does anyone know how?

This is causing slow browsing issues when browsing to spiceworks server using Internet Explorer.

The problem is due to Internet Explorer accessing spiceworks using an IPv6 address when it should be using a IPv4 address.

I've followed the instructions below on how to stop IPv6 addresses being registered, but that didn't help.

resolver101
  • 301
  • 3
  • 7
  • 17

2 Answers2

1

solved the answer by typing the following command "netsh interface 6to4 set state disabled". Not sure on the ramifications but its solved the immediate problem.

resolver101
  • 301
  • 3
  • 7
  • 17
0

Did you remove the AAAA record from DNS after you turned off IPv6?

If you've disabled it, it certainly won't be registering any more - but if DNS scavenging hasn't gotten rid of the entry, you'll still see issues from it.

Shane Madden
  • 114,520
  • 13
  • 181
  • 251