I had another internet drop out. This time I discovered an event log error (System logs). I somehow had never looked in the System logs before now. This error may only be a symptom but maybe it's a clue:
"The system failed to register host (A or AAAA) resource records (RRs) for network adapter
with settings:
Adapter Name : {...}
Host Name : <computer name>
Primary Domain Suffix : <work domain name from VPN connection>
DNS server list :
<DNS IP 1>, <DNS IP 2>
Sent update to server : <?>
IP Address(es) :
192.168. ...
The reason the system could not register these RRs was because the update request it sent to the DNS server timed out. The most likely cause of this is that the DNS server authoritative for the name it was attempting to register or update is not running at this time.
You can manually retry DNS registration of the network adapter and its settings by typing 'ipconfig /registerdns' at the command prompt. If problems still persist, contact your DNS server or network systems administrator."
Event Source: DNS Client Events
Event ID: 8015
What is peculiar about the above is that <DNS IP 1> & <DNS IP 2> are for the DNS servers assigned by my home router & ISP. They are different than the DNS servers (presumably active) assigned from my work/VPN (one of those is the public DNS IP, 8.8.8.8).
I can't really interpret what this error is telling me. I can say that under normal conditions, I can ping both DNS IP 1 and 2 successfully. I haven't yet tried to use 'ipconfig' to restore DNS settings after a drop out.
Thoughts?