Link to home
Start Free TrialLog in
Avatar of jesse_phoenix
jesse_phoenix

asked on

A problem with ping??

I have a 2 computer 100mbps ethernet network on a 5-port hub.  The server is NT4Server and the other computer is running NT4Workstation.  I was successful at setting up file sharing and such, but am unable to ping either computer from the other computer. When pinging the server from the workstation I get the message that "Destination specified is invalid", that is using the actual IP address of 200.150.100.0.When I ping the server using its computer name, 'PHOENIX', I get the message, "Bad IP address phoenix". When pinging themselves the results are correct.  I have NetBEUI and TCP/IP installed on both machines.  I set up the network 'according to the book'.  What can I do to get this simple line of communication to work correctly?? Is there another networking service or protocal I need to install to get this to work??
Thank you for your insight...
jesse_phoenix
Avatar of jesse_phoenix
jesse_phoenix

ASKER

Edited text of question
First of all these to computers must be a part of one subnet.
If you are using one one computer IP 200.150.100.0 (which is also not good better 200.150.100.1) and subnet mask 255.255.255.0  than the second computer can use IP 200.150.100.2 to 200.150.100.254
I tried this and it fixed the problem
If you want to use also name of the computer than in winnt (system root) directory winnt\system32\drivers\etc you have to find file hosts and specigy that for example you "phoenix" computer has IP 200.150.100.2 than you just add the line
"200.150.100.2               phoenix   #phoenix computer"

Duplicity occurred.
Duplicity occurred.
Duplicity occurred.
ASKER CERTIFIED SOLUTION
Avatar of gasim
gasim

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thax for the input...
You are wellcome