-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

please advise

after moving to 11.0-RELEASE from 11-CURRENT (which was succefully used
more than year) I faced trouble I'm stumbled upon ...

I'm using lagg(4) in failover to set up roaming between wired and
wireless networks, just as manual describes (last example) and all
was working perfectly on 11-CURRENT

now on 11.0-RELEASE (with the same configuration) wlan interface is
unable to associate and auth against AP, while wired link works as
expected

worth to mention, both interfaces are working well separately, outside
lagg



here is my configuration:

- ---[ /etc/rc.conf quotation start ]-------------------------------------------
wlans_ath0="wlan0"
wlandebug_wlan0="auth+assoc"
cloned_interfaces="lagg0"
ifconfig_re0="UP"
ifconfig_ath0="ether 10:11:12:13:14:15" # it is MAC address of wired interface
ifconfig_wlan0="WPA up"
ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 SYNCDHCP"
- ---[ /etc/rc.conf quotation end   ]-------------------------------------------



here is what ifconfig shows

- ---[ ifconfig output quotation start 
]-------------------------------------------
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
     
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
     ether 10:11:12:13:14:15
     nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
     media: Ethernet autoselect (100baseTX <full-duplex>)
     status: active
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
       ether 10:11:12:13:14:15
       nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
       media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
       status: no carrier
       ssid "" channel 7 (2442 MHz 11g ht/20)
       regdomain 96 indoor ecm authmode WPA1+WPA2/802.11i privacy ON
       deftxkey UNDEF txpower 20 bmiss 7 scanvalid 60 protmode CTS
       ampdulimit 8k ampdudensity 8 shortgi -stbctx stbcrx wme burst
       roaming MANUAL
       groups: wlan 
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
       ether 10:11:12:13:14:15
       inet 10.0.0.254 netmask 0xfffffe00 broadcast 192.168.137.255 
       nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
       media: Ethernet autoselect
       status: active
       groups: lagg 
       laggproto failover lagghash l2,l3,l4
       laggport: re0 flags=5<MASTER,ACTIVE>
       laggport: wlan0 flags=0<>
- ---[ ifconfig output quotation end   
]-------------------------------------------



here is what wlandebug writes to syslog

- ---[ /var/log/messages quotation start 
]-------------------------------------------
Oct 18 13:59:06 zeushp wpa_supplicant[373]: wlan0: 
CTRL-EVENT-SSID-TEMP-DISABLED id=2 ssid="ABCDE" auth_failures=81 duration=300 
reason=CONN_FAILED
Oct 18 13:59:54 zeushp kernel: ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; 
skipping
Oct 18 14:04:12 zeushp wpa_supplicant[373]: wlan0: CTRL-EVENT-SSID-REENABLED 
id=2 ssid="ABCDE"
Oct 18 14:04:12 zeushp wpa_supplicant[373]: wlan0: Trying to associate with 
aa:bb:cc:dd:ee:ff (SSID='ABCDE' freq=2442 MHz)
Oct 18 14:04:12 zeushp kernel: wlan0: [aa:bb:cc:dd:ee:ff] station assoc via MLME
Oct 18 14:04:12 zeushp kernel: wlan0: [aa:bb:cc:dd:ee:ff] switch station to 
HT20 channel 2442/0x10480
Oct 18 14:04:22 zeushp wpa_supplicant[373]: wlan0: Authentication with 
aa:bb:cc:dd:ee:ff timed out.
Oct 18 14:04:22 zeushp wpa_supplicant[373]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=aa:bb:cc:dd:ee:ff reason=3 locally_generated=1
Oct 18 14:04:22 zeushp kernel: wlan0: [aa:bb:cc:dd:ee:ff] station deauth via 
MLME (reason: 3 (sending STA is leaving/has left IBSS or ESS))
- ---[ /var/log/messages quotation end   
]-------------------------------------------



and here is what hostapd on AP (OpenWRT) says:

- ---[ hostapd log quotation start ]-------------------------------------------
AP hostapd debug: STA 10:11:12:13:14:15 IEEE 802.11: did not acknowledge
authentication response
- ---[ hostapd log quotation end   ]-------------------------------------------


- -- 
Zeus V. Panchenko                               jid:z...@im.ibs.dn.ua
IT Dpt., I.B.S. LLC                                       GMT+2 (EET)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlgGCtEACgkQr3jpPg/3oyrPBACgnnXFPAgkOc6d2PLVjQS6ZBdu
bBMAn3ybl+5dX2fZZ+X8HTLWdliiMrAN
=46f5
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to