Me too :-(
I've been having exactly the same problem over the last couple of weeks. I have 2 gateways to the internet and a web proxy. I notice occasionally that ssl connections fail and skype etc show as disconnected.
I am not using DHCP for this machine, although I do have a DHCP server on my network.
I have recently noticed that my gateways have been dropping off. I am actually in that state now and this is what my ipconfig tells me:
Code:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : clovernet
IP Address. . . . . . . . . . . . : 192.168.205.190
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter Local Area Connection 5:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.0.0.12
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.205.254
Ethernet adapter Local Area Connection 6:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.0.0.11
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.205.254
Those 2 10.xx addresses are there for tunnels I set up using ssh and are not particularly relevant other than I have not seen them lose their gateways.
To correct this I go into my configuration settings and change *something* in the tcp/ip settings (I change the interface metric from 1 to 2, or back to 1) and then the relevant part of the IPCONFIG output changes to this:
Code:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : clovernet
IP Address. . . . . . . . . . . . : 192.168.205.190
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.205.254
192.168.205.253
The gateways don't drop off all at once, I have noticed that sometimes I have only a single gateway set. Obviously things still work in this case until it too drops off.
Code:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : clovernet
IP Address. . . . . . . . . . . . : 192.168.205.190
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.205.253
I lose gateways several times per day, so it's not something I would have failed to notice happening if it was not new.
Yeah, I don't know why it's happeneing either and I can't figure a way to automate the magic to reset the gateways (I note that they still appear to be set if I do a ROUTE PRINT, so manually resetting the gateways using ROUTE does not appear to be a solution, however I will give that a go next time I lose both gateways)
Here are the relevant parts of my routing table
Code:
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.205.253 192.168.205.190 2
0.0.0.0 0.0.0.0 192.168.205.254 10.0.0.12 9998
0.0.0.0 0.0.0.0 192.168.205.254 10.0.0.11 9999
0.0.0.0 0.0.0.0 192.168.205.254 192.168.205.190 1
...
Default Gateway: 192.168.205.254
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
192.168.2.0 255.255.255.0 192.168.205.252 1
Maybe I should add the gateways as persistent routes???