Masachika ISHIZUKA
2018-May-14 10:41 UTC
lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1
>> 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
Masachika ISHIZUKA
2018-May-20 12:10 UTC
lagg0 on 11.2-BETA2 (was: Re: lagg0 with ue0 and iwm0 is not operate on 11.2-BETA1)
Hi.
I tested 11.2-BETA2 on 3 machines.
(1) re0 and iwn0(N6300) on dell studio 1558
- It works fine. (re0 is working and failovered iwn0 is working
and switched back re0 is working.) (11.1-RELEASE-p10 is the same
operation.)
- I can set mac address of iwn0. (11.1-RELEASE-p10 is not working.)
- It can not connect via iwn0 when ssid is hide (stealth mode).
(11.1-RELEASE-p10 can not connect, too.)
(note) I'm not tested on 12-current.
(2) ue0 and iwm0(AC7260) on dell xps 12 9Q33
a) ifconfig lagg0 laggproto failover laggport ue0 laggport wlan0
- ue0 is not working.
- Failovered iwm0 is working when ifconfig ue0 down or exiting
the ethernet cable.
- Switched back ue0 is not working.
b) ifconfig lagg0 laggproto failover laggport ue0
- It works fine.
c) ifconfig lagg0 laggproto failover laggport wlan0
- It works fine.
(note1) iwm0 on my xps 12 is not working on 11.1-RELEASE-p10. (bug 211653)
(note2) 12-current r333797 is working fine with a), b) and c).
(3) re0 and ath0(QCA9565) on dell vostro 3267
- re0 is working and failovered ath0 is working, but switched back
re0 is not working. 'ifconfig re0 down && ifconfig re0 up'
can
resume re0 working again.
(note) 12-current r333797 is the same operation.
--
Masachika ISHIZUKA