Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 22:08:58 -0500
From:      "David DeSimone" <fox@verio.net>
To:        "Daniel Eischen" <deischen@freebsd.org>
Cc:        freebsd-net@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: Issue with igb and lagg (was Re: Problem with link aggregation + sshd)
Message-ID:  <20120919030858.GG6080@verio.net>
In-Reply-To: <Pine.GSO.4.64.1209111759590.22106@sea.ntplx.net>
References:  <503884A0.50708@zirakzigil.org> <FF06542A-9507-4C8C-99EC-8275B04D4CF1@my.gd> <E183609A-19E1-4EF4-B08D-FAA55779E193@my.gd> <503BC8F5.3040208@zirakzigil.org> <CAE63ME6oi_5Yam5wXuJzYBhhv%2BN6MnQPOXReXo2Ugo1hjvv25Q@mail.gmail.com> <503E7A16.6030600@zirakzigil.org> <5044F62E.8030001@zirakzigil.org> <CAPyG9gMaNnLJOE00bH66qpAoJfdU=YtpUvz24fj%2B1nyvjDDCAg@mail.gmail.com> <504FA735.709@zirakzigil.org> <Pine.GSO.4.64.1209111759590.22106@sea.ntplx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Eischen <deischen@freebsd.org> wrote:
>
> My rc.conf is something like this:
> 
> #
> # For now, force ath0 to use the same MAC address as xl0.
> # This works around a bug where lagg is unable to set the
> # MAC address of the underlying wlan0 interface.
> #
> ifconfig_ath0="ether 01:02:03:04:05:06"
> wlans_ath0=wlan0
> ifconfig_wlan0="ssid SSID_FOO_NAME WPA"

I hope the above isn't literally what you're using for your MAC address.
The first octet in particular, because it has LSB set to 1, will be
treated as a multicast address, and many routers and switches will not
believe it when it's given as an ARP reply, or as a source address for
traffic.  I'm hoping it's just an example you substituted so as not to
reveal your actual MAC.

When making up MAC addresses, keep the LSB of the first octet at zero
(required) and set the next bit to 1 (optional, but a good practice).
So first octet should be 02, 06, 8a, 9e, etc... any even number,
preferably multiple of four, plus two.


> ifconfig_xl0="up"
> closed_interfaces="lagg0"
> ifconfig_lagg0="laggproto failover laggport xl0 laggport wlan0"
> ifconfig_lagg0_alias0="inet 10.0.0.4 netmask 0xffffff00"
> 
> I use aliasX to add the address and netmask.
> 
> -- 
> DE

-- 
David DeSimone == Network Admin == fox@verio.net
  "I don't like spinach, and I'm glad I don't, because if I
   liked it I'd eat it, and I just hate it." -- Clarence Darrow


This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, distribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio Inc. makes no warranty that this email is error or virus free.  Thank you.



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