Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-08 Thread Dan Farrell
On Thu, 08 Nov 2007 16:40:26 -0800 kashani <[EMAIL PROTECTED]> wrote: > I hate to pull the "expert" card, but I was the network > engineer/architect who built Netzero's original network so I've got > some passing familiarity with this stuff. I'm glad you pulled this card; I want to learn

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-08 Thread kashani
Dan Farrell wrote: It's because of the metric of the routes in the routing table, actually. Without routing, your computer talks to no one. Haven't you ever set up a network connection by hand : ) ? I hate to pull the "expert" card, but I was the network engineer/architect who built Netze

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-08 Thread Dan Farrell
On Wed, 07 Nov 2007 17:13:48 -0800 kashani <[EMAIL PROTECTED]> wrote: > Buying a single GigE card would appear to be simpler and cheaper > unless you don't have a GigE switch. :-) well, it just so happens I don't. (The 4-port card cost me $0). Some day the file servers will have Gigabit, and so

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-08 Thread Bryan Whitehead
Google "bonding linux". Basically at the ethernet level you make eth[0-3] = bond0. You'll then have the bandwidth of all the nics as one nic. Your switch might need some extra setup - but this is the best way to go. On 11/8/07, kashani <[EMAIL PROTECTED]> wrote: > > Dan Farrell wrote: > > Thanks f

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-08 Thread Mike Williams
On Thursday 08 November 2007 00:26:18 Dan Farrell wrote: > So, let's say I bond the 4 together.  Now I have 2 interfaces, a bond > and eth0.  I still need to route through one or the other, so I still > have the problem.   So you've got 5 interfaces? Once you've bonded interfaces together the unde

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-07 Thread kashani
Dan Farrell wrote: Thanks for your responses, all. On Wed, 07 Nov 2007 10:30:22 -0800 kashani <[EMAIL PROTECTED]> wrote: First off don't assign separate IPs to each port on your four port card, bond them into a single interface. That will simplify your config and perform better. Perhaps I

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-07 Thread Dan Farrell
On Wed, 7 Nov 2007 20:47:19 +0100 Mike Williams <[EMAIL PROTECTED]> wrote: > On Wednesday 07 November 2007 18:30:22 kashani wrote: > > > Does anyone have any suggestions, or comments, or criticisms? > > >  Anybody konw how to do a thing like that?   > > > > First off don't assign separate IPs to e

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-07 Thread Dan Farrell
On Wed, 7 Nov 2007 20:47:19 +0100 Mike Williams <[EMAIL PROTECTED]> wrote: > On Wednesday 07 November 2007 18:30:22 kashani wrote: > > > Does anyone have any suggestions, or comments, or criticisms? > > >  Anybody konw how to do a thing like that?   > > > > First off don't assign separate IPs to e

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-07 Thread Dan Farrell
Thanks for your responses, all. On Wed, 07 Nov 2007 10:30:22 -0800 kashani <[EMAIL PROTECTED]> wrote: > First off don't assign separate IPs to each port on your four port > card, bond them into a single interface. That will simplify your > config and perform better. Perhaps I will; that's not

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-07 Thread Mike Williams
On Wednesday 07 November 2007 18:30:22 kashani wrote: > > Does anyone have any suggestions, or comments, or criticisms?  Anybody > > konw how to do a thing like that?   > > First off don't assign separate IPs to each port on your four port card, > bond them into a single interface. That will simpli

Re: [gentoo-user] Multiple Routes to the same Subnet

2007-11-07 Thread kashani
Dan Farrell wrote: Greetings all. I've just acquired a 4-port network card, and I set it up so that the 4 ports are each assigned an IP address, and gave all the IPs the name 'nfs' in DNS. Now I hope to point all the NFS clients at server 'nfs', and do some basic load balancing, while leavin