I finally resolved my networking issues a couple of days ago. Here's a quick synopsis for reference. First, my point of reference for troubleshooting was this link,
http://www.practicallynetworked.com/.../troubleshoot/
Part - One
All networks:
- Use the same, single protocol for File and Printer Sharing on all computers.
Make sure that each network card is set up properly.
Networks that use the TCP/IP protocol for any purpose:
- Remove all firewall programs while troubleshooting.
Assign all computers to the same IP subnet.
Networks that use the TCP/IP protocol for File and Printer Sharing:
- Permanently disable XP¡'s Internet Connection Firewall on a local area network connection.
Enable NetBIOS Over TCP/IP on all computers.
Part Two - NIC Card
The primary problems involved the Laptop¡¦s PCMCIA Network Card. The dongle were not making proper connect with the actual card. XP show the card working under the device manger and the dongles' activity light functioned. So I had to run very specific test to confirm the issue. The tests involved pinging the NIC card (details found here
http://www.practicallynetworked.com/...ip-details.htm );
and entering my router setup, selecting DCHP, then choosing DCHP Table, which did not list the laptop. The finally confirmation occurred when I purchase a USB Adapter NIC for troubleshooting and attached to the laptop. Now, it connected to the internet and the DCHP table listed it.
Part Three - Sharing files
The laptop connected to the internet through the router, yet could not display shared files. Again, I pinged both computers from the command line (details found here
http://www.practicallynetworked.com/...ip-details.htm ). The tests pointed to a NetBIOS name resolution failure. So I enable Netbios on both systems (per these instructions
http://www.practicallynetworked.com/...hoot/netbt.htm). This action did not rectify the file sharing situation. At this point, I began using the XP Network troubleshooting tool. Then Windows XP Network Troubleshooter asked me the following.
Quote:
Are you using a computer name that already exists on the network?
The troubleshooter detected that you might be using a computer name that already exists on the network. This might be the cause of the problem. Follow the steps below to change the computer name.
|
The answer was resounding yes; all computers had the distinct names and were connected to the network. The problem seemed to be extreme, because I had executed all the simple troubleshooting measures. Now, I found myself back at square one resetting all network protocols. Netbeui was removed easily enough through the network properties manager. TCP/IP needed to be removed from the command line utilizing Netshell (ooch!).
Part Four - Reset the TCP/IP
The NetShell utility (netsh) configures and monitors Windows XP networking. This tool provides an interactive network shell interface to the user.
When this command is executed, it rewrites pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to achieve the same result as the removal and the reinstallation of the protocol. The command looks like the following line.
Quote:
|
netsh int ip reset [log_file_name]
|
After removing NetBeui and resetting the TCP/IP stack, the computers could finally share files and connect to the internet.
Part Five - Adding NetBeui
Since my pre-existing network utilizes NetBeui, I need to install it for compatibility and security. NetBeui allows me to add an additional layer of protection in my network topology. Unfortunately, Netbeui did not allow file sharing when I re-installed it through the networking property manager. After troubleshooting for a couple of hours, I reinstalled Netbeui per Microsoft knowledge base article (301041). After restarting the computers, the computers could see each other and share files. DONE!
My problematic situation consumed a greater portion of a week's time. Hopefully, this information helps others quickly resolve their issues