How do setup a lan game? -fast reply please

Status
Not open for further replies.

boo

In Runtime
Messages
325
I have 2 pc's windows 2000
___

I have 1 Ethernet crossover cable
___


One has a place to hook up a crossover cable, but the other doesn't. How would i hook the 2 up? What would i need and how much will it cost?

thanks

boo
 
connect the two pcs via crossover. both machines should have network interface cards to plug the crossover into, they run 10-20 bucks. setup a peer-to-peer network. assuming you will be playing over tcpip, set each machine with a static ip in the same subnet.

comp a
ip - 192.168.0.1
subnet mask - 255.255.255.0

comp b
ip - 192.168.0.2
subnet mask - 255.255.255.0

on comp a, open command line and run
ping 192.168.0.2

on comp b, open command line and run
ping 192.168.0.1

if either of these fail, try disabling any firewalls (including builtin xp)
 
When you say open a command line you mean do the "start" - "Run"

and type "ping 192.168.0.1"

etc ?


thanks for your help
 
he means start>run>cmd

For the other comp you will need a pci network card. they're usually very cheap
 
office politics said:
connect the two pcs via crossover. both machines should have network interface cards to plug the crossover into, they run 10-20 bucks. setup a peer-to-peer network. assuming you will be playing over tcpip, set each machine with a static ip in the same subnet.
ping 192.168.0.2


When you say setup a a peer-to-peer network, how would i go about doing that?
 
just to check where you're at:

you've got a nic in each machine with drivers installed.
you've got your crossover cable connected to both machines.
for the time being you've disabled the firewalls on both PCs.
each nic is set to use tcp/ip and has a unique IP in the same subnet.

when you ping the IP of the second machine from the first it times out.

is all this correct?
 
Yeah, sorry for the late reply =(

When i run the pings it tells me "Request Timed Out"
 
Status
Not open for further replies.
Back
Top Bottom