Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2009 09:49:03 -0400 (EDT)
From:      Daniel Eischen <deischen@freebsd.org>
To:        Ulrich =?utf-8?B?U3DDtnJsZWlu?= <uqs@spoerlein.net>
Cc:        freebsd-stable@freebsd.org, Maciej Jan Broniarz <gausus@gausus.net>
Subject:   Re: problem with link aggregation failover
Message-ID:  <Pine.GSO.4.64.0909270946460.26181@sea.ntplx.net>
In-Reply-To: <20090927091314.GG69612@acme.spoerlein.net>
References:  <1704894341.63251252787681862.JavaMail.root@dagobah.intersec.pl> <20090927091314.GG69612@acme.spoerlein.net>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

---559023410-851401618-1254059343=:26181
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE

On Sun, 27 Sep 2009, Ulrich Sp=C3=B6rlein wrote:

> On Sat, 12.09.2009 at 22:34:41 +0200, Maciej Jan Broniarz wrote:
>> Hello,
>>
>> I am trying to configure lagg failover mode on 7.2.
>>
>> I do:
>>
>> # ifconfig xl0 up
>> # ifconfig fxp0 up
>> # ifconfig lagg0 create
>> # ifconfig lagg0 up laggproto failover laggport xl0 laggport fxp0
>> # dhclient lagg0
>>
>> And all seems to work ok. Still I disconnect the cable from the master c=
ard the connection stops.
>> Although fxp0 becomes active the connection is still dead. If I start pi=
nging any host from that machine
>> the conection comes back to live, but having ping in background all the =
time is not the solution.
>>
>> Am I doing something wrong or have I missed something in the configurati=
on?
>
> Well, where is xl0 and fxp0 connected to? My first bet would be a
> standard switch, if so try setting both devices to the same MAC address.
> Otherwise the peers you connect to will send the IP packets to the wrong
> MAC address and only after a timeout (or a forced push thanks to the
> ping) will get their ARP cache into shape.

lagg should automatically make xl0 and fxp0 appear at the same MAC
address.  The only time you should have to manually set the MAC
address would be on cloned interfaces such as wlan, because the
cloned interfaces don't propagate the MAC change down to the
interface from which they were cloned.

--=20
DE
---559023410-851401618-1254059343=:26181--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0909270946460.26181>