1

Every time I reboot my SBS 2008 server I have to manually enter in the gateway. How do I fix this?

Ben Pilbrow
  • 12,041
  • 5
  • 36
  • 57
Jordan
  • 11
  • 1

1 Answers1

1

It sounds like your issue is documented in KB973243. Download the hotfix that is listed in that article. You will also need to navigate to this registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Para meters\Interfaces\<Your NIC's GUID>\DefaultGateway and get rid of blank lines that exist. You may want to just delete all values and re-type your default gateway IP address making sure that no blank characters exist.

In summary:

  1. Install Hotfix
  2. Remove blanks from the registry key
  3. Reboot
Wesley
  • 32,690
  • 9
  • 82
  • 117