How To: Troubleshoot and Optimize Your Internet Experience
With outsourced support now the de facto standard in the IT and ISP industries, do-it-yourself computer repair has gone from being an optional luxury to an outright necessity. You might feel hopeless and abandoned the first time your network connection gives out, but don’t fret just yet. Given the right direction, even the greenest of users can fix a number of common network errors. We’re going to give you all the tools you need to become your own network tech support.
You might be skeptical, but LAN/WAN troubleshooting isn’t all that difficult. Upgrades are easy and cheap—if required at all—and the analysis process is brief and painless, even if you’ve never wired a Cat5 cable or run a command line ipconfig. Even better, many of the steps and instructions are identical in Vista and XP, which goes a long way toward easing the troubleshooting transition, should you switch from one OS to the other.
While sometimes a call to your ISP is unavoidable, when you do have to do it, at least you’ll brandish the knowledge to blaze through all the low-level BS and head straight to a speedy resolution. Don’t let the Internet and networking companies bully you any longer—it’s time to stand up and take matters into your own hands.
Time:
97 minutes
What You Need:
1. Find the Root of the Problem
Some of the jargon you get from tech support is actually worthwhile. First, if your network connection is on the fritz and you’re connecting through a personal router, remove the router and connect your PC directly to your ISP’s point of entry (e.g., the cable modem). Reboot your modem immediately and then restart your computer. Next, examine your network cables. Is your Ethernet cord crimped or does it have a loose RJ45 retention clip? Replace it. The smallest things can often disturb your connection, and it’s always best to err on the side of caution.
Next, open a command prompt by going to Run in XP’s Start menu or the search bar in Vista’s Start menu and typing cmd and hitting Enter. Type ipconfig and hit Enter. Ensure you’re receiving a proper IP address, subnet mask, and default gateway. If any entry is empty, type ipconfig /release and hit Enter; then type ipconfig /renew and press Enter. Now try to ping the default gateway by typing ping xxx.xxx.xxx.xxx (where the x’s are the numbers in the gateway) and pressing Enter. Note the results. If you can ping your gateway, see if you can resolve a domain name by typing ping google.com and pressing Enter.
Next, test the stability of your connection for 15 minutes by running a continuous ping. At the command prompt, input ping –t google.com and press Enter. After the time is up, hit Ctrl + C to stop the ping. Scan the list and observe any timeouts (a couple is OK, but more than that is trouble). If you still can’t browse, or if you’ve encountered an error during any of the commands, refer to Step 3 for a solution.
2. Diagnose the Cause of Slow Internet Connections
Running a home network with two or more dormant computers? Turn off those machines or put them in standby—any additional rigs downloading or uploading information (no matter how minute) will negatively impact your online performance. Therefore, if you want maximum bandwidth, lock out those YouTube-surfing in-laws during your sweet all-night-long TF2 sessions.
Also, as clichéd as it might sound, the most common causes of a bogged-down connection are spyware and malware. If you haven’t done so already, download and install both Ad-Aware SE free edition (http://tinyurl.com/6lzwnk) and Spybot Search and Destroy (http://tinyurl.com/2c4c69); run them one after the other (you can safely ignore the compatibility warnings). You might be amazed at how well these utilities can improve performance.
Now for some housecleaning: For XP, go to the Start menu and then Run; for Vista, go to the search bar. Type msconfig to open the System Configuration Utility. Click the Startup tab and uncheck any boxes except the following (if present): Windows display drivers, anti-virus/firewall software, soundcard drivers, systray, Windows Explorer, and anything listed under Microsoft Operating System. If you’re unsure about a specific entry, take the safe route and leave it checked. Many times, some software, such as Apple’s QuickTime, will start itself with Windows and auto-update in the background, hogging all your precious bandwidth.
Lastly, if you utilize DSL or cable, call your ISP and request a line-test. This is a quick and simple procedure, and while it can only be run from the provider’s side, it can instantly reveal whether your residence is too far from the central office, suffering from severe signal degradation, etc.
Quicktip
To compare your ISP’s stated connection speed with your download speeds, divide the speed your browser reports by 1024. Example: 550KB/sec / 1024 = .537 MB/sec.
3. Fix a Dead Connection
If you’ve hit a snag running any of the commands in Step 1, here are a few solutions to the most common errors.
1) You have an IP address, but no default gateway, even after releasing and renewing, or you can’t ping a domain name.
In this case, make absolutely sure you have Windows configured for DHCP (or statically, should your ISP support it). For XP, go to the Start menu, then Run; in Vista go to Start or the search bar. Type control netconnections and click OK. Right-click your active icon (should be the one without a red X) and select Properties. From here, ensure that all boxes are checked and highlight Internet Protocol (TCP/IP) and click Properties. If you don’t have a static IP, make sure there’s a dot in the circle next to “Obtain an IP address automatically.” If everything is set up correctly but your command lines are still failing, the ISP is probably at fault and will need to be contacted.
2) You pinged Google.com continuously but received an extraordinary number of timeouts.
The most common causes for this error are a conflict in an assigned public IP address or large amounts of interference with the connection due to, say, interior power cables running parallel to the residence’s WAN line. Unfortunately, both of these issues necessitate a call to your ISP. However, if you list everything we’ve mentioned above, the conversation should be quick and torture-free, and while interference can take time to diagnose and resolve, assigning a new customer WAN IP should take no longer than five minutes.
4. Get Your Nic Up to Speed
If you run Vista, turn off IPv6 if you don’t use it. Doing so will typically result in better overall reliability. While you’re inside your network connection properties (this applies to XP users as well), click the Configure button next to your network card’s name and navigate to the Advanced tab and ensure that these properties (if listed) are set as follows: LAN Power State Link Speed: Disable; Optimize For: Throughput; Speed/Duplex Settings: Full Autonegotiation. Next, click the Power Management tab (if available) and make sure to uncheck “Allow the computer to turn off this device to save power.”
For XP users only, go to Start, then Run, and type gpedit.msc. Click OK. (Note: You must have full admin rights to make this edit.) Find User Configuration and navigate to Administrative Templates, then Desktop, and right-click “Do not add shares of recently opened documents to My Network Places” and click Enable.
It’s also a good idea to disable any unused network ports. Simply type control netconnections into XP’s Run or Vista’s search bar, click OK, and right-click the dormant icon and select Disable.