Date: Mon, 6 Jan 2020 12:30:43 +0100 From: Goran =?utf-8?B?TWVracSH?= <meka@tilda.center> To: Daniel Morandini <danielmorandini@me.com> Cc: freebsd-net@freebsd.org Subject: Re: lagg interface Message-ID: <20200106113043.2zbjlj2b57hlj6eo@thinker.home.meka.rs> In-Reply-To: <19FC0FD7-A2C4-442A-BCB2-0CF8D0726EA1@me.com> References: <19FC0FD7-A2C4-442A-BCB2-0CF8D0726EA1@me.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--4scbi37urhknrrfb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 06, 2020 at 11:56:46AM +0100, Daniel Morandini via freebsd-net = wrote: > Dear FreeBSD community, > I am building a prototype router which provides a network access point to= its client through a wireless interface (rtwn0: Realtek 802.11n WLAN Adapt= er, class 0/0, rev 2.00/2.00, addr 4). Currently the packets received from = the wlan0 interface are NATed through my phone attached via usb cable, teth= ering mode enabled (ipheth1: <Apple Inc. iPhone, class 0/0, rev 2.00/8.01, = addr 6>). > > What I would to do is to improve the network throughput by exploiting two= phones instead of one. For that I was testing the lagg(4) interface, but I= have troubles debugging why the link does not get up (I never managed to h= ave at least a laggport <ACTIVE>). > > From what I got from the docs, I cannot expect to be able to use =E2=80= =9C acp=E2=80=9D as distribution algo, as it requires the other side of the= links (the phones in this case), to implement the proto too, and it is not= the case. I would expect to see =E2=80=9Cfailover=E2=80=9D, =E2=80=9Cloadb= alance=E2=80=9D and =E2=80=9Croundrobin=E2=80=9D to work though. > > Is there someone that can help me understanding? > > Best regards, > Daniel > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" Hello, I use lagg in failover for laptop setup between ethernet and wifi interface. This is how I setup my router and laptop, both running FreeBSD: https://meka.rs/blog/2016/12/24/freebsd-wifi-and-ethernet-bridging= -and-aggregation/ I hope it helps! Regards, meka --4scbi37urhknrrfb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE1WIFkXy2ZeMKjjKEWj1TknovrLYFAl4TGmAACgkQWj1Tknov rLaRpQ/+ImeZueqBJDpUnKEvq+W541NYv2dfiUAU4yt6Qf0H/fDbOXLMmZuOfpNG dd3RJp8ft0xA2khQe6UMEQYRGswnDNQnKeT5WwYIg5iQVhn2DAa5UoJwLDmg9B4+ Py9ex3MwVUle2GkT+TMWuvWOyMsWIAex6ELWu1Kmt6BE1UbXqNWSH60U2kgg2E0X voHZkXEq8SNjB+YMKxmr63DBvrUZsW0ANC2bnBU5dC1fvxa9IKnhZQK3evMjK4Ls UtvM6LwJrE68Bdr+jWAl2qqa+v6TEF71hJhSmJYnbpHJCf7gnAHqiUP+G/GiMSCz dilgrKbArb9ohAOlZXpDt2oy3XFn8fKzG2N6enPrcm86myuTJyQ5WlWgqYodZsOQ 4b81g6a6PBWJK3oYCpOWI1OLCHfISBU09GzC8vEbaFdFtGsUaLEQfhHI9BF/lVRr SzbWn7OF9icThcEsZU84t+DDqeZuVo76l/FvCifCoBlG8iUo52Bq4xVXyJSBGr9S v5kYa+y9t9RrI99ashHCHQSekAGbtruC+pJJJrGW+o4AyAOql5Ys1MlHWO1+90dl Y8RqqI1OxXrfWnxYYZ5Yyzq5RtUCQHShxGQxMMatgQYhVfkUk4W5x8YV68W1pv1g MCl7lGpv/e8Xv4tn+yAGUQSeXG1uneK6eWUtIuxbvO1uUGQbAf8= =nXDq -----END PGP SIGNATURE----- --4scbi37urhknrrfb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200106113043.2zbjlj2b57hlj6eo>