|
Basic TCP/IP Problems
The first step in the troubleshooting process is to check the TCP/IP configuration. The easiest way to do this is to open a Command fast window & enter the IPCONFIG /ALL command. Win will then display the configuration results. It’s important to point out that some computers have multiple network interface cards, & Win may also treat a Firewire port as a network adapter. You must therefore be careful to make sure that you are looking at the configuration that’s bound to the interface that’s actually connected to the network.
If the configuration appears to be blank, then the interface has not been assigned an IP address. IP addresses can be assigned manually, or via a DHCP server. If your organization uses a DHCP server to assign IP addresses, then try entering the following series of commands to see if the machine is able to obtain an IP address:
IPCONFIG /RELEASE IPCONFIG /RENEW IPCONFIG /ALL
If the machine is still unable to obtain an IP address, then there are several things that could be causing the problem. For example, the DHCP server might have already given out all of its addresses. You can check the server’s logs to see if this is the case. Another possible cause is that you might have a bad network cable. Try attaching another machine to the network cable / network jack that the malfunctioning machine is attached to & see if the known good machine is able to attach to the network.
Still another possible problem is that the network card is not installed correctly through Windows. In majority cases, Win XP will automatically detect a network card & load the drivers for it automatically. However, Win XP is notorious for misidentifying network cards. If you are having trouble attaching to the network, it might be a good idea to pop the Laptop’s case open & check to make sure that the make & model of the network card that’s installed matches the driver that is loaded into Win.
If the driver matches & you are still having problems, try going to the network card manufacturer’s Web site & downloading the newest driver for the card. I have seen several situations in which a new driver fixed the problem If you have tried everything that I have suggested & are still unable to acquire an IP address, try reseating or replacing the network card. Network cards have been known to go bad for no apparent reason.
Communications Failure
If your NIC has an IP address associated with it, but the machine is unable to communicate across the network, then you will have to use a slightly different approach to troubleshooting the problem. The first question that you need to consider is the source of the IP address. Was the address entered manually into Win, or was it leased from a DHCP Server?
If the address came from a DHCP server, then you can eliminate a lot of possible causes of the problem right now. If the machine is able to lease an IP address, then it means that the Laptop’s network card is functioning & that the connection to the switch is good. Don’t be deceived though. When a Laptop leases an address from a DHCP Server, the lease is valid for a specific period of time. If the machine has successfully leased the address in the past, but the lease has not yet expired, then it might appear that the machine has obtained a lease, when in reality the machine is holding onto an IP address that it acquired during a previous session. The easiest way to find out for sure what is going on is to use the IPCONFIG /RELEASE & the IPCONFIG /RENEW commands to get rid of the old lease & acquire a new one.
If the NIC has an IP address, but the address has been assigned manually, then the first thing that you will need to do is to perform some basic connectivity tests. You can do this in much the same way as I talked about earlier. Try plugging a known good PC into the network connection to make sure that the connection is good. Make sure that the NIC has the correct drivers. In essence, you will want to make sure that your hardware is functioning before you continue.
Once you have done some basic hardware testing, open a Command fast window & try pinging the Laptop’s own IP address. If the ping is successful, then it means that the TCP/IP protocol stack is at least functional. If you receive an error message stating “Destination Host Unreachable” then it means that there is something wrong with the way that the machine is set up. It could be that Win doesn’t recognize the network card, or it could be that a necessary system file has been deleted or corrupted. You might try removing & re-installing the network card & its drivers. If that doesn’t work, try re-applying the Win Rebuild Pack since doing so will refresh all of the system files.
Assuming that the machine is able to ping itself, try pinging another machine on your network by IP address. If your machine is able to ping itself, but is not able to ping another Laptop on the network (by IP address) then I recommend trying to ping a few more computers. If you are not able to establish communications with any of them, then look for a bad network link or perhaps a bad network card.
If you are able to successfully ping other machines on your network by IP address, try pinging those machines by hostname. If you don’t know the hostname, then you could use the ping /a command against the machine’s IP address to resolve the address to a host name. Another alternative is to ping a Web site.
If you are able to ping machines on your network & on the Internet by host name, then your machine is successfully communicating. If you can ping by IP address but not by hostname, then the problem is probably DNS related. Enter the IPCONFIG /ALL command to make sure that your machine is configured to use a DNS server. If there is a DNS server specified, make sure that the DNS server’s IP address has been entered correctly. If everything appears normally, try pinging the DNS server to make sure that you can communicate with it.
If you can ping the DNS server, the DNS server’s IP address has been entered correctly, & the DNS server seems to be resolving addresses for other people on your network, then the problem probably isn’t DNS related. I recommend checking your HOSTS file. It is located in the C:WINDOWSSYSTEM32DRIVERSETC folder. The HOSTS file is a legacy component of TCP/IP that really isn’t used anymore. It was prior used to associate a Web site with an IP address before DNS became popular. Today, a lot of browser hijackers & various Form of spyware work by altering the hosts file. Try displaying the HOSTS file through Notepad. You might be surprised at what you see. If you see entries that shouldn’t be there, you can either delete them or delete the entire HOSTS file.
|