Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 17:53:35 -0500
From:      Glen Barber <gjb@FreeBSD.org>
To:        Warren Block <wblock@wonkity.com>
Cc:        freebsd-doc@FreeBSD.org, Adrian Chadd <adrian@freebsd.org>
Subject:   Re: Removing temporarily outdated Handbook instructions
Message-ID:  <20131217225335.GP1446@glenbarber.us>
In-Reply-To: <alpine.BSF.2.00.1312171537550.62986@wonkity.com>
References:  <alpine.BSF.2.00.1312171537550.62986@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--pVdNWoWUH9QCMJqq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Dec 17, 2013 at 03:44:31PM -0700, Warren Block wrote:
> In recent discussion on the -current mailing list, it was pointed out that
> using lagg(4) for failover from wired to wireless networking is not fully
> functional:
> http://lists.freebsd.org/pipermail/freebsd-current/2013-December/047259.h=
tml
>=20
> I know that Dru told me she'd always had problems with it back in June, a
> surprise to me since it had worked for me before.  It didn't work then wh=
en
> I tried to show her...
>=20
> My question is the right way to remove this from the Handbook.  It can be
> commented out, but that leaves stale contents in the file.  Is it better =
to
> remove the code and trust the repository to keep the old version available
> for recall when lagg(4) works for that again?

For what it is worth, lagg(4) for wired- and wireless connections works
fine for me.

In my network, wireless and wired setup is done from a FreeBSD firewall
with an em(4) and ath(4) device configured as a bridge(4) interface.

I have the following scripts that handle the lease renewals:

  --- /etc/start_if.lagg0 begin ---
  #!/bin/sh
  /bin/pkill dhclient
  /usr/local/sbin/dhclient -6 -lf /var/db/dhclient6.leases -pf \
    /var/run/dhclient6.lagg0.pid lagg0 2>&1 >/dev/null &
  /usr/local/sbin/dhclient -4 -lf /var/db/dhclient.leases -pf \
    /var/run/dhclient.lagg0.pid lagg0 2>&1 >/dev/null &
  --- /etc/start_if.lagg0 end ---

  --- /etc/start_if.lagg0 begin ---
  #!/bin/sh
  /bin/pkill dhclient
  --- /etc/start_if.lagg0 end ---

When I switch from wired to wireless or the reverse, there is a brief
connection loss (about 3 seconds).

Glen


--pVdNWoWUH9QCMJqq
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iQIcBAEBCAAGBQJSsNXvAAoJELls3eqvi17Ql04P/161rwfQmkyzHV/rJK7D0MEv
Ba0iU81iZVlCOAtoybAVXzbPhEbLtqTeLHYn8v/JsAw/Qfue+D+rMH15pjV4JMp6
8qmnn/RBjlInZQfbdXAHjJbqaEBOXBaNgnNK2uG7IgZtUOKTq/FgUHy7B3oSh4wh
fMWN02duh1vbxBEBpwrdzpLJ/eIvjeTKOHF9sErMdPqV+Z8JRsOZJrMG191GSib2
7Ka7mrQzqnN0FTvm2DiE/kdeh6ZfvpxMS83lKPpLso2KG4+1rZhRf3pAeU1fhaW6
JQ6WDIXrBr/MN8hPKa6YYLAydkBSKDUfmhQ3jkyBBQq1MbK35BmoRmHhMMheTGGl
i9YkLXR6hk5FraKFlCJ27/FfDg4IHeFpz8Q1jLH//ZrCKKsn0C2RfISD+320z+dc
quDFqX0wh7iZ13agwuqSmOUycl32oJhyZwTLZV1TqDgShB4XzHaPoAxidIaFOezX
QvQS05XomXsY5S/fA+oPivpOa16+LI2LGZeO6WNUx7LTxe2q7EdvwDRc6VkNCWDH
cOHk+pum+xNRYoc4toMSXSF4AnwyQs2LWboifC0Yp5mwSnd54d/RC9FHMH9HbxmK
bb0XSapaELS7bl8AtcSZoFmd50qZYYIDMPMUkQfN+/VmBWklxstXZA444zr24dKJ
i4NgczxVhqzSbEockwSq
=B5sb
-----END PGP SIGNATURE-----

--pVdNWoWUH9QCMJqq--



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