From owner-freebsd-stable@freebsd.org Mon May 14 10:41:44 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 148E3FE6A58 for ; Mon, 14 May 2018 10:41:44 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc11.plala.or.jp (msc11.plala.or.jp [60.36.166.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3164A77311 for ; Mon, 14 May 2018 10:41:42 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc11.plala.or.jp with ESMTP id <20180514104139.GYNO12385.msc11.plala.or.jp@localhost> for ; Mon, 14 May 2018 19:41:39 +0900 Date: Mon, 14 May 2018 19:41:37 +0900 (JST) Message-Id: <20180514.194137.1645904240456192062.ish@amail.plala.or.jp> To: freebsd-stable@freebsd.org Subject: Re: lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1 From: Masachika ISHIZUKA In-Reply-To: <20180514115258.20213@relay.xx> References: <20180514074230.61502@relay.xx> <20180514.173113.2279057698331013303.ish@amail.plala.or.jp> <20180514115258.20213@relay.xx> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac11; Mon, 14 May 2018 19:41:39 +0900 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 10:41:44 -0000 >> My machines have connected WiFi. i.e. They found available WiFi >> networks and assosiate. >> My trouble is not to communicate via ethernet with lagg0. > > it is just what described there > bellow is my configuration > [snip] > I confirmed that ath0's mac address can be changed by describing 'hint.ath.0.macaddr="00:11:22:33:44:55"' in /boot/loader.conf. But the behavior is the same. I can communicate via re0 on lagg0, and I can communicate via failovered ath0 on lagg0, but I can NOT communicate via switched back re0 on lagg0. 'ifconfig re0 down && ifconfig re0 up' can resume re0. % cat /etc/rc.conf ifconfig_re0="up" wlans_ath0="wlan0" create_args_wlan0="country JP" ifconfig_wlan0="wpa up" cloned_interfaces="lagg0" ifconfig_lagg0="up laggproto failover laggport re0 laggport wlan0 192.168.x.x netmask x.x.x.x" -- Masachika ISHIZUKA