2

We have a couple of machines hooked up to the same modem, some by ethernet cables, some wirelessly. It's not a problem with the computers, because when I try to use the same websites on my laptop on a different network connection, everything works fine. But connected to this modem, it fails.

Some websites just won't load. They get stuck on "securing connection" and remain blank. Some load badly (eg without pictures). Some load just fine. When I load the websites through a proxy, everything works fine.

I even tried changing the modem for a newer one (it is a wee bit old) but can't load the ISP.

I've tried all the basic troubleshooting, turned off Windows and security firewalls, all with no result. Any help?

2 Answers2

1

To properly troubleshoot something like this, you need to know what is actually going on, on a computer where it works, and a computer where it doesn't.

Use something like Wireshark or (probably better) Fiddler, run a session while you browse to a problematic site from a computer that doesn't have the problem. Then do the same thing from a computer that does, both without a proxy and then a second session with a proxy. Compare the successes with the failures to see what's different.

At a guess, it could be you've got a DNS problem, which you can actually troubleshoot without doing all of the above, by using something as simple as nslookup, and comparing configurations between working and non-working machines. But that's just a guess. Fiddler or wireshark should help show you what the problem is.

mfinni
  • 36,247
0

I had the same problem. A list of sites would only work via proxy from some machines that connected via my home wireless router.

For me the fix was to change the DNS to a specific local DNS server, rather than 'getting automatically from ISP'. You might not have the same problem, in which case this won't help, but the steps to solve my problem were:

  1. Look up a local DNS server (or two)
  2. Log-on to your router
  3. Change the "Domain Name Server (DNS) Address" from "Get Automatically From ISP" to the address(es) you found

In my case this did the trick.

kabdulla
  • 101