Hi
I'm having another go at getting link aggregation working on my laptop. Unlike my previous attempt, I'm having more success now.
On boot, the lagg0 interface (em0 & wlan0) seems to work as expected. However, if I restart the network (/etc/rc.d/netif restart) the wlan0 interface repeatedly connects and disconnects from the wireless AP and I have no network until reboot:
Am I missing a step in restarting the network? I know that restarting should not normally be necessary but I do find it useful especially when roaming between disparate locations.
For the record my network config is as per the handbook on lagg0:
Thanks for any insights,
sim
I'm having another go at getting link aggregation working on my laptop. Unlike my previous attempt, I'm having more success now.
On boot, the lagg0 interface (em0 & wlan0) seems to work as expected. However, if I restart the network (/etc/rc.d/netif restart) the wlan0 interface repeatedly connects and disconnects from the wireless AP and I have no network until reboot:
Code:
Feb 10 17:53:43 TMA1 kernel: wlan0: link state changed to DOWN
Feb 10 17:53:43 TMA1 kernel: lagg0: link state changed to DOWN
Feb 10 17:53:43 TMA1 wpa_supplicant[3143]: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Feb 10 17:53:43 TMA1 wpa_supplicant[3143]: CTRL-EVENT-DISCONNECTED bssid=00:04:ed:57:8c:83 reason=0
Feb 10 17:53:43 TMA1 wpa_supplicant[3143]: Failed to initiate AP scan.
Feb 10 17:53:46 TMA1 last message repeated 3 times
Feb 10 17:53:46 TMA1 wpa_supplicant[3092]: Trying to associate with 00:04:ed:57:8c:83 (SSID='Ultragreen' freq=2427 MHz)
Feb 10 17:53:46 TMA1 wpa_supplicant[3143]: Trying to associate with 00:04:ed:57:8c:83 (SSID='Ultragreen' freq=2427 MHz)
Feb 10 17:53:46 TMA1 wpa_supplicant[3092]: Associated with 00:04:ed:57:8c:83
Feb 10 17:53:46 TMA1 kernel: wlan0: link state changed to UP
Feb 10 17:53:46 TMA1 kernel: lagg0: link state changed to UP
Feb 10 17:53:46 TMA1 wpa_supplicant[3143]: Associated with 00:04:ed:57:8c:83
Feb 10 17:53:47 TMA1 wpa_supplicant[3092]: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
Feb 10 17:53:47 TMA1 wpa_supplicant[3092]: WPA: Could not verify EAPOL-Key MIC - dropping packet
Am I missing a step in restarting the network? I know that restarting should not normally be necessary but I do find it useful especially when roaming between disparate locations.
For the record my network config is as per the handbook on lagg0:
Code:
hostname="TMA1"
# iwn0 native mac address: 00:24:d7:6a:7f:58
# em0 native mac address: f0:de:f1:24:9a:40
ifconfig_em0="up"
ifconfig_iwn0="ether f0:de:f1:24:9a:40"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport em0 laggport wlan0 DHCP"
Thanks for any insights,
sim