Networking Forums

Networking Forums > Computer Networking > Windows Networking > Adding computer to existing network

Reply
Thread Tools Display Modes

Adding computer to existing network

 
 
Barry
Guest
Posts: n/a

 
      11-03-2003, 08:47 PM
I networked three computers using a hub a few years ago. I
added a fourth computer last year. I recently tried to add
a fifth computer unsuccessfully. I believe all is in
order, but the newly added computer only sees itself on
the network, and the other computers do not see it. I
suspect the network card for the added computer is the
problem. All computers are using Windows 98. The prior
network cards used show as:

SMC EZ Card 10/100 PCI [SMC1211 Series]
3 Com Ethernet III ISA [3C 509b - TPO] in PnP mode

The newly added computer as a card showing:

PCI Fast Ethernet DEC 21143 Based Adapter

I have made sure the network settings are the same, and
the workgroup the same name. Each computer has it's own
name and unique hard drive letter.

Do I buy another network card for this computer, or keep
looking for another problem?

Thanks for any help.
 
Reply With Quote
 
 
 
 
Richard G. Harper
Guest
Posts: n/a

 
      11-03-2003, 10:08 PM
Are you sure your hub will accept five connections? How many Ethernet ports
does it have, and is one of them labeled "Uplink"?

--
Richard G. Harper ((E-Mail Removed)) MVP Win9x
* Please post all messages and replies in the newsgroup so that
* all may benefit. Private mail is usually not replied to.
* Help US Help YOU ... http://www.dts-l.org/goodpost.htm


"Barry" <(E-Mail Removed)> wrote in message
news:071e01c3a254$17093da0$(E-Mail Removed)...
> I networked three computers using a hub a few years ago. I
> added a fourth computer last year. I recently tried to add
> a fifth computer unsuccessfully. I believe all is in
> order, but the newly added computer only sees itself on
> the network, and the other computers do not see it. I
> suspect the network card for the added computer is the
> problem. All computers are using Windows 98. The prior
> network cards used show as:
>
> SMC EZ Card 10/100 PCI [SMC1211 Series]
> 3 Com Ethernet III ISA [3C 509b - TPO] in PnP mode
>
> The newly added computer as a card showing:
>
> PCI Fast Ethernet DEC 21143 Based Adapter
>
> I have made sure the network settings are the same, and
> the workgroup the same name. Each computer has it's own
> name and unique hard drive letter.
>
> Do I buy another network card for this computer, or keep
> looking for another problem?
>
> Thanks for any help.



 
Reply With Quote
 
Guest
Posts: n/a

 
      11-03-2003, 10:28 PM

Yes, the hub will accept another computer. I took the
etherenet connection for the computer that will not work,
and set a lap top computer in the network with that same
connector. I set it up, and it saw the other computers and
they saw it.

Sure appreciate your looking at this.
 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      11-04-2003, 12:20 AM
Okay, that answers that. :-)

Can you ping the other computers by name or by IP address from the one that
doesn't work?

--
Richard G. Harper ((E-Mail Removed)) MVP Win9x
* Please post all messages and replies in the newsgroup so that
* all may benefit. Private mail is usually not replied to.
* Help US Help YOU ... http://www.dts-l.org/goodpost.htm


<(E-Mail Removed)> wrote in message
news:06ca01c3a262$2f3a4af0$(E-Mail Removed)...
>
> Yes, the hub will accept another computer. I took the
> etherenet connection for the computer that will not work,
> and set a lap top computer in the network with that same
> connector. I set it up, and it saw the other computers and
> they saw it.
>
> Sure appreciate your looking at this.



 
Reply With Quote
 
Guest
Posts: n/a

 
      11-04-2003, 02:46 AM
Richard, now I have to admit that I am in a bit over my
head. How do I "ping" the other computers. Can't tell you
how much I appreciate the help. BTW, I assume you think
the card in the computer I am working with is not the
problem.
>-----Original Message-----
>Okay, that answers that. :-)
>
>Can you ping the other computers by name or by IP address

from the one that
>doesn't work?
>
>--
>Richard G. Harper ((E-Mail Removed)) MVP Win9x
>* Please post all messages and replies in the newsgroup

so that
>* all may benefit. Private mail is usually not replied

to.
>* Help US Help YOU ... http://www.dts-l.org/goodpost.htm
>
>
><(E-Mail Removed)> wrote in message
>news:06ca01c3a262$2f3a4af0$(E-Mail Removed)...
>>
>> Yes, the hub will accept another computer. I took the
>> etherenet connection for the computer that will not

work,
>> and set a lap top computer in the network with that same
>> connector. I set it up, and it saw the other computers

and
>> they saw it.
>>
>> Sure appreciate your looking at this.

>
>
>.
>

 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      11-04-2003, 03:38 AM
That's what I'm trying to help you discover.

A ping test involves finding out the IP address of one PC on your network,
then going to another computer and opening up an MS-DOS Window and typing
the command:

ping <ipaddress> (ENTER)

to see if the computers can talk to each other. On a Windows 98, WindowsMe,
Windows 2000 or Windows XP system you can use IPCONFIG /ALL (typed in a DOS
window) to find out the IP address of a computer; on a Windows 98 or
WindowsMe computer you can also use WINIPCFG to find it out.

For example, let's assume that one of the working PCs on your network has
the IP address 10.101.1.2 - with this information you'd go to the computer
that can't see the other computers and type:

ping 10.101.1.2 (then press the Enter key)

and see what the results are. Ideally we should see four pings go from the
non-working PC to the working PC with no problems. At the other end of the
spectrum we'd see four pings to from the non-working PC to the working PC
and the result would be "Request timed out".

Finding out the IP addresses of the computers on your network will help rule
out other problems, like the problem child not getting a proper IP address.
If your other computers are all in the same range of IP addresses (like
10.101.1.2, 10.101.1.4, 10.101.1.5 and so on) but the non-working computer
has an odd IP address (like 192.168.33.166) then that tells us that the
problem must be that the non-working PC isn't getting a proper IP address
from your network.

--
Richard G. Harper ((E-Mail Removed)) MVP Win9x
* Please post all messages and replies in the newsgroup so that
* all may benefit. Private mail is usually not replied to.
* Help US Help YOU ... http://www.dts-l.org/goodpost.htm


<(E-Mail Removed)> wrote in message
news:075401c3a286$3ee861c0$(E-Mail Removed)...
> Richard, now I have to admit that I am in a bit over my
> head. How do I "ping" the other computers. Can't tell you
> how much I appreciate the help. BTW, I assume you think
> the card in the computer I am working with is not the
> problem.
> >-----Original Message-----
> >Okay, that answers that. :-)
> >
> >Can you ping the other computers by name or by IP address

> from the one that
> >doesn't work?
> >
> >--
> >Richard G. Harper ((E-Mail Removed)) MVP Win9x
> >* Please post all messages and replies in the newsgroup

> so that
> >* all may benefit. Private mail is usually not replied

> to.
> >* Help US Help YOU ... http://www.dts-l.org/goodpost.htm
> >
> >
> ><(E-Mail Removed)> wrote in message
> >news:06ca01c3a262$2f3a4af0$(E-Mail Removed)...
> >>
> >> Yes, the hub will accept another computer. I took the
> >> etherenet connection for the computer that will not

> work,
> >> and set a lap top computer in the network with that same
> >> connector. I set it up, and it saw the other computers

> and
> >> they saw it.
> >>
> >> Sure appreciate your looking at this.

> >
> >
> >.
> >



 
Reply With Quote
 
ushankark@hotmail.com
Guest
Posts: n/a

 
      11-04-2003, 03:47 AM

>-----Original Message-----
>I networked three computers using a hub a few years ago.

I
>added a fourth computer last year. I recently tried to

add
>a fifth computer unsuccessfully. I believe all is in
>order, but the newly added computer only sees itself on
>the network, and the other computers do not see it. I
>suspect the network card for the added computer is the
>problem. All computers are using Windows 98. The prior
>network cards used show as:
>
>SMC EZ Card 10/100 PCI [SMC1211 Series]
>3 Com Ethernet III ISA [3C 509b - TPO] in PnP mode
>
>The newly added computer as a card showing:
>
>PCI Fast Ethernet DEC 21143 Based Adapter
>
>I have made sure the network settings are the same, and
>the workgroup the same name. Each computer has it's own
>name and unique hard drive letter.
>
>Do I buy another network card for this computer, or keep
>looking for another problem?
>
>Thanks for any help.
>.
>Just change the nic card and checkit up.


thank you,
 
Reply With Quote
 
Guest
Posts: n/a

 
      11-04-2003, 04:44 AM

Richard, I will try to do this tomorrow. The networked
computers are in my son's office. I see the suggestion on
changing the card. This is a great resource for folks like
me. Thanks.
 
Reply With Quote
 
Guest
Posts: n/a

 
      11-04-2003, 04:49 AM
>>Just change the nic card and checkit up.

I will need to borrow or buy a card. I can see about
opening up one of the computers on the network and
borrowing the card. Put it in the unresponsive computer.
That would certainly tell the story. I appreciate the
response.

Would you believe that I am an old geezer of 71 years?
Wonder if I can really do all this.
 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      11-04-2003, 11:08 AM
Let us know how things go - we'll be here. :-)

--
Richard G. Harper ((E-Mail Removed)) MVP Win9x
* Please post all messages and replies in the newsgroup so that
* all may benefit. Private mail is usually not replied to.
* Help US Help YOU ... http://www.dts-l.org/goodpost.htm


<(E-Mail Removed)> wrote in message
news:0c4001c3a296$acd7be00$(E-Mail Removed)...
>
> Richard, I will try to do this tomorrow. The networked
> computers are in my son's office. I see the suggestion on
> changing the card. This is a great resource for folks like
> me. Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding DSL to existing wireless network but in different room than existing router? costasz@gmail.com Wireless Internet 0 08-12-2005 05:07 PM
Adding new laptops to existing network? MARS Wireless Networks 1 03-17-2005 10:06 PM
adding to existing network Shawn Broadband Hardware 0 07-10-2004 07:47 PM
Adding wireless to existing NAT network. Lucas Tam Wireless Internet 7 05-10-2004 12:21 AM
Adding 802.11b to an existing HPNA network Avi Jacobson Wireless Internet 5 10-31-2003 11:24 PM



1 2 3 4 5 6 7 8 9 10 11