Quote:
|
Originally Posted by blaizedm My home network consists of 2 computer connected through a router, pretty simple. this computer can obviously connect to the internet, but my other one cannot. |
This gives you a useful tool. You can compare the two machines to see how they differ.
Quote:
|
Originally Posted by blaizedm it was fine last night, but this morning it wouldnt work. |
That is usually where we start troubleshooting -- by asking what has changed. It appears safe to say that you have not changed anything on that PC, so we look at what else could have occurred.
- Changes at your ISP
- Software changes on that PC (Malware, Windows Update, automated updated from other applications)
- Hardware failure (Network cables, NICs, router ports)
- Spouses, kids, etc...
Quote:
|
Originally Posted by blaizedm ive pinged the loopback, router, this computer, and the gateway, and they all work fine, but when i try to ping something outside the network |
That points to a routing issue. What is in your
routing table?
You can use the `netstat -nr` command to find out. Do your packets have a route outside your network?
How do the routing tables on the two machines compare?
Or, it could point to a DNS issue. When you issued these `ping` commands, did you use domain names or IP addresses?
You can use the `nslookup` command to test your DNS configuration. Of course, if there is a problem with Layer 1-3 networking, DNS will fail as a result.
Instead, for this purpose, we can rule DNS in or out as a problem by pinging an IP address explicitly. Try the `ping 198.202.74.92` command.
If it works, you have a DNS issue. If it fails, you have an issue somewhere on layers one to three.
Layer one (the
physical layer) and layer two (the
data link layer)
seem to be above suspicion, because you
can ping your default gateway.
Do you have a software firewall on that machine that could have updated itself overnight, with potentially bad results? Is that machine free of
malware?
I'd say the most likely issue is still DNS. Do the DNS configuration on both systems match? You can see the configuration in the Control Panel and you can see the results of the configuration with the `ipconfig /all` command.