Op 17/11/15 om 17:15 schreef Steven Hartland:
>
>
> On 17/11/2015 15:26, Johan Hendriks wrote:
>> Hello all
>>
>> We have a NFS server witch has three network ports.
>>
>> We have bonded these interfaces as a lagg interface, but when we use the
>> server it looks like only two interfaces are used
On Tue, Nov 17, 2015 at 9:16 AM, Kurt Jaeger wrote:
> Hi!
>
>> > Is there something we can do to make sure lagg0 uses all the interfaces.
>>
>> Nope. LACP doesn't actively load balance its interfaces.
>
> On FreeBSD 11
>
> man lagg(4)
>
> says:
>
> The driver currently supports the aggreg
Hi!
> > Is there something we can do to make sure lagg0 uses all the interfaces.
>
> Nope. LACP doesn't actively load balance its interfaces.
On FreeBSD 11
man lagg(4)
says:
The driver currently supports the aggregation protocols failover (the
default), lacp, loadbalance, roundrobin,
On 17/11/2015 15:26, Johan Hendriks wrote:
Hello all
We have a NFS server witch has three network ports.
We have bonded these interfaces as a lagg interface, but when we use the
server it looks like only two interfaces are used.
This is our rc.conf file
ifconfig_igb0="up"
ifconfig_igb1="up"
Hi!
> We have a NFS server witch has three network ports.
>
> We have bonded these interfaces as a lagg interface, but when we use the
> server it looks like only two interfaces are used.
>
> This is our rc.conf file
>
> ifconfig_igb0="up"
> ifconfig_igb1="up"
> ifconfig_igb2="up"
> cloned_inte
On Tue, Nov 17, 2015 at 8:26 AM, Johan Hendriks wrote:
> Is there something we can do to make sure lagg0 uses all the interfaces.
Nope. LACP doesn't actively load balance its interfaces. Each flow
gets assigned to a single interface based on a hash of the source and
destination MACs, IP addres
Hello all
We have a NFS server witch has three network ports.
We have bonded these interfaces as a lagg interface, but when we use the
server it looks like only two interfaces are used.
This is our rc.conf file
ifconfig_igb0="up"
ifconfig_igb1="up"
ifconfig_igb2="up"
cloned_interfaces="lagg0"
i