I would like to put two network cards in my computer as well as two network cards in my file server. The reason I would like to do this is because I want to have one of the cards in each computer connected to my router via a network cable for internet traffic and I want to run a crossover cable between the other two NIC's so I can have all file traffic routed between the other two. How could I do this?
Unless you have a slow router (100 Mbps), I wouldn't bother, but if you really want to do it (I presume that you'll use Gigabit NICs), you need to use a different network for the new NICs.
Assuming that your network is 192.168.0.0/24 (you didn't provide info about your current network, e.g., static IP or DHCP, etc.), use IP address 192.168.2.1 mask 255.255.255.0 on the server and IP address 192.168.2.2 mask 255.255.255.0 on the PC. If the new NIC is faster, then that might be all that you'll need to do. If it doesn't work or both NICs are the same speed, then increase the metric on the Internet NICs.
I have hooked up my 2 rigs as described in my post and everything works but I am getting slow speeds transferring files between the 2 comps (around 10 megs/second). I have gigabit NICs with a CAT6 crossover cable connecting them. Any advice on getting a bump in speed?
How fast are you hard disks and what interface is it going through (check the number of bytes sent and received)? Are the NICs configured for half or full duplex?
Message edited by GhislainG on 11-09-2009 at 01:28:53 AM
Transfer a large file and check on what NIC traffic increases significantly. Your question is not clear to me. There is no setting for local traffic. There are settings to force traffic to a specific NIC by changing the default route, adding an entry to LMHosts, etc. What you're trying to do isn't always as easy as it sounds if you're not familiar with networks.
Message edited by GhislainG on 11-09-2009 at 02:33:20 AM