Repair Network connection

  • Thread starter Thread starter Peter Treloar
  • Start date Start date
P

Peter Treloar

Can someone tell me what Repairing the network connection actually does ?

I have a computer our new Sr. VP is trying to use via ADSL at home. When we
configured it at work the network was fine. But at his home it drops the
network connection every 3-4 minutes. Repairing the connection works but
only for another 3-4 minutes. Doing an IPCONFIG release/renew also fixes the
problem, temporarily

He is connected to the ADSL router via a switch and another computer in the
house works without any problems. I've tried different ports on the switch
and even connecting directly to the modem with different cables but it made
no difference.

Anyone have any advice where to look next.

Thanks,

Peter.
 
Hi Peter,

Here is what the repair option does:

- Dynamic Host Configuration Protocol (DHCP) lease is renewed: ipconfig
/renew

- Address Resolution Protocol (ARP) cache is flushed: arp -d *

- Reload of the NetBIOS name cache: nbtstat -R

- NetBIOS name update is sent: nbtstat -RR

- Domain Name System (DNS) cache is flushed: ipconfig /flushdns

- DNS name registration: ipconfig /registerdns

The following action has been added to Windows XP Service Pack 1:


- IEEE 802.1X Authentication Restart

Have you tried a different network card in your bosses computer?
What exactly happens when it "drops the connection"? Can you ping the
default gateway by IP address? Can you ping the computers own IP address?

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Peter,

From what I see there are two possibilites:

1. The NIC is bad, try adding a another NIC and testing - you should be
able to add a PCMCIA or USB NIC as a test. Since the MAC address needs to
be registered with the ISP, you'll need to do that before testing.

2. Something is messed up at the ISP and the NIC's MAC address is
registered incorrectly (or not at all). When it fails, does the NIC still
show an IP address? If not, contact your ISP.

If all else fails, your best bet may be to get a sniff and see what is
happening (or not happening) on the wire just before a failure. You can run
rasdiag on the client to get a sniff.


Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top