Suddenly can't ping default gateway (and outside internet) on Win10
I have some Windows 10 workstations. Because of sharing, they have all set static IP.
One of them is used as "server". Basicaly nobody works on it, there are just shared files. Only about once a week, there is a user on this workstation.
Now I discovered, that sometimes, this workstation loses connection to the internet. All connections in LAN works fine, so if it happens, usually nobody notices it, so I don't know how often is this happening. But I can't ping the default gateway (192.168.5.1) and everything behind it, only LAN.
I first thought that it's just a switch going crazy, so I changed all switches in my network, but the problem persists. The only thing I didn't changed is the default gateway, TL-WR1043ND router. And I don't have any spare that I could put instead of it.
The problem usually starts out of nothing, persists few hours, and second day it's magically gone. I tried restarting all network devices, including the computer, changing it's IP, making it dynamic instead of static, removing NIC from system, reinstalling it's drivers, nothing. The router sees the PC and it's traffic, it shows there are some packets, but they got lost somewhere. Propably because something is wrong with the OS. I installed WireShark, but it started working again before I located any more detailed info.
Do you have any clue what is going on here? What should I look for if this happens again? The biggest problem is that it happens about once a month (as far as I know) and I'm not always there to do some stuff. And if I am, I try to reset everythin as described before, which doesn't help, and then I just wait for the next day, when it magically starts working.
networking router
add a comment |
I have some Windows 10 workstations. Because of sharing, they have all set static IP.
One of them is used as "server". Basicaly nobody works on it, there are just shared files. Only about once a week, there is a user on this workstation.
Now I discovered, that sometimes, this workstation loses connection to the internet. All connections in LAN works fine, so if it happens, usually nobody notices it, so I don't know how often is this happening. But I can't ping the default gateway (192.168.5.1) and everything behind it, only LAN.
I first thought that it's just a switch going crazy, so I changed all switches in my network, but the problem persists. The only thing I didn't changed is the default gateway, TL-WR1043ND router. And I don't have any spare that I could put instead of it.
The problem usually starts out of nothing, persists few hours, and second day it's magically gone. I tried restarting all network devices, including the computer, changing it's IP, making it dynamic instead of static, removing NIC from system, reinstalling it's drivers, nothing. The router sees the PC and it's traffic, it shows there are some packets, but they got lost somewhere. Propably because something is wrong with the OS. I installed WireShark, but it started working again before I located any more detailed info.
Do you have any clue what is going on here? What should I look for if this happens again? The biggest problem is that it happens about once a month (as far as I know) and I'm not always there to do some stuff. And if I am, I try to reset everythin as described before, which doesn't help, and then I just wait for the next day, when it magically starts working.
networking router
Does anything stand out in event viewer? Also check you only have a single default gateway configured. In a command prompt type "route print" to see a list of active routes. The 0.0.0.0 is the default gateway and you should only see one entry. I have seen before where two were assigned and it worked and would intermittently loose internet then come back. If you do have two I can provide a solution.
– Neelix
Mar 12 '18 at 1:47
1
Consider writing a batch script to ping the gateway and log the results. Run the script from the affected workstation and another one on the same subnet (preferably the same switch as the "server"). Compare the results when the problem occurs. If both machines report a problem, the gateway or intervening network equipment is at fault. If only one device reports a problem, that device or anything unique in its path to the router is at fault.
– Twisty Impersonator
Mar 12 '18 at 2:56
add a comment |
I have some Windows 10 workstations. Because of sharing, they have all set static IP.
One of them is used as "server". Basicaly nobody works on it, there are just shared files. Only about once a week, there is a user on this workstation.
Now I discovered, that sometimes, this workstation loses connection to the internet. All connections in LAN works fine, so if it happens, usually nobody notices it, so I don't know how often is this happening. But I can't ping the default gateway (192.168.5.1) and everything behind it, only LAN.
I first thought that it's just a switch going crazy, so I changed all switches in my network, but the problem persists. The only thing I didn't changed is the default gateway, TL-WR1043ND router. And I don't have any spare that I could put instead of it.
The problem usually starts out of nothing, persists few hours, and second day it's magically gone. I tried restarting all network devices, including the computer, changing it's IP, making it dynamic instead of static, removing NIC from system, reinstalling it's drivers, nothing. The router sees the PC and it's traffic, it shows there are some packets, but they got lost somewhere. Propably because something is wrong with the OS. I installed WireShark, but it started working again before I located any more detailed info.
Do you have any clue what is going on here? What should I look for if this happens again? The biggest problem is that it happens about once a month (as far as I know) and I'm not always there to do some stuff. And if I am, I try to reset everythin as described before, which doesn't help, and then I just wait for the next day, when it magically starts working.
networking router
I have some Windows 10 workstations. Because of sharing, they have all set static IP.
One of them is used as "server". Basicaly nobody works on it, there are just shared files. Only about once a week, there is a user on this workstation.
Now I discovered, that sometimes, this workstation loses connection to the internet. All connections in LAN works fine, so if it happens, usually nobody notices it, so I don't know how often is this happening. But I can't ping the default gateway (192.168.5.1) and everything behind it, only LAN.
I first thought that it's just a switch going crazy, so I changed all switches in my network, but the problem persists. The only thing I didn't changed is the default gateway, TL-WR1043ND router. And I don't have any spare that I could put instead of it.
The problem usually starts out of nothing, persists few hours, and second day it's magically gone. I tried restarting all network devices, including the computer, changing it's IP, making it dynamic instead of static, removing NIC from system, reinstalling it's drivers, nothing. The router sees the PC and it's traffic, it shows there are some packets, but they got lost somewhere. Propably because something is wrong with the OS. I installed WireShark, but it started working again before I located any more detailed info.
Do you have any clue what is going on here? What should I look for if this happens again? The biggest problem is that it happens about once a month (as far as I know) and I'm not always there to do some stuff. And if I am, I try to reset everythin as described before, which doesn't help, and then I just wait for the next day, when it magically starts working.
networking router
networking router
asked Mar 12 '18 at 0:07
Adam JežekAdam Ježek
1615
1615
Does anything stand out in event viewer? Also check you only have a single default gateway configured. In a command prompt type "route print" to see a list of active routes. The 0.0.0.0 is the default gateway and you should only see one entry. I have seen before where two were assigned and it worked and would intermittently loose internet then come back. If you do have two I can provide a solution.
– Neelix
Mar 12 '18 at 1:47
1
Consider writing a batch script to ping the gateway and log the results. Run the script from the affected workstation and another one on the same subnet (preferably the same switch as the "server"). Compare the results when the problem occurs. If both machines report a problem, the gateway or intervening network equipment is at fault. If only one device reports a problem, that device or anything unique in its path to the router is at fault.
– Twisty Impersonator
Mar 12 '18 at 2:56
add a comment |
Does anything stand out in event viewer? Also check you only have a single default gateway configured. In a command prompt type "route print" to see a list of active routes. The 0.0.0.0 is the default gateway and you should only see one entry. I have seen before where two were assigned and it worked and would intermittently loose internet then come back. If you do have two I can provide a solution.
– Neelix
Mar 12 '18 at 1:47
1
Consider writing a batch script to ping the gateway and log the results. Run the script from the affected workstation and another one on the same subnet (preferably the same switch as the "server"). Compare the results when the problem occurs. If both machines report a problem, the gateway or intervening network equipment is at fault. If only one device reports a problem, that device or anything unique in its path to the router is at fault.
– Twisty Impersonator
Mar 12 '18 at 2:56
Does anything stand out in event viewer? Also check you only have a single default gateway configured. In a command prompt type "route print" to see a list of active routes. The 0.0.0.0 is the default gateway and you should only see one entry. I have seen before where two were assigned and it worked and would intermittently loose internet then come back. If you do have two I can provide a solution.
– Neelix
Mar 12 '18 at 1:47
Does anything stand out in event viewer? Also check you only have a single default gateway configured. In a command prompt type "route print" to see a list of active routes. The 0.0.0.0 is the default gateway and you should only see one entry. I have seen before where two were assigned and it worked and would intermittently loose internet then come back. If you do have two I can provide a solution.
– Neelix
Mar 12 '18 at 1:47
1
1
Consider writing a batch script to ping the gateway and log the results. Run the script from the affected workstation and another one on the same subnet (preferably the same switch as the "server"). Compare the results when the problem occurs. If both machines report a problem, the gateway or intervening network equipment is at fault. If only one device reports a problem, that device or anything unique in its path to the router is at fault.
– Twisty Impersonator
Mar 12 '18 at 2:56
Consider writing a batch script to ping the gateway and log the results. Run the script from the affected workstation and another one on the same subnet (preferably the same switch as the "server"). Compare the results when the problem occurs. If both machines report a problem, the gateway or intervening network equipment is at fault. If only one device reports a problem, that device or anything unique in its path to the router is at fault.
– Twisty Impersonator
Mar 12 '18 at 2:56
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1302551%2fsuddenly-cant-ping-default-gateway-and-outside-internet-on-win10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1302551%2fsuddenly-cant-ping-default-gateway-and-outside-internet-on-win10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does anything stand out in event viewer? Also check you only have a single default gateway configured. In a command prompt type "route print" to see a list of active routes. The 0.0.0.0 is the default gateway and you should only see one entry. I have seen before where two were assigned and it worked and would intermittently loose internet then come back. If you do have two I can provide a solution.
– Neelix
Mar 12 '18 at 1:47
1
Consider writing a batch script to ping the gateway and log the results. Run the script from the affected workstation and another one on the same subnet (preferably the same switch as the "server"). Compare the results when the problem occurs. If both machines report a problem, the gateway or intervening network equipment is at fault. If only one device reports a problem, that device or anything unique in its path to the router is at fault.
– Twisty Impersonator
Mar 12 '18 at 2:56