Problem accessing facebook over only the wired connection

I'm stuck .... On one PC at home I have a wired connection to my router. I can access any site using any browser (Chrome, IE, Firefox) without problems, accept for Facebook. That site won't load. If I switch off the wired connection and enable the wifi connection to the same router, I suddenly can access Facebook.
What could be the reason for this kind of behaviour?
Regards,
René
 
Truly strange. Normally if TCP & any browser can access site X, then wired vs wifi makes no difference.

your symptom indicts the wifi driver. HOWEVER,

First run these tests

(if you're accessing something other than facebook.com, eg facebook.de, then use that name)

* disable Wifi, use a wired connection
nslookup google.com
ping google.com
nslookup facebook.com
ping facebook.com

*now disconnect the wired connect and get a wifi connection
repeat the same above tests in the same sequence

results should be identical
 
Hmmm for facebook.com the results are identical, however, for google.com there is a difference. I attached the captured output

If I fully clear the Chrome browser cache, Facebook loads once, but only the first page. Which means, if I scroll down I see a symbol that it tries to load additional content, but that additional content never loeads. If I then close Chrome, reopen, and navigate to facebook again, Chrome refuses to load the page completely. For firefox and IE the behaviour is similar. Again, this is only the case when I used a wired connection. Using wifi there is no problem what so ever, so I don't expect the browser to be the problem.
 

Attachments

  • wifi-nslookup.txt
    382 bytes · Views: 0
  • wifi-ping.txt
    1.1 KB · Views: 0
  • wired-nslookup.txt
    382 bytes · Views: 0
  • wired-ping.txt
    1.1 KB · Views: 0
In the hope of being complete, I also attached the ipconfig /all output for both situations...
 

Attachments

  • wifi-ipconfig.txt
    3 KB · Views: 1
  • wired-ipconfig.txt
    2.2 KB · Views: 2
All your attachments are as we expect. I frankly doubt the wired NIC driver as drivers are just too dumb to do this kind you are reporting.

While you doubt the browsers, I suspect them all, as there are too many ways to intercept and mess up the works. Launch the browser and go to tools and disable all addons.

also try this commandline
find "facebook" \windows\system32\drivers\etc\hosts​
do you get anything at all?
 
No, checked the hosts file before and command gave nothing:
"---------- \WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS"

Could it be a setting or problem in the router? Cisco EPC3928?
 
Last edited by a moderator:
I installed fiddler this morning to check for possible issues. I then checked the WIFI connection to see if fiddler worked well. I then switched to the wired connection to start debugging the HTTP network traffic. To my surprise everything worked well. I uninstalled fiddler and still everything works. Unfortunately I didn't check the wired connection before installing fiddler. So things might have solved themselves, or installing fiddler changed something somewhere.
Nevertheless, the problem seems to be fixed.

@jobeard, thanks for the support.
 
Thanks for the update. I would like to see the IFCONFIG /ALL and the ROUTE PRINT data, just to keep my sanity :)
 
Back