Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > OS & Software > Windows OS

Network Connection Problems

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 07-09-2008
Creamy_Goodness Creamy_Goodness is offline
Newcomer, in training
 
Member since: Apr 2007, 20 posts
Network Connection Problems

Hi guys - A while back my workstation started doing something rather strange.

Specs as follows according to Everest, if it helps.

OS is XP Pro SP2
MB is Acer E91M with a P4 3.2ghz 540J

At first login the PC would tell me I had a network error - the message varied between "Limited or No Connectivity" to "Network cable unplugged". After a random amount of time a connection would suddenly be established. (Random as in the shortest time I had to wait was around 60 seconds and the longest 2 hours) Restarting didn't solve the problem.

Once the connection was re-established it wouldn't drop at all even if I did a cold boot. The problem was only at 1st login.
My first guess was that the on-board adapter was damaged, so disabled it and replaced with a seperate NIC but with no luck. Also tried different network points and cables.
Today for the first time it started dropping connection at random during the course of the day as well.

Has anybody had similar experiences? I'm starting to think it's a software issue and not hardware but before I start doing a full re-installation I thought I'd pick some brains.


thanks for any help you can provide!
Reply With Quote
  #2  
Old 07-09-2008
CCT CCT is offline
TechSpot Guru
 
Member since: Apr 2007, 2,827 posts
http://support.microsoft.com/kb/910389

Note particularly: "Allow the computer to turn off this device to save power
If the network adapter supports this option, it is available on the Power Management tab of the network adapter properties dialog box. To resolve this issue, disable this option on the Power Management tab. For more information about how to disable this power management option, click the following article number to view the article in the Microsoft Knowledge Base:
811595 (http://support.microsoft.com/kb/811595/) "A network cable has been unplugged" message appears at seemingly random intervals"
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #3  
Old 07-09-2008
Creamy_Goodness Creamy_Goodness is offline
Newcomer, in training
 
Member since: Apr 2007, 20 posts
Quote:
Originally Posted by CCT
http://support.microsoft.com/kb/910389

Note particularly: "Allow the computer to turn off this device to save power
If the network adapter supports this option, it is available on the Power Management tab of the network adapter properties dialog box. To resolve this issue, disable this option on the Power Management tab. For more information about how to disable this power management option, click the following article number to view the article in the Microsoft Knowledge Base:
811595 (http://support.microsoft.com/kb/811595/) "A network cable has been unplugged" message appears at seemingly random intervals"

Thanks - Have disabled "save power" function on on-board interface. The NIC doesn't support that function.
I'll have to see in the morning what the results are, and will post then.

For some reason I cannot connect to Microsoft Support but will keep on trying.

Thanks once again.
Reply With Quote
  #4  
Old 07-09-2008
LookinAround LookinAround is offline
TechSpot Addict
 
Location: Chicago-land, IL
Member since: Apr 2007, 1,278 posts
To test/debug what might really be going on here requires a brief overview on how a computer attains its IP address.

There are different methods possible for a computer to attain an IP address. One of the most common follows a protocol called DHCP. It stands for "Dynamic Host Configuration Protocol". In a simplified view of the process, your computer "requests" an IP address from a DHCP server. The DHCP server grants the request and assigns it an IP address. Note, with this method
  • The requesting computer is not guaranteed the same IP address everytime. The choice of IP address is up to the DHCP server which can change it if it feels like it.
  • If your computer sits behind a router in your own Local Area Net (LAN) there are two DHCP servers involved
  • Computers on your LAN are typically configured to use your router as a DHCP server.(These are all you LAN IP addresses)
  • Your router is typically configured to request its IP address from a DHCP server at your ISP (This is your one public IP address)
In reality, the DHCP protocol gets a bit more involved.
  • The client computer "requests" an IP address
  • The server grants it "a lease" to an IP address. The lease time is the amount of time the client is allowed to use the IP adress granted. Note the IP address granted is not guaranteed to never change even while the client stays up and running.
  • When half-the-lease-time has expired, the client must start issuing "renew" requests asking the server to renew its least.
  • Anytime before lease expiration, the server may choose assign a new lease time for the IP address or deny the renew request in which case it would typically follow it with a new lease on a new IP address.
just fyi: As i recall the minimum lease time is 8 hours which, for this case, mean a client would start trying to renew its lease as early as every 4 hours.. So theoretically, this method can change your IP address every 4 hours!

To troubleshoot your problem, suggest you understand:
  • Is the problem with the ISP assigning the IP to the router?
  • Is the problem with your router assigning the IP to your LAN devices?
  • Understanding why a IP lease renew request is being denied (if that's the case) and for how long it's being denied. It shouldn't be a problem if it's denied but immediately granted a new lease to a new IP (unless for example maybe the computer who was denied doesn't handle the new IP reassignment very well or so quickly)
To resolve these, you might want to:
  1. Test without using a router. Only one computer and one DHCP server in that case
  2. Test with mutliple computers going through the router. Some routers will log the DHCP release/renew events which you can read to better undersand what's going ont
  3. Go through you router documentation as they often have several options to see what is happening
    • Logging DHCP events
    • Display router current status including what it believes to be the current IP assignment for each computer
    • They provide functions you can use to release/renew IP addresses when you want to
  4. Use the ipconfig from a command window on your computer to release/renew IP addresses with the router ipconfig /release or ipconfig /renew
  5. Add a "network sniffer" to monitor your LAN traffic and capture and see the DHCP commands between your computers and the router to better understand what might really be going on

Last edited by LookinAround; 07-09-2008 at 07:34 AM.
Reply With Quote
  #5  
Old 07-09-2008
wakasaki wakasaki is offline
Newcomer, in training
 
Member since: Jul 2008, 11 posts
Hello Creamy_Goodness,

Definitely read and try what LookinAround has posted. Good job LookinAround, I copied all that down and put it in a text file for later personal use.

The only other thing I can think of would be viruses or spyware. They can do almost anything to computers these days.

I would sugest one of the following anti-viruses
Avast Anti-Virus
AVG Anti-Virus
Avira Anti-Virus
Choose one of those free Anti-Viruses, don't use them all at once. May cause conflicts.

I would recommend Spybot S&D as your Spyware and other malicious software descovery tool.

I would also recommend using CCleaner to remove unneeded files from your computer and to "fix" potential issues in your registry.

Also use ATF_Cleaner to remove unneeded files.

Good Luck
Reply With Quote
  #6  
Old 07-09-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
hi everyone im almost having the same problem, i just purchased a wirless netgear wgt624 router and i have a hp vista laptop. i also have an arris touchtone comcast dsl modem. my problem is that i can connect to the internet wirelessly thought the router. but i can not connect on the internet on my desktop. i would like to get the internet goin at the same time both through the router. i have tried to insert an e cable from the router directly to the computer but i get limited or no connectivity. and its not the cable bcuz i swapped out with another e cable and the same result occurs. plz help
Reply With Quote
  #7  
Old 07-09-2008
LookinAround LookinAround is offline
TechSpot Addict
 
Location: Chicago-land, IL
Member since: Apr 2007, 1,278 posts
Hi djfastlane1

I'm sure you'll be able to get some help. However, you should start by reviewing some Guidelines AND starting a new thread which addresses your problem and put it in the correct forum (for your specific case, ie. Mobile Computing)

Be sure to give more specifics about your hp vista laptop (like make/model and exactly which version of vista). It would also help if you found the tag on your cable modem and stated its exact make/model number as well.

There are many variables involved in fixing a problem. Always start by indicating your hardware and software specifics for what;s involved. (e.g. There are several different versions of Vista. Knowing which version can make a difference)

TechSpot Forums Community Guidelines

TechSpot Forums Software FAQ (Frequently Asked Questions)
Reply With Quote
  #8  
Old 07-09-2008
jobeard's Avatar
jobeard jobeard is offline
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,384 posts
Quote:
Originally Posted by djfastlane1
i have tried to insert an e cable from the router directly to the computer but i get limited or no connectivity. and its not the cable bcuz i swapped out with another e cable and the same result occurs. plz help
get a command prompt (run->cmd) and enter
ipconfig /all
copy and paste the results in your follow.

'limited connectivity' usually means your system did not find the DHCP service
and therefore took a default 169.x.x.x address.

If you see that, then go to your NIC and be sure to set DHCP for both the IP & DNS addresses.
Reply With Quote
  #9  
Old 07-09-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
what is a NIC? and how do i this?
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #10  
Old 07-10-2008
Johnnypass Johnnypass is offline
Newcomer, in training
 
Location: Manchester
Member since: Jul 2008, 4 posts
hmmmm.

NIC stands for Network Interface Card....

Go to RUN and type in "cmd" press enter

Type in ipconfig /all and press enter

Various information will be displayed

We need to know what Ip address, subnet mask, default gateway you have been assigned and wether you have DHCP enabled.... oh and your DNS details would be helpfull too.
Reply With Quote
  #11  
Old 07-10-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
ok i did all of that and yes dns is enabled. now wat?
Reply With Quote
  #12  
Old 07-10-2008
jobeard's Avatar
jobeard jobeard is offline
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,384 posts
DNS or DHCP?
Reply With Quote
  #13  
Old 07-10-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
sorri bout that DHCP
Reply With Quote
  #14  
Old 07-10-2008
xxdanielxx's Avatar
xxdanielxx xxdanielxx is offline
TechSpot Addict
 
Location: Southern CA
Member since: Aug 2006, 1,171 posts
sounds like you need to clear your winsocket try what I have posted below.

Open a Command Prompt window
1. Start>Run>Type cmd and click ok you will get a black box.
2. Type netsh int ip reset resetlog.txt and press Enter make sure to put the spaces. The original prompt will reappear.
3. Now type netsh winsock reset catalog and press Enter
4. type exit press Enter and reboot the laptop.

Let me know if this solve the problem.
Reply With Quote
  #15  
Old 07-11-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
if im doin all of this on my laptop, or am i? but if im doin this on my laptop then how does it help my connection on my desktop?
Reply With Quote
  #16  
Old 07-11-2008
xxdanielxx's Avatar
xxdanielxx xxdanielxx is offline
TechSpot Addict
 
Location: Southern CA
Member since: Aug 2006, 1,171 posts
lol this is a normal thing I post I forgot to change it to desktop
Reply With Quote
  #17  
Old 07-11-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
ok i did wat u said and nothing happened.
Reply With Quote
  #18  
Old 07-11-2008
xxdanielxx's Avatar
xxdanielxx xxdanielxx is offline
TechSpot Addict
 
Location: Southern CA
Member since: Aug 2006, 1,171 posts
sorry can you give more information. Nothing happen when you entered the commands in the black window or after you rebooted you still get the same problem
Reply With Quote
  #19  
Old 07-11-2008
djfastlane1 djfastlane1 is offline
Newcomer, in training
 
Member since: Jul 2008, 22 posts
after i rebooted i had the same problem
Reply With Quote
  #20  
Old 07-11-2008
xxdanielxx's Avatar
xxdanielxx xxdanielxx is offline
TechSpot Addict
 
Location: Southern CA
Member since: Aug 2006, 1,171 posts
I want to see if you dont have a malware that is blocking your internet

* Click here to download HJTsetup.exe
  • Save HJTsetup.exe to your desktop.
  • Doubleclick on the HJTsetup.exe icon on your desktop.
  • By default it will install to C:\Program Files\Hijack This.
  • Continue to click Next in the setup dialogue boxes until you get to the Select Addition Tasks dialogue.
  • Put a check by Create a desktop icon then click Next again.
  • Continue to follow the rest of the prompts from there.
  • At the final dialogue box click Finish and it will launch Hijack This.
  • Click on the Do a system scan and save a logfile button. It will scan and the log should open in notepad.
  • Click on "Edit > Select All" then click on "Edit > Copy" to copy the entire contents of the log.
  • Come back here to this thread and Paste the log in your next reply.
  • DO NOT have Hijack This fix anything yet. Most of what it finds will be harmless or even required.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot connect to the network even when network connection shows connected fatality Storage & Networking 6 05-16-2007 09:25 AM
Network Connection codez13579 Storage & Networking 3 10-26-2006 01:41 PM
No Connection With Network. thmandan22 Storage & Networking 2 04-02-2005 03:21 AM
Ad-Aware Problems? Killed my network connection? thmandan22 Misc. Software & Utilities 6 04-01-2005 02:06 AM
Unusual problems with network connection on WinXP Palisades Windows OS 0 03-08-2005 11:34 PM


All times are GMT -4. The time now is 01:13 AM.