Fast PC and network, slow internet.

videobear

Honorable
Feb 27, 2012
103
0
10,710
Fast PC and network, slow internet.

System: Asrock X99 Extreme 4 MB, Bios 3.6, 5930K CPU, O/C to 3.9 GHz. Samsung EVO 850 SSD C: drive, 4 WD Black 3TB in RAID 0. Nvidia GeForce 970. Windows 10 64 bit. Kaspersky antivirus.

Network: Gigabit ethernet, Cat 6 cables throughout. Verizon FIOS Gateway gigabit router, Netgear GB switches.

The network reports everything is working at 1Gb/sec, from the PC adapter to the router. The PC reports it's running at 3.9 GHz, no temp problems. Other computers on the network have no problems. Network diagnostics detect no problems. sfc /scannow detects no problems. Windows memory diagnostic shows no problems. Speedtest.net shows I am getting 50 Mb/sec or better upload and download.

And yet web pages are slow to load and I'm getting a lot of "connection reset" errors. I tried disabling the Kaspersky firewall, and even all antivirus services...made no difference. I usually use Google Chrome, and tried Edge and Firefox...no difference.

I looked for unneeded services and disabled them. No effect. I found another thread that seemed to address this problem and tried the various solutions suggested there, but I did not have most of the apps identified as culprits (e.g., AMD Quick Stream). I tried removing GeForce Experience...no effect.

I also tried changing the settings in the Intel network adapter driver to force 1GB link, rather than auto-negotiate. No difference either way.

Running out of ideas here!
 
Solution
Thank you everyone! I found the problem...unfortunately, not before I'd wiped the machine and reinstalled everything fresh.

It turned out to be a setting in the network adapter. I have the Intel 1218-V chip, found on many motherboards. I was using a driver dated 2015, and one of the power saving settings, "Energy Efficient Ethernet" was drastically slowing my web performance. If you are seeing a similar problem, first go to Intel's site and download the latest driver. If that does not solve the problem, look at the driver settings and disable Energy Efficient Ethernet.
The likely cause, if two routers are used, plus any firewall software.

is a mix of the hardware firewall of the router, the security level set, and the options chosen.
try setting both the Hw firewall of the router to a medium setting for security.
And also the software one.

Also double check windows security center settings of windows.

It really does look like the slow speeds are a clash between multiple SW fire walls running at the same time and also a Hw firewall of your router.
 
Open a command prompt.

type "nslookup www.google.com"
It should report back an IP address almost isntantly.
Type "ping (IP address from frist step)"
What is the response time, should be bellow 100ms

If step 1 or step 2 is really slow then type "tracert (IP address from step 1)"
Paste the result
 


Hi Boosted. Here are the results of your suggestions.

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\Doug>nslookup www.google.com
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 2001:4860:4860::8888

DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
Non-authoritative answer:
Name: www.google.com
Addresses: 2607:f8b0:400b:806::2004
172.217.1.100


C:\Users\Doug>ping 172.217.1.100

Pinging 172.217.1.100 with 32 bytes of data:
Reply from 172.217.1.100: bytes=32 time=33ms TTL=56
Reply from 172.217.1.100: bytes=32 time=27ms TTL=56
Request timed out.
Reply from 172.217.1.100: bytes=32 time=29ms TTL=56

Ping statistics for 172.217.1.100:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 27ms, Maximum = 33ms, Average = 29ms

C:\Users\Doug>tracert 172.217.1.100

Tracing route to yyz08s09-in-f4.1e100.net [172.217.1.100]
over a maximum of 30 hops:

1 <1 ms <1 ms <1 ms 192.168.1.1
2 7 ms 6 ms 6 ms lo0-100.WASHDC-VFTTP-357.verizon-gni.net [71.178.168.1]
3 14 ms 11 ms 10 ms B3357.WASHDC-LCR-22.verizon-gni.net [100.41.223.100]
4 * * * Request timed out.
5 14 ms 12 ms 12 ms 0.et-10-3-0.GW13.IAD8.ALTER.NET [140.222.235.37]
6 29 ms 35 ms 41 ms 204.148.79.46
7 29 ms 15 ms 16 ms 108.170.240.98
8 81 ms 84 ms 81 ms 216.239.50.93
9 19 ms * * 216.58.215.52
10 53 ms 58 ms 35 ms 216.239.46.152
11 33 ms * * 72.14.239.19
12 30 ms * 28 ms yyz08s09-in-f4.1e100.net [172.217.1.100]

Trace complete.
 
From Network and Sharing Center on your PC, go into adapter settings and dissable IPv6
From the configuraiton page of your router, set the DNS to 8.8.8.8 and secondary of 8.8.4.4, these are google's DNS servers and they are faster (and more reliable) then ISPs ones are typically.
 
Thanks, Boosted.

I haven't disabled iVp6 yet, but I already tried the Google public DNS servers earlier...in fact, I normally use them. No effect.

The issue is definitely with my computer. I hooked a different computer up to the same ethernet cable/router port, and it worked fine. File sharing on the local network is at about 130 MBps.

I am going to wipe the drives and reinstall everything.
 
Ok so the problem is going out over internet because 130 MBps is the FULL gigabit speed.

Before you go as far as wiping your whole computer, open command prompt as administrator and try these 2 things:
Reset TCP/IP Stack:
netsh winsock reset catalog
netsh int ipv4 reset reset.log

Flush DNS
ipconfig /flushdns
 
Thank you everyone! I found the problem...unfortunately, not before I'd wiped the machine and reinstalled everything fresh.

It turned out to be a setting in the network adapter. I have the Intel 1218-V chip, found on many motherboards. I was using a driver dated 2015, and one of the power saving settings, "Energy Efficient Ethernet" was drastically slowing my web performance. If you are seeing a similar problem, first go to Intel's site and download the latest driver. If that does not solve the problem, look at the driver settings and disable Energy Efficient Ethernet.
 
Solution