<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to connect two computer in a network without hub by using crossover cable?</title>
	<link>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2</link>
	<description>All About vintage pro audio</description>
	<pubDate>Wed, 08 Sep 2010 02:09:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Manny</title>
		<link>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2#comment-129</link>
		<author>Manny</author>
		<pubDate>Sun, 28 Dec 2008 12:21:00 +0000</pubDate>
		<guid>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2#comment-129</guid>
		<description>Agree with Steve.  You just need to plug the crossover cable in both pc's that will be connected to each other.  As long as the network cards are working it should automatically have a link.

Now, something Steve forgot to mention is what type of protocol you plan to use to communicate.  In his explanation I guess he was thinking NETBUI since he mentions the same workgroup name is needed.  This is because NETBUI is the one that shows you the computer names on the network neighborhood.  One of the computers will take the roll of browse master, so just wait a couple of minutes before the data is replicated and you can watch them there.

If you know the computer name you just can type the UNC path by using \\computername

Any resources that are being shared will display on the Windows Explorer screen.

If you plan to use TCP/IP you need to assign the IP addresses manually on both computers making sure the IP does not overlap.

Example 192.168.1.1 &#038; 192.168.1.2

netmask 255.255.255.0

gateway replace each other IP on the list.  If the computer is 192.168.1.1 then put 192.168.1.2 and vice-versa (check GTB as well as I'm not 100% sure on this)

DNS leave blank.

Hopefully you should not need to use TCP/IP.

If what you want is to transfer or copy files from computer to computer check a new cable called thetornado (www.thetornado.com)  Will connect both computers similar to the software laplink.  Check the specs before you buy as there are some OS restrictions.

Cheers!</description>
		<content:encoded><![CDATA[<p>Agree with Steve.  You just need to plug the crossover cable in both pc&#8217;s that will be connected to each other.  As long as the network cards are working it should automatically have a link.</p>
<p>Now, something Steve forgot to mention is what type of protocol you plan to use to communicate.  In his explanation I guess he was thinking NETBUI since he mentions the same workgroup name is needed.  This is because NETBUI is the one that shows you the computer names on the network neighborhood.  One of the computers will take the roll of browse master, so just wait a couple of minutes before the data is replicated and you can watch them there.</p>
<p>If you know the computer name you just can type the UNC path by using \\computername</p>
<p>Any resources that are being shared will display on the Windows Explorer screen.</p>
<p>If you plan to use TCP/IP you need to assign the IP addresses manually on both computers making sure the IP does not overlap.</p>
<p>Example 192.168.1.1 &#038; 192.168.1.2</p>
<p>netmask 255.255.255.0</p>
<p>gateway replace each other IP on the list.  If the computer is 192.168.1.1 then put 192.168.1.2 and vice-versa (check GTB as well as I&#8217;m not 100% sure on this)</p>
<p>DNS leave blank.</p>
<p>Hopefully you should not need to use TCP/IP.</p>
<p>If what you want is to transfer or copy files from computer to computer check a new cable called thetornado (www.thetornado.com)  Will connect both computers similar to the software laplink.  Check the specs before you buy as there are some OS restrictions.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GTB</title>
		<link>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2#comment-128</link>
		<author>GTB</author>
		<pubDate>Thu, 25 Dec 2008 13:23:22 +0000</pubDate>
		<guid>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2#comment-128</guid>
		<description>You will need a cross cable connected to the network ports of the pcs.

You also need to provide static IP addresses in the same subnet because there is no DHCP server.  

To do this (it has to be done on both pcs, do one at a time), right click on  My network places and select properties.  

Then right click in Network Connections on your network connection and select properties again.  In the general tab, middle of the window highlight Internet Connections TCP/IP and press the properties button below it.  

In the window that appears, select "use the following IP address" and enter in PC # 1, 192.168.1.2 for the IP address, 255.255.255.0 for subnet mask, 192.168.1.2 for default gateway; no need to address the DNS.  Save and close out of this.

For PC # 2 go to the same place and enter in PC # 2, 192.168.1.3 for IP address, 255.255.255.0 for subnet mask, 192.168.1.2 for default gateway.  Note that the only difference between PC 1 and PC 2 is the IP address and the subnet mask and default gateway is the same.

Make sure you are in the same work group (not critical but helpful).  Right click on My Computer, select properties and the System Properties window appears.  Select computer name tab and follow the info there to set the work group name.  Both should be in same work group.

Now the two should be connected.  You need to network share folders to see the folders in the other pc.  This is done by opening Windows Explorer (right click on start and select explorre), then right click on folder you want shared, then follow the sharing prompts.</description>
		<content:encoded><![CDATA[<p>You will need a cross cable connected to the network ports of the pcs.</p>
<p>You also need to provide static IP addresses in the same subnet because there is no DHCP server.  </p>
<p>To do this (it has to be done on both pcs, do one at a time), right click on  My network places and select properties.  </p>
<p>Then right click in Network Connections on your network connection and select properties again.  In the general tab, middle of the window highlight Internet Connections TCP/IP and press the properties button below it.  </p>
<p>In the window that appears, select &#8220;use the following IP address&#8221; and enter in PC # 1, 192.168.1.2 for the IP address, 255.255.255.0 for subnet mask, 192.168.1.2 for default gateway; no need to address the DNS.  Save and close out of this.</p>
<p>For PC # 2 go to the same place and enter in PC # 2, 192.168.1.3 for IP address, 255.255.255.0 for subnet mask, 192.168.1.2 for default gateway.  Note that the only difference between PC 1 and PC 2 is the IP address and the subnet mask and default gateway is the same.</p>
<p>Make sure you are in the same work group (not critical but helpful).  Right click on My Computer, select properties and the System Properties window appears.  Select computer name tab and follow the info there to set the work group name.  Both should be in same work group.</p>
<p>Now the two should be connected.  You need to network share folders to see the folders in the other pc.  This is done by opening Windows Explorer (right click on start and select explorre), then right click on folder you want shared, then follow the sharing prompts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteveZman</title>
		<link>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2#comment-127</link>
		<author>SteveZman</author>
		<pubDate>Tue, 23 Dec 2008 20:23:23 +0000</pubDate>
		<guid>http://audiograveyard.info/computer-networking/how-to-connect-two-computer-in-a-network-without-hub-by-using-crossover-cable-2#comment-127</guid>
		<description>plug 1 end of a crossover cable in to the ethernet adapter on 1 pc, plug the other end into the ethernet on the other PC, 

You can buy a crossover cable to if you don't know how to make your own btw

also make sure they are both in the same workgroup if you want to use windows networking for browsing service.</description>
		<content:encoded><![CDATA[<p>plug 1 end of a crossover cable in to the ethernet adapter on 1 pc, plug the other end into the ethernet on the other PC, </p>
<p>You can buy a crossover cable to if you don&#8217;t know how to make your own btw</p>
<p>also make sure they are both in the same workgroup if you want to use windows networking for browsing service.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
