I keep losing my network connection every 2 hrs. like clock work.
It begins from the moment I first log on. I start with it connected for a few seconds then I lose it from anywhere from 30 seconds to a minute and repeats every 2 hrs. all day long.
When the lost connection happens I get a message that says: local area network connection lost network cable is unplugged.
I have already installed another NIC both internal and USB, nothing works I still get the same message.
Can anyone help...please
Whats your OS and setup, DSL or ADSL. If you're using windows what flavour ? if Xp I would check your event viewer for information first.
You say you have tried different NIC's, perhaps your router/modem is the problem. have you tried changing the cat5 cable ?
We can't help with this sort of thing with vague information. Do you have a firewall ? running on the PC or built into the router ?
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
I saw this DHCP error recently on a customers PC, I tried updating the driver for the network card but that didn't cure it. In the end I had to replace the network card, and that fixed it.
Although I wouldn't be surprised if your winsock is still corrupted perhaps. Here's a useful link to get you started:
http://windowsxp.mvps.org/winsock.htm
The above link mentions LSP's I had not heard of this term before, but it seems to relate to additions to winsock made by third party software and drivers you might have installed, that were not installed on the machine you exported winsock from. You said you were instructed to import winsock from another computer, that's fine but means you may need to re-install some things like the driver for your network card.
DHCP is Dynamic Host Configuration Protocol, it is the protocol used for a network card to lease an IP address from a DHCP server, most DSL/ADSL routers have a DHCP server running on them. The lease is typically 24 hours but varies across devices. When the lease is half up your network card will ask The DHCP server to continue the lease, it appears from your event veiwer message that this is where things are falling over, and explains why your problem is periodic, I wouldn't be surprised if your router is configured for a 4 hour lease.
The standard ethernet network cable is Cat5 UTP (Unshielded Twisted Pair) This is usually printed olong the cable. it has four pairs of twisted wires. The jack on the end is an RJ45 connector.
If you can't repair winsock, you could try either re-installing your OS or purchasing a new Network card.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Quite honestly, it looks to me as though you aren't dealing with a winsock issue at all this time around, but more of a DHCP-related problem instead.I only gave the winsock repair instructions to be on the safe side.
If you've only got one or a few computers connected to the router, it's usually more reliable overall to turn off the router's DHCP server feature and just assign all of the computers a static address. That will eliminate DHCP-related problems such as lease renewal times, the inability of the computers to obtain correct IP info from the DHCP server, etc.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
The above link mentions LSP's I had not heard of this term before, but it seems to relate to additions to winsock made by third party software and drivers you might have installed, that were not installed on the machine you exported winsock from.
Yes hollystiles- you've exactly and correctly grokked the concept of Microsoft's LSP (Layered Service Provider) extensions. :)
Additionally, what you stated is essentially true:You said you were instructed to import winsock from another computer, that's fine but means you may need to re-install some things like the driver for your network card.
Importing the winsock entries from someone else's registry is not a recommendation I've ever seen suggested nor one that I would suggest, as the contents of those registry keys can definitely vary between different computers.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
We have too many computers to disable DHCP server feature.
Would it be possible to assign a static address just to mine without disabling DCHP server feature and would that possibly work?
I'm pretty close to just giving up.
This is possible, on my lynksys the DHCP range of addresses starts at 192.168.1.100, the lynksys has IP 192.168.1.1, so 192.168.1.2 - 192.168.1.99 are available for static devices, choose any of these and that should be fine.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
This is possible, on my lynksys the DHCP range of addresses starts at 192.168.1.100, the lynksys has IP 192.168.1.1, so 192.168.1.2 - 192.168.1.99 are available for static devices, choose any of these and that should be fine.
Right.
As long as you choose an IP address that is out of the DHCP scope of the router (but still within the same subnet, obviously), you shouldn't have an address conflict.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Give it a shot and keep us posted. :)
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
You sure you haven't got a two hour lease on your DHCP settings. If the renewal is syncronised the server may time out on an increase of traffic at that time. Check it out and increase it as required.
Could it be a power problem on the router, although I'm clutching at straws there.
Let us know the problem if the tech guy fixes it, it sounds interesting.
MartyMcFly
Practically a Master Poster
678 posts since Feb 2005
Reputation Points: 16
Solved Threads: 17
You might want to have a look in your application and system logs to see if whatever is causing this is also logging some indication of its activity there.
Use the Event Viewer utility in your Administrative Tools folder to display the logs and let us know if you find any possibly relevant messages in them.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Thanks for the details. Information on the "MRxSmb" log entry and possible fixes for the problem can be found in some of the following links:
http://www.google.com/search?hl=en&lr=&q=MRxSmb+%22The+redirector+failed+to+determine+the+connection+type%22&btnG=Search
Messages #2 - #4 are cascading results of the error indicated in the initial MRxSmb message, messages 5 & 6 are the result of your system trying to recover fron the initial error and reconnect to the DHCP server (the router in this case), and message 7 indicates that the router is rejecting that request.
Earlier, you posted:
we tried assigning a static IP, no luck, or we did it wrong.
You should try that again, and this time also disable the DHCP client service on the machine in question when you do. I can post details on that later (I don't have time right now), but unless your network card or perhaps the router have gotten confuzzled (yes, "confuzzled"is a valid technical term), this really sounds like a DHCP issue.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370