Networking Forums

Networking Forums > Computer Networking > Linux Networking > Using two ethernet controllers to improve throughput ?

Reply
Thread Tools Display Modes

Using two ethernet controllers to improve throughput ?

 
 
Geronimo W. Christ Esq
Guest
Posts: n/a

 
      10-27-2005, 09:05 PM

I've got a few Dell boxen running various permutations of Red Hat
Enterprise Edition. These are basically used as a build farm; one is an
NFS server, and it together with the others all do compile jobs in
parallel using distcc.

At the moment these communicate through a 100Mb ethernet switch onto the
main LAN. Since the boxes have two ethernet ports, and since the
ethernet ports are gigabit ports, I'd like to try to come up with a
scheme such that packets destined for one of the machines in the build
farm are routed through one of the ethernet ports, and packets destined
for elsewhere on the LAN are routed through the currently used port. The
tricky requirement is that ideally I'd like to refer to all the machines
using the IP address allocated by DHCP from the main LAN, rather than
creating a subnet. This would also have the advantage that if the
secondary ethernet connection went down, the packets would be routed
through the "default" one.

What do I need to do in Linux to make this work, and where should I
start looking ?

 
Reply With Quote
 
 
 
 
Hans-Juergen Lange
Guest
Posts: n/a

 
      10-28-2005, 12:16 PM
Geronimo W. Christ Esq wrote:
>
> I've got a few Dell boxen running various permutations of Red Hat
> Enterprise Edition. These are basically used as a build farm; one is an
> NFS server, and it together with the others all do compile jobs in
> parallel using distcc.
>
> At the moment these communicate through a 100Mb ethernet switch onto the
> main LAN. Since the boxes have two ethernet ports, and since the
> ethernet ports are gigabit ports, I'd like to try to come up with a
> scheme such that packets destined for one of the machines in the build
> farm are routed through one of the ethernet ports, and packets destined
> for elsewhere on the LAN are routed through the currently used port. The
> tricky requirement is that ideally I'd like to refer to all the machines
> using the IP address allocated by DHCP from the main LAN, rather than
> creating a subnet. This would also have the advantage that if the
> secondary ethernet connection went down, the packets would be routed
> through the "default" one.
>
> What do I need to do in Linux to make this work, and where should I
> start looking ?
>


route command.

It should be possible to route single machines over a specific card. The
routing table does not work only with subnets.

BR
Hans-Juergen Lange
 
Reply With Quote
 
Geronimo W. Christ Esq
Guest
Posts: n/a

 
      10-29-2005, 12:16 PM
Hans-Juergen Lange wrote:

> route command.
>
> It should be possible to route single machines over a specific card. The
> routing table does not work only with subnets.


Thanks for that. It is indeed possible to use "route" to do what I want,
although I'm not sure how to get the machine to "fall back" to using the
normal ethernet interface if the gigabit one fails.
 
Reply With Quote
 
Hans-Juergen Lange
Guest
Posts: n/a

 
      10-31-2005, 06:49 AM
Geronimo W. Christ Esq wrote:
> Hans-Juergen Lange wrote:
>
>> route command.
>>
>> It should be possible to route single machines over a specific card.
>> The routing table does not work only with subnets.

>
>
> Thanks for that. It is indeed possible to use "route" to do what I want,
> although I'm not sure how to get the machine to "fall back" to using the
> normal ethernet interface if the gigabit one fails.


Hi,

use cron to ping your machine every Minute (with a script). With ping -c
you get the count of pings that reaches your machine. If it reached 0
check out the fallback line. If this works change your routing table.

BR
Hans-Juergen Lange
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Domain Controllers Patrick Whittle Windows Networking 42 08-07-2009 12:09 AM
Improve VPN Speed? Job Andersson Windows Networking 3 11-12-2008 01:11 PM
Domain Controllers =?Utf-8?B?cm91bms=?= Windows Networking 1 04-21-2005 06:57 PM
Can multiple USB wireless adapters improve throughput? Donald G. Davis Wireless Internet 2 02-26-2005 07:02 PM
Best way to improve signal ? sam1967@hetnet.nl Wireless Internet 9 07-24-2004 07:54 PM



1 2 3 4 5 6 7 8 9 10 11