Tech Support Forum banner

Network Connection question

1608 Views 6 Replies 4 Participants Last post by  clintfan
I'm trying to connect two computers through via network connection. When I try to set up a new connection this system cannot see the computer I am connecting to. The system I am using is running Win2000 and I am trying to connect to a Win98se machine. What am I forgetting? Thank you in advance.
Status
Not open for further replies.
1 - 7 of 7 Posts
How are you connecting the two together? Do you have a crossover cable? Do the NIC's connection lights come on when you plug in the cable?
Hi John,

Yes I am using a cross over cable. The NIC connection lights are lit up on the Win2000 box but not on the Win98se box.
What do you have under Network properties in the W98 box? It doesn't sound like the NIC is talking to anything.

Try opening an MS-DOS prompt on each machine and typing:

PING 127.0.0.1

Post the results.

My guess is that you have a problem with the installation of network components on the W98 machine.
hello Javora,
did you make this crossover cable or did you get it from a shop ?
Hi all, I was able to get a working backup on to CD-RW and I am going to reformat/reload my system. So I think we can close out this thread. It looks like my NIC card is dead (no lights or anything when connected), and I don't want to buy a NIC for a system that I am going to part out in a week anyway. Thanks again for your help.
Since you said the LED doesn't light, it does sound like you do have a cabling/ setting/ hardware issue.

On the 98SE side, go into Control Panel- Network. Find and highlight the device which is your LAN NIC. Now choose Properties. Now look for Advanced, this is usually where the speed/duplex settings are, if this is a relatively modern 10/100 card. It may try to update the NDIS driver module when you change this. You will need to reboot your machine after this.

Usually your choices are: Auto Detect, 100/Full, 100/Half, 10/Full, and 10/Half.

Different firedrill on the 2000 side; go into Control Panel, then Network and Dial-Up Connections. Right click on Local Area Connection and choose Properties. Now at the top click on Configure. Again look for Advanced tab. Find and choose Link speed and duplex.

Make sure to set both ends to the same Speed+Duplex setting; you MUST do this when using a crossover cable. First choice might be Auto Detect, but if that doesn't work, choices in order of best to worst would be Auto, 100/Full, 10/Full, 100/Half, 10/Half. if Auto doesn't work, then skip to the next choice in this list.

10/Half is the lowest common denominator. Also 10/Full is not run very much so could be buggy. If one side or the other has NO configurable settings, then if it's a relatively old LAN card it's probably 10/Half. If you are using a hub instead of crossover, chances are it's 10/Half. If you are using a newer Linksys Router, you should set either to Auto, or 10/Half only if Auto won't work.

After all this, with both systems started or restarted, you ought to have a good LAN connection betwen.

But there's a bit higher-level work to do still...

Let's say you want to mount the 2000's disk from 98. Once you have a good connection, the other thing you will need to do is tell 98 what the IP is for your 2000 machine, so the 98 can find it on your little "net". This is easy with static IP's, or if you are using a Linksys router which does DHCP (i.e machine(s) are set to "Obtain an IP Address Automatically").

For exmple of a Linksys, create or edit your C:\WINDOWS\HOSTS text file on the 98SE side. It will need to contain the name and IP of the other system, like this:

127.0.0.1 localhost
192.168.1.101 sys2k

where the IP and sys2k are whatever IP you have on the 2000 side. The static IP would be the same way. But if both sides are set for DHCP and you do not have a router to help you, you will probably have to temporarily assign some made-up IP's to these machines, like 192.168.100 (for 98) and 192.168.1.101 (for 2000).

Then you should be able to go onto 98, click Start- Run, then
ping -a 192.168.1.101
and get some responses.

If so, then now on 98 do My Computer- Tools- Map Network Drive- then choose a drive letter like T: and tell it to connect to path
\\sys2k\C$
(or whatever computer name identification your 2000 is using). If the target drive on the 2000 doesn't have Sharing enabled, you will need to enable that sharing first, and give it a share name like C$.

I did something exactly like this yesterday, to copy 7GB of data from my old 98SE box to my new XP box, through my Linksys, at 100/Full-- it took 30 minutes. I could not connect successfully until I did the HOSTS thing.


Anyway maybe this will get you further. Or more likely it could also create MUCH more hassle for you if you don't enjoy tinkering with the network stuff. :mad:

-clintfan
See less See more
1 - 7 of 7 Posts
Status
Not open for further replies.
Top