network help

dlrsuperman

Senior member
Jan 1, 2001
224
0
0
I have 2 computers on a windows 98 SE network. One has a Linksys Ethernet combo card, and the other has an old isa network card. They are networked to a hub, which is uplinked to my cable modem. Both network cards work on the internet. I can also play games on the lan. My only problem is that I can not browse the other computer through network neighborhood. I have tried searching for the other computer name, but I never find it. I can't browse from either one of them, and it is really annoying when I can't send a file from one cpu to the other. Does anybody know how to fix this problem? Thanks a lot for any help you might have to offer.
 

Slikkster

Diamond Member
Apr 29, 2000
3,141
0
0
Sounds like your pc's are on different "Workgroups"

I just lifted this off another webpage because it was easy to do, but this sums it up:

Users who wish to share files and printers with each other must be on the same workgroup and the same subnet.

To check your workgroup, go to Control Panel and Network, and select the Identification tab. Computer name is the unique name of the computer on the network. Workgroup is the name of the workgroup the computer will connect with to share files and data. This workgroup name must be EXACTLY the same on bot (or all) pc's for them to "see" each other.

The two pc's need to be on the same IP subnet as well, but check the Workgroup issue first.

 

Andrew99

Member
Jan 7, 2001
79
0
0
They shouldn't need to be on the same workgroup, you can always go into "browse entire network" and access computers on different workgroups.. You do have to be in the same workgroup for the other computers to show up when you just dbl-clk on Network Neighborhood.

File sharing protocols just seem flaky to me, I've often had them work, then stop working, then start working again (on large lans, not small ones). I don't want to get too much into it and show my ignorance, but file sharing with the windows computer name uses one protocol (netbeui I believe), and file sharing with the IP address uses another protocol, TCP/IP ... So, when you go to find->computer, try looking for the computer's IP address, instead of the computer name...
if that works, then don't bother reading the ramble below...

The two PC's should be on the same subnet, meaning .. (I get to be technical now) If you do a bitwise AND on the subnet mask and the ip address of machine A, it should equal the AND of the subnet mask and ip of machine B. Since these are on the same network (sharing a hub) you really want them on the same subnet (the and of ip and netmask)
A quick example... if your subnet is 255.255.255.0, then all of your local PC's ip addresses should have the first 3 numbers the same, and the last one different ... The bitwise and of 255.255.255.0 and ip 10.5.3.1 would be 10.5.3.0, and the ip 10.5.3.23 would also bitwise and to 10.5.3.0 ... the same.
 

BruinEd03

Platinum Member
Feb 5, 2001
2,399
1
0
Aside from what Slik's said...add NetBeui in the protocols for both computers. That should help.

-Ed