Date: Thu, 05 Oct 2017 09:30:51 +0200 From: rainer@ultra-secure.de To: Dustin Marquess <dmarquess@gmail.com> Cc: freebsd-net@freebsd.org, owner-freebsd-net@freebsd.org Subject: Re: lagg interface doesn't work Message-ID: <7b84703b2fc2df0bfbde340dcea09a4e@ultra-secure.de> In-Reply-To: <CAJpsHY6JMXimfofH=c2DXZqQ3nPkxoJECL1skV%2BQK_%2BgmR6nrw@mail.gmail.com> References: <F95A6802-8EC3-4027-8AA0-B38118F9A8D9@ultra-secure.de> <CAJpsHY6JMXimfofH=c2DXZqQ3nPkxoJECL1skV%2BQK_%2BgmR6nrw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 2017-10-05 00:48, schrieb Dustin Marquess: > > You probably want: > > laggproto loadbalance lagghash l3,l4 > > Instead of: > > laggproto lacp > > It also looks like your switch ports are configured for Jumbo packets > and on the FreeBSD side you're not increasing the mtu. Hi, thanks for your advice. Hower, when I configure it that way, I don't get any traffic at all. Even with running tcpdump. For reference, this is the linux configuration that apparently works (on another host). auto lo iface lo inet loopback auto p1p1 iface p1p1 inet manual bond-master bond0 auto p1p2 iface p1p2 inet manual bond-master bond0 auto bond0 iface bond0 inet manual bond-slaves none bond-mode 4 bond-miimon 100 bond-updelay 200 bond-downdelay 200 bond-lacp-rate 1 auto bond0.2004 iface bond0.2004 inet manual auto br2004 iface br2004 inet static address 10.1.4.190 netmask 255.255.255.192 gateway 10.1.4.129 dns-nameservers 192.168.225.67 192.168.225.68 192.168.225.98 dns-search varios.domains. bridge-ports bond0.2004 bridge-stp off bridge_maxwait 0 up route add -net 10.1.4.128/26 gw 10.1.4.129 auto bond0.2002 iface bond0.2002 inet manual auto br2002 iface br2002 inet manual bridge-ports bond0.2002 bridge-stp off bridge_maxwait 0 auto bond0.2002 iface bond0.2002 inet manual auto br2007 iface br2007 inet manual bridge-ports bond0.2007 bridge-stp off bridge_maxwait 0 Best Regards, Rainer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7b84703b2fc2df0bfbde340dcea09a4e>