> I would check your network for errors first.
> Look for a duplex mismatch.
> Look for CRC errors or late collisions.
>> I am planning to use a RedHat Linux box with Samba to share NT
>> applications which would be installed on PCs. With a single network
>> card, the system runs very slow if I try to install even one
>> application. I want to know how to setup mutliple NICs for network
>> performance increase on RedHat Linux.
>> Basically 2 or more Ethernet NIC's would plug-in into the same
>> network and would respond alternately to provide additional
>> performance.
>> Any help would be highly appreciated.
>> Kevin.
What kind of numbers are you expecting here? What sort of network topology
do you have? Let's say you have a 100BaseT hub. Having two NICs on the
server won't help you much. Alternatively, you have a 100BaseT switch, and
you connect your server's two NICs. If your SAMBA server supports load sharing
(I don't know that it does, but it may), then having two NICs could potentially
speed things up. But, your best bet is to have a 100BaseT switch with
one gigabit port, and use a gigabit NIC in the server. It means much less
configuration hassle, at the added expense of the gigaport, and the NIC.
I can easily provide multiple clients with 100BaseT wire speed (using NFS,
not SAMBA, which seems to be a horribly inefficient protocol) using
a server with a gigabit NIC.
as for "system runs very slow if I try to install even one application"... well,
before going ahead and trying to scale up your NICs, you should be debugging your network
layer (as the reponse above suggests).
Dave