Comcast cable internet via ethernet drops sporadically
The more people who report this problem, the more it gets noticed.
-
Inappropriate?Because you can still reconnect to previously established connections, then this suggests a problem with DNS. If you are using a router, your router may be intercepting DNS requests.
Try bypassing it by connecting your computer directly to the cable modem (no router in between). Restart both the computer and the modem.
If the problem does seem to be in the router, then look for a router feature called "DNS Relay" and turn it off. After making that change, another reboot of your computer to update DHCP settings will be needed. -
Robb, thanks for the quick reply. Here is the catch, if I just reboot the machine the connection always comes back regardless if I have the router as part of the network or not. So I can't tell if it is the problem. I've had the router for several years and it has worked perfectly until I moved to california and signed up for comcast so its hard to blame the router (thought being an engineer I know hardware malfunctions are possible). Furthermore, when the internet cuts out the router indicates it is still online and so does the cable modem, and so does windows. Plus, as I mentioned, outlook can still get email from the email server (I send an email from my cell to my account and get it). So this is just a really weird problem where I can connect to the email server with Outlook but can't connect to the internet with Internet Explorer nor Firefox. Does this bring up any other ideas? -
Inappropriate?Hi Silvervein,
Sorry about the difficulties your are experiencing. I will be happy to reach out to my contacts to get this resolved. Please send me an email with your account address or phone number so that I can assist further.
Thanks in advance for the opportunity to assist!
Sincerely,
Mark C.
Comcast Corp
We_Can_Help@cable.comcast.com
I’m sad
-
thanks, but I'd like to pursue this further with Robb first as I've already tried speaking with comcast twice on this matter and haven't gotten nearly a technical (and useful) reply as Robb's. I understand home networks add a lot of different places for error (it is the computer, the cables, the router, the electricity, the software?) but in the end I'm paying for a functional connection and if my cell phone company can do it then I expect my wireline company to do it. -
Hi Mark,
This one is going to take a little bit of hand-holding, and IMHO there is less than a 50% chance that the root cause will be a Comcast cause.
A great place for Comcast customers to work on a problem like this would be in the help forums: http://forums.comcast.net/comcastsupp... -- specifically the "Connection" forum.
Right now, I'm working on a strong hunch with "silvervein" that would probably be outside of the knowledge of some fraction of your techs -- but the benefit of using a multi-user forum like the one above is that several people can pitch differing ideas and offer help.
I hope the people that staff "We_Can_Help" realize the important connection between people willing to make public posts about their problem and the existence of the help forums. Sending people to "We_Can_Help" may solve the problem for one person privately. Helping the people via the forum boards solves their problem and leaves the solution visible for everyone who comes later.
Please take the above as constructive feedback. I do not know if the We_Can_Help program was aware of the forums -- a great resource with far too little visibility.
Robb Topolski -
Inappropriate?Just in case I cannot finish this with you and you find you need to start over with someone, you should describe the problem to him or her as, "Sporadically, while using the Internet, my browser becomes unable to open new web pages. Previously established connections, such as Email, continue to work. Rebooting the computer temporarily helps. Changing the cable modem did not fix the problem. Switching browsers did not fix the problem."
I don't want to prematurely focus on your router, but you should also understand that your cell phone company and your school PC do not use it. Even though your router has not changed, if you have had it for several years it is possible that the strains of today's internet use over previous use might be a reason to begin to see failures. On your next reply, can you tell me its model?
The following is not a solution, it's just troubleshooting. Hopefully the results of the troubleshooting will lead us to the solution.
1. Please tell me the manufacturer and model number of your router. For example, "D-Link DI-624 H/W Rev. C2." This can often be found on an FCC-required label on your router. With this, I can look up the features of your router that might affect this problem.
2. Please tell me your Operating System and Version. For example, "Windows Vista Home Premium OEM." Telling me this will help me give you the right commands to use.
3. Let's check to see if your computer is using your router's DNS Relay feature, and let's try to bypass it if it is.
3a. Checking to see if your router performs DNS for the LAN...
These instructions are for Windows Vista. Windows XP commands are similar.
- Open a Command Prompt window: Click on Start, Programs, Accessories, and right-click on the Command Prompt option. Click on "Run as Administrator" (or, if using XP, click on "Open").
- Type the command IPCONFIG /ALL and view the output. Use the scroll-bars if necessary. Locate the section appropriate to your computer's network card. On my computer, this section has the title "Local Area Connection."
- Locate the lines in that section that talk about "Default Gateway" and "DNS Servers." If these lines contain different IP addresses, then ***STOP*** and close the Command Prompt window and do not continue with any more of these steps as your router is not performing DNS functions. If these lines both contain the same IP address, then your router is performing DNS functions for your LAN. This is a feature that can be one of the first to fail when home routers are under stress. Before replacing the router, however, we should test the theory by bypassing the feature.
3b. Setting new DNS addresses
- In the Command Prompt window (from step 3a), type the following command. Please note that the name inside the quotes is the name of the network card from the above step:
netsh interface ip set dnsserver "Local Area Connection" static 4.2.2.1
Note: static with the above command means that your computer will no longer try to automatically configure DNS for you, but will use the 4.2.2.1 for DNS, instead. The reversal of this command is below.
You may close the Command Prompt window. The changes you made will be remembered. A reboot is not necessary.
If you find that you _never_ have the problem after issuing the above command, then you might take this as a sign that your older router may have outlived its usefulness. You can locate the configuration option for your router to turn off DNS Relay, and then reconfigure your computer back to normal (see below). However, if the above command only "seems to help a little" or does not help at all, then a "DNS Relay" failure is not indicated.
(note -- use the command ...
netsh interface ip set dnsserver "Local Area Connection" dhcp
... to reverse the effects of the above command and restore previous behavior. After setting DHCP using the above command, rebooting will cause your computer to obtain the network configuration automatically.)
Please let me know about steps 1, 2, and 3 above.
Thanks
PS: 4.2.2.1 is a reliable public DNS service useful for troubleshooting. Comcast's DNS service is normally reliable, too, but I don't know which Comcast servers handle your area. I chose 4.2.2.1 since it is known to work from anywhere.
I’m somewhat confident and hopeful
-
Inappropriate?Mark, thanks for the comprehensive follow-up here is some of the info you asked for and a little bit of questioning to better understand the problem before changing my DNS settings:
OS: Windows XP Pro not OEM, school enterprise license
router:Netgear WGR614 v4
router firmware: V5.0_02 (V5.0_07 is now availble but there is no mention of bug fixes for DNS problems http://kbserver.netgear.com/release_n... )
Running ipconfig shows that my router is the default gateway and DNS server ie. Default gateway = DNS server = router address = 192.168.0.1
In other words, this means it is acting like a relay, right?
I logged into my router and there is no option for turning off DNS relay. I searched the netgear support site for "dns relay" and "relay" but didn't get any useful hits... they are using some other terminology perhaps? The only DNS setting available on my router is manually setting a primary and secondary DNS server within the router configuration... but then it would still acting like a relay, right?
Altogether, from what I can gather, the router's dns relays are failing because of the hardware is aging? Or is it that I'm entering too many page requests simultaneously such that I exceed the capacity of the router (I've got a sense that I lose my internet connection when I open several tabs in my browser at once)? -
Silvervein,
You can try to hard code our national DNS servers into your router. Please follow up with us to let us know if the problem still exist.
208.39.158.2
64.56.37.246
Thanks,
Mark C. -
Inappropriate?In the end I did hardcode in the servers of OpenDNS. While Robb command didn't work I did it graphically by opening my "network connections" then right clicking on "local area connection" and choosing "properties" then selecting "Internet protocol" and choosing properties and from there input the DNS server addresses. There are good direction located at: https://www.opendns.com/start?device=...
I’m thankful
-
Silvervein's problem and resolution shows this to be a problem with Netgear's router and not the Comcast service. When DNS Relay fails, DNS queries often fail. When this happens, established connections do not suffer. SpicyLemon suggests a "ping" test which is a good way to test this. ping -n 100 www.google.com should not show any packet loss for silvervein's problem, but instead it may or may not indicate that it can resolve www.google.com (due to the intermittant DNS).
I hope that helps someone. -
Inappropriate?I had this problem for several months. It turned out that comcast was loosing a lot of my packets (upwards of 10% at times). Since it was intermittent, comcast didn't want to believe me. I simply made customer support sit on the phone with me keeping a ping going until they saw it too. Then they'd send a technician out who would check the signal strength and replace the splitter. After the 5th technician in a month, comcast finally started looking at the equipment farther away from my house. I think I had to just get lucky and have the problem show up while the technician was there.
I ended up having to deal with several complete outages over the course of a week or so (while they fixed stuff?). Once over the outages the packet loss seemed to go away.
The reason my email stuff worked but not the browsing stuff was that the email packets were smaller and more fault tolerant. It just seemed like my email client was moving very slowly because it had to deal with so much lost information.
Browsing web pages, though, wasn't working because too many packets were being lost and the browser wasn't able to recover from it. It ended up just looking like webpages were down.
If you open a command prompt (start -> run: cmd) and type in "ping -t www.google.com" you can kind of test for packet loss. To stop it hold ctrl and press C. A "good" connection should only drop at most about 1 in 100 packets. So if you start to see stuff like "Request timed out" mixed in with responses, it usually means that information is being lost.
I’m frustrated
-
Inappropriate?sounds like I have the same issue as you SpicyLemon. I have never been treated so badly by a company when I call comcasts tech support line. They keep telling me its my hardware or router. I have replaced every wire in my house and direct connected the modem. All I get are Comcast reps saying that my signal strenght looks find and that my account is just a recreational account. I can not sit at home waiting for a tech to come every 5 days. I can not play online PC games, stream video, play the Wii online, or even have a nice browsing experience. Of course i have a recreational account. I just wish comcast was not the only provider in town.
I’m frustrated and angry
-
Did you run the test that SpicyLemon suggested?
ping -n 100 www.google.com
After 100 seconds, you will get a 4 line summary report. It should tell us a lot.
-
Hey Robb,
I have done the test and I get random amount of drops each time. Amounts range from 6% loss to 15% loss to google. I get a spread of time from 62ms to 214ms. I have followed the suggestions of Comcast. I have changed every cable in the house and have connected my computer directly to the modem with no splitters. Dropped any running software (firewalls, etc..) It happens on all four of my computers so its not a computer issue. I can not play any kind of online game on the computer or the Wii (Mario Kart). My downloads will stop and start (ftp server, Http downloads, etc..) I have tried streaming video and it pauses way to much. Example: Lost on ABC.com in High def will require a constant 2mb connections which I was able to do anytime of the day until the middle of May. I do not have an issue with the bandwith just the inability comcast has in keeping a constant connection. I hope someone can understand why I am frustrated as comcast will only state it is only a recreational account and my signals all look fine. LOL -
Great job, Exx0dus! Based on everything that youv'e said here, the problem is not your hardware and it is not your router (since you earlier said you tested without your router).
The next logical test is one that you cannot complete -- it has to be done by a technician on a truck.
62ms to 215ms is probably okay. Packets aren't considered lost until somewhere over 1000ms has passed, and MS's version of ping can count these as found well beyond that if they do eventually reply. So your problem is not delayed packets, it is lost packets.
The technician should perform two tests. One is to ping various points up the "traceroute" chain to discover whether or not the loss is on the DOCSIS side of your connection or on the IP side of it. I'd tell you to do this yourself, but no matter what the results are, the tech is not going to trust them unless he's performed them himself (several reasons for this, most of them legitimate).
Secondly, assuming the cause is on the DOCSIS side, someone has to connect a cable modem to the wire at the curb or pole -- and progressively upstream -- until they can find the point of ingress/egress of the signal. While your signal strength is fine, 6% to 15% loss is deep into the unacceptable range.
There is no such thing as a recreational Internet connection. I already hate the word "residential" -- a word that Comcast likes to use to describe its services -- but consider that you use your residential telephone for plenty of non-recreational uses -- including complaining to Comcast. A residential line does not mean recreational and that word ought to be dropped from their vocabulary immediately!
Good job, Exx0dus. I hate to turn you back on them -- if some of this seems Greek to you, just print it off and show the tech. They will know how to interpret it. -
Just one more line. I said, "...62ms to 215ms is probably okay. Packets aren't considered lost until somewhere over 1000ms has passed..." -- this doesn't mean that 1000ms is okay, nor is 216ms okay -- especially if you're a gamer. :-) -
Inappropriate?Update.
So I have tried the call to comcast support again. I end up getting frustrated on the phone because they only go back to the same ol' line of is it your router or cable or etc.... could be your cable and oh you replaced your cable then it might be the connections on the cable. They will not believe that there is a problem and now I am about to do the last and final step by renting a new modem from them. If this does not fix the issue of the dropped packets they said I would have to call in to have a basic tech come onsite again and do the same tests that the other one did and then they might once again find something wrong with my cables. As comcast states we don't drop packets. Our outside lines are big and sturdy so it must be your house causing your issue that we can't see. It is sad to say but I will be forced to drop my cable internet for the first time since I started back in 1998 with the @home service. My only other option in this area is a sad 1.5 dsl from Qwest.
I’m frustrated
-
Inappropriate?Exx0dus,
Email me your account info. This can be a few different things, but will require a deep dive into this. The first step will be some simple tests that I will run on your modem. Included in this will be tests to determine packet loss within the Comcast Network. For this I will need account info. If from there we are unable to determine the trouble, we will do some traceroutes to determine where the drop are occurring. From that information we may be able to find the cause and correct it for you. Since I know what you have been dealing with, please email me directly.
I apologize for the trouble, but we will figure it out!
Thank you!
Frank Eliason
frank_eliason@cable.comcast.com
Loading Profile...






EMPLOYEE

EMPLOYEE