Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 13:40:27 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Derek Marcotte <derek@cpa-inc.net>
Cc:        questions@freebsd.org
Subject:   Re: Kernel load balancing
Message-ID:  <3F143C8B.7080801@mac.com>
In-Reply-To: <002d01c34ad3$5354d810$0301a8c0@office.cpainc.net>
References:  <002d01c34ad3$5354d810$0301a8c0@office.cpainc.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Derek Marcotte wrote:
[ ... ]
> I would like to know where I can find out if FreeBSD spreads the
> network load across 2 interfaces of equal weight to the same
> subnet, or if it just tries to push everything out the lowest
> numbered interface.

FreeBSD doesn't want you to put multiple NICs on the same subnet, modulo the 
following section from "man bridge":

      By putting both physical and logical (vlanX) interfaces in the same clus-
      ter, a FreeBSD box can also implement what in commercial terms is called
      a "trunk" interface. This means packets coming from one of the interfaces
      in the cluster, will appear on the wire on the "parent" interfaces of any
      vlan interface belonging to the cluster, with the proper VLAN tag. Simi-
      larly, packets coming from a parent interface, will have the VLAN tag
      stripped and will be forwarded to other interfaces on the same cluster.
      See the EXAMPLES section for more details.

Do you want to do trunking for extra bandwidth, for redundancy in case of 
failure...what problem are you trying to solve?

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F143C8B.7080801>