Wednesday, February 9, 2011

SBS Server hangs at "Applying Computer Settings" after Disabling IPv6

I disabled IPv6 on an SBS 2008 server to resolve an issue with the Exchange 2007 NSPI RPC endpoint. Please see:

http://clintboessen.blogspot.com/2010/07/error-occurred-while-testing-nspi-rpc.html

After disabling IPv6 the server would hang at "Applying Computer Settings" for approximately 1 hour before finally booting.

If you ever disable IPv6 on an SBS2008 server you need to perform the following registry change!

1. Open Registry Editor and then the registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\

2. Double-click DisabledComponents entry. Create this entry if required.

3. In Create the new entry DWORD (32-bit) Value.

4. Type DisabledComponents, and then press ENTER.

5. Double-click to open DisabledComponents. Enter the value as "ffffffff" and then click OK.


This should do the trick. You will now be able to disable IPv6 and still boot into SBS2008.

Additional reading:

http://blogs.technet.com/b/sbs/archive/2008/10/24/issues-after-disabling-ipv6-on-your-nic-on-sbs-2008.aspx

5 comments:

  1. Thanks alot. worked perfect for me. Windows SBS 2011

    ReplyDelete
  2. http://blogs.technet.com/b/sbs/archive/2011/02/18/small-business-server-2011-slow-to-boot-and-several-services-fail-to-start.aspx

    Yes same thing happend to me in SBS 2011 after I disabled Ipv6 and rebooted. hence has to go in safe mode , do the registry and reboot again.

    That will fix the issue.

    Regards, Moz

    ReplyDelete
  3. You saved my sunday, thanks a million. Crappy Mickeysoft let's stop booting after disabling IPv6 -_-

    ReplyDelete