30-Dec-2006, 11:34 PM
|
#1 (permalink)
|
|
Administrator
Posts: 18,702
Join Date: Jan 2006
Rep Power: 10
|
Troubleshooting TCP/IP Networks
The basics for troubleshooting are:
| | 1. | Make sure you have the same IP scheme (e.g. 192.168.0.x). | | 2. | Make sure you have the same Subnet Mask, Gateway, and DNS IP addresses | | 3. | Make sure you can ping the other computer's by IP address | | 4. | Make sure you can ping the other computers by Name | | 5. | Make sure you have the same workgroup name (watch for trailing spaces) | | 6. | For troubleshooting purposes, uninstall any 3rd party firewall software and turn off XP's built in one. You can always add more complexity after you get it working. | | 7. | With Windows2000 or XP, make sure you have the same username and password as the person logging onto the other computers. The default setting for XP Pro is to require a password for network access. | | 8. | Apply the registry edit to fix the browsing delay from Widnows2000 and XP to Win9x computers. http://www.onecomputerguy.com/windowsxp_tips.htm#browsing_delay. | | 9. | More details about how to network XP can be found at: http://www.onecomputerguy.com/networking/xp_network.htm | | 10. | Basically keep things simple. Remove any unnecessary firewalls, protocols or other configurations the complicate the troubleshooting process. You can add them back in later after you get things working. |
If you are having difficulty make a network connection
| - Try PINGing other computer(s) on your network both by IP address and Name
- This is to test if you have basic TCP/IP connectivity. Without success here, you are likely not to get much farther.
- First use a computer's IP address. If you are connecting to the Internet, try pinging the IP address of your external DNS server.
- The syntax is: PING IP_Address.
An example would be PING 192.168.0.1
|
Try Pinging Yourself
| - This does not mean using your own IP address
- Either type: PING localhost
or
PING 127.0.0.1
- A good response ensures the loopback in the local machine can be reached.
|
If you do not get a reply, your network configuration, modem, Ethernet card, or cabling is probably at fault
| - Triple check all your network settings.
- If you have Win9x, you can run WINIPCFG to get a graphic of your TCP/IP settings.
- Click on the More Info tab to bring up a screen similar to the one below.
- If you have Windows2000 or XP, open up a command window (Start / Run / CMD), then run IPCONFIG /ALL. This will give a text display of all the IP information for any network adapters.
- If you have a network adapter, make sure that the adapter is set up correctly.
- Also check to see if any link status lights on your adapter are lit.
- If you are on a local LAN, see if you can use another known working computer's network drop, cabling, and network card.
- Make sure your Dial-Up Network settings are all correct. It is easy to miss an item.
|
If your PING works but you are having problems finding sites on the Internet
| - Try PINGing a name rather than an IP address.
- This will determine if your DNS entry is correct or working.
- For example: PING www.yahoo.com
- If this works, then likely your web browser is misconfigured. Make sure you do not have an incorrect proxy server setting in your Web Browser
|
If you can't Ping a Computer Name
| - Check the DNS IP address in your Network or Dial-Up Icon's setup
- If you are only using an ISP and not connected to a local LAN, you only need a DNS entry in the Dial-Up Icon.
| If you are on a LAN but cannot connect to any other devices
| - If you can ping all the other computers on your network but are not allowed access:
- Make sure you have the same username and password defined on any NT based computer (NT 4, Windows2000 and XP), that are logging into the other computers.
- Try connecting to the computer using Start \ Run and enter \\Servername where Servername is the name of the server you want to connect to.
- Add the Computer and it's IP address to the LMHOSTS file. This is a straight text file that resides in the Windows directory (for Win9x) or the Windows\System32\drivers\etc directory (for Windows2000 or XP) and has the format IP_Address Computer_Name
- Don't rely on the Network Neighborhood to always show you a list of computers. Browsing is fairly complicated issue and has a lot of places for failure. If you need to have resources available, create shortcuts on your desktop instead
- If you have Win95, make sure you get the Winsock update from Microsoft before connecting to a Windows2000 or XP computer.
|
|
|
|