Windows Vista Forums

SBS 2008 keeps losing default gateway
  1. #1


    Neil Rashbrook Guest

    SBS 2008 keeps losing default gateway

    Strangely enough "route print" shows a default route, but the default
    gateway is missing in the network connection properties, and I have to
    manually reenter it to restore Internet connectivity. Anyone got any
    ideas what's up?



    Possibly related is that the Internet router actually tries to proxy ARP
    for all IP addresses, which rather confused the configuration wizard.

      My System SpecsSystem Spec

  2. #2


    Chris Puckett [MSFT] Guest

    Re: SBS 2008 keeps losing default gateway

    If it happens again, open regedit, navigate to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<GUID>\DefaultGateway

    and double click the DefaultGateway value.

    See if there is a blank line before the actual default gateway IP.

    If so, it is most likely the issue in KB 973243.

    973243 The default gateway is missing on a computer that is running Windows
    Server 2008 or Windows Vista after the computer restarts if the default
    gateway is set by using the Netsh command
    http://support.microsoft.com/default...b;EN-US;973243

    You can install that update to prevent it from happening in the future.

    --
    Chris Puckett

    This posting is provided "AS IS" with no warranties, and confers no rights.



    "Neil Rashbrook" <neil@newsgroup> wrote in message
    news:#jz6wya1KHA.224@newsgroup

    > Strangely enough "route print" shows a default route, but the default
    > gateway is missing in the network connection properties, and I have to
    > manually reenter it to restore Internet connectivity. Anyone got any ideas
    > what's up?
    >
    > Possibly related is that the Internet router actually tries to proxy ARP
    > for all IP addresses, which rather confused the configuration wizard.

      My System SpecsSystem Spec

  3. #3


    Neil Rashbrook Guest

    Re: SBS 2008 keeps losing default gateway

    Chris Puckett [MSFT] wrote:

    > If it happens again, open regedit, navigate to
    > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<GUID>\DefaultGateway
    >
    >
    > and double click the DefaultGateway value.
    >
    > See if there is a blank line before the actual default gateway IP.
    >
    > If so, it is most likely the issue in KB 973243.
    >
    > 973243 The default gateway is missing on a computer that is running
    > Windows Server 2008 or Windows Vista after the computer restarts if
    > the default gateway is set by using the Netsh command
    > http://support.microsoft.com/default...b;EN-US;973243
    >
    > You can install that update to prevent it from happening in the future.
    Thanks, this does indeed look like the problem. However the Microsoft
    website only offers a Vista hotfix. As a workaround, can I simply
    correct the default gateway setting in regedit?

      My System SpecsSystem Spec

  4. #4


    Susan Bradley Guest

    Re: SBS 2008 keeps losing default gateway

    Neil Rashbrook wrote:

    > Chris Puckett [MSFT] wrote:
    >

    >> If it happens again, open regedit, navigate to
    >> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<GUID>\DefaultGateway
    >>
    >>
    >> and double click the DefaultGateway value.
    >>
    >> See if there is a blank line before the actual default gateway IP.
    >>
    >> If so, it is most likely the issue in KB 973243.
    >>
    >> 973243 The default gateway is missing on a computer that is
    >> running Windows Server 2008 or Windows Vista after the computer
    >> restarts if the default gateway is set by using the Netsh command
    >> http://support.microsoft.com/default...b;EN-US;973243
    >>
    >> You can install that update to prevent it from happening in the future.
    >
    > Thanks, this does indeed look like the problem. However the Microsoft
    > website only offers a Vista hotfix. As a workaround, can I simply
    > correct the default gateway setting in regedit?
    Vista 64 = SBS 2008

    It's the same code. Install it.

      My System SpecsSystem Spec

  5. #5


    Chris Puckett [MSFT] Guest

    Re: SBS 2008 keeps losing default gateway

    As Susan said, it's the same codebase so even though the hotfix says Vista
    it also applies to Windows 2008/SBS 2008. You can still want to fix it
    manually. The hotfix fixes netsh so that the default gateway will not be
    written into the registry like that again.

    By any chance did you change routers or change the nic from DHCP to a static
    IP or static to DHCP?

    --
    Chris Puckett

    This posting is provided "AS IS" with no warranties, and confers no rights.



    "Susan Bradley" <sbradcpa@newsgroup> wrote in message
    news:usAJLll1KHA.5972@newsgroup

    > Neil Rashbrook wrote:

    >> Chris Puckett [MSFT] wrote:
    >>

    >>> If it happens again, open regedit, navigate to
    >>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<GUID>\DefaultGateway
    >>>
    >>> and double click the DefaultGateway value.
    >>>
    >>> See if there is a blank line before the actual default gateway IP.
    >>>
    >>> If so, it is most likely the issue in KB 973243.
    >>>
    >>> 973243 The default gateway is missing on a computer that is running
    >>> Windows Server 2008 or Windows Vista after the computer restarts if the
    >>> default gateway is set by using the Netsh command
    >>> http://support.microsoft.com/default...b;EN-US;973243
    >>>
    >>> You can install that update to prevent it from happening in the future.
    >>
    >> Thanks, this does indeed look like the problem. However the Microsoft
    >> website only offers a Vista hotfix. As a workaround, can I simply correct
    >> the default gateway setting in regedit?
    > Vista 64 = SBS 2008
    >
    > It's the same code. Install it.

      My System SpecsSystem Spec

  6. #6


    Neil Rashbrook Guest

    Re: SBS 2008 keeps losing default gateway

    Chris Puckett [MSFT] wrote:

    > As Susan said, it's the same codebase so even though the hotfix says
    > Vista it also applies to Windows 2008/SBS 2008. You can still want to
    > fix it manually. The hotfix fixes netsh so that the default gateway
    > will not be written into the registry like that again.
    Thanks, I will install the hotfix next time I reboot the server.

    > By any chance did you change routers or change the nic from DHCP to a
    > static IP or static to DHCP?
    The nic would have been DHCP to start with but I used the Connect to the
    Internet wizard to change it to a static IP.

      My System SpecsSystem Spec

  7. #7


    Chris Puckett [MSFT] Guest

    Re: SBS 2008 keeps losing default gateway

    Okay, thanks.

    --
    Chris Puckett

    This posting is provided "AS IS" with no warranties, and confers no rights.



    "Neil Rashbrook" <neil@newsgroup> wrote in message
    news:ukBNrGn1KHA.3744@newsgroup

    > Chris Puckett [MSFT] wrote:
    >

    >> As Susan said, it's the same codebase so even though the hotfix says
    >> Vista it also applies to Windows 2008/SBS 2008. You can still want to
    >> fix it manually. The hotfix fixes netsh so that the default gateway will
    >> not be written into the registry like that again.
    >
    > Thanks, I will install the hotfix next time I reboot the server.
    >

    >> By any chance did you change routers or change the nic from DHCP to a
    >> static IP or static to DHCP?
    >
    > The nic would have been DHCP to start with but I used the Connect to the
    > Internet wizard to change it to a static IP.

      My System SpecsSystem Spec

  8. #8


    Shaun OSullivan Guest

    Gateway fix has caused printing control panel to stop working

    I had this problem last week on a Dell 2008 SBS Server.

    The hotfix worked, after 2 reboots, and solved the default gateway problem.

    However, as a consequence, I can now no longer access Printers or Network and Sharing Centre.

    If you try to open either, it just takes forever, but doesn't ever error. You just have to close the window down.

    It does mean we can't add/manange printers now.

    Any clues/ideas/help would be appreciated, it's driving me mad.



    Chris Puckett [MSFT] wrote:

    If it happens again, open regedit, navigate
    06-Apr-10

    If it happens again, open regedit, navigate to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<GUID>\DefaultGateway

    and double click the DefaultGateway value.

    See if there is a blank line before the actual default gateway IP.

    If so, it is most likely the issue in KB 973243.

    973243 The default gateway is missing on a computer that is running Windows
    Server 2008 or Windows Vista after the computer restarts if the default
    gateway is set by using the Netsh command
    http://support.microsoft.com/default...b;EN-US;973243

    You can install that update to prevent it from happening in the future.

    --
    Chris Puckett

    This posting is provided "AS IS" with no warranties, and confers no rights.

    Previous Posts In This Thread:


    Submitted via EggHeadCafe - Software Developer Portal of Choice
    BizTalk Repeating Structures Table Looping and Table Extract
    http://www.eggheadcafe.com/tutorials...g-structu.aspx

      My System SpecsSystem Spec

  9. #9


    Shaun OSullivan Guest

    Resolved.

    Just to follow this up.

    Removing the Hotfix has resolved the problem, without re-introducing the Default Gateway issue.



    Shaun OSullivan wrote:

    Gateway fix has caused printing control panel to stop working
    11-Apr-10

    I had this problem last week on a Dell 2008 SBS Server.

    The hotfix worked, after 2 reboots, and solved the default gateway problem.

    However, as a consequence, I can now no longer access Printers or Network and Sharing Centre.

    If you try to open either, it just takes forever, but doesn't ever error. You just have to close the window down.

    It does mean we can't add/manange printers now.

    Any clues/ideas/help would be appreciated, it's driving me mad.

    Previous Posts In This Thread:


    Submitted via EggHeadCafe - Software Developer Portal of Choice
    WPF Datagrid as ComboBox Dropdown Part 2
    http://www.eggheadcafe.com/tutorials...-combobox.aspx

      My System SpecsSystem Spec

SBS 2008 keeps losing default gateway problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Share Default Gateway MM SBS Server 2 17 Mar 2010
SBS 2008: Losing Default Gateway nordberg SBS Server 6 04 Nov 2009
Default Gateway Ajju Network & Sharing 7 23 May 2009
0.0.0.0 default gateway problem Shamrock17 Vista General 3 23 Aug 2008
Default Gateway xfix Vista networking & sharing 1 14 Apr 2008