View Single Post
Old 08-16-2005, 09:44 AM   #14 (permalink)
Pragma
I am Winter Born
 
Pragma's Avatar
 
Location: Alexandria, VA
Okay, first go to each machine and open a command prompt and type "ipconfig" and paste the results here in quote blocks so we can see how each computer is set up.

Second, you don't want to use the IP addresses you told the computers to use. The way that IP addresses work, there are three blocks of "non-routable" addresses - addresses reserved for private networks (such as what you're doing), and so anyone in the world can create their own network with those addresses. All other addresses are "routable," which means that there can potentially be a device on the internet with that address, and routers know how to forward packets of data to it.

The two addresses you chose are routable - some guy in California (according to a whois lookup) owns that entire block of addresses, and so if you connect your computers to the internet with those addresses, Computer A won't know if it should send the packet to Computer B or out across the internet. Just pick 192.168.0.1 and 192.168.0.2 as your two addresses and it'll make life easier.

Anyways, back to your questions. Ignore the DHCP reference - it sounds like you're statically assigning the IP addresses. Are either of these computers connected to the internet as well?

First, set up the IP addresses properly for the two computers, turn off any firewalls that may be on (they might block packets and can only confuse us at this point in time), and see if one computer can ping the other. Let us know when you've gotten this far.
Pragma is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73