Damus
TomAoki · 4w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqw65rptwmg7gr50yqjdmje49s8kfk4e95hwqgzr2zqpfynjzt29lq9thl5m I'm not configuring #lagg for years, so things could be changed, but when I've config...
Justine Smithies profile picture
Thanks Tom but this is what I now have and still if I run doas service netif restart then it toggles network connectivity. On first boot I have no network access but restarting netif gives me network access and the lagg works perfectly switching between re1 and wlan0 if I pull the lan cable. But if I then restart netif if all fails until I restart netif again.

/etc/rc.conf

# WiFi
ifconfig_re1="up"
ifconfig_re1="ether *:*:*:*:*:*"
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport re1 laggport wlan0 DHCP"
PS I've hidden re1 MAC address but I have it entered correctly.
2
Justine Smithies · 4w
RESOLVED After reading Tom's config and adjusting mine this seems to be now working across reboots and I can restart netif without any issues now. /etc/rc.conf # WiFi ifconfig_re1="up" ifconfig_iwlwifi0="ether *:*:*:*:*:*" wlans_iwlwifi0="wlan0" ifconfig_wlan0="WPA" cloned_interfaces="lagg0" ifco...
TomAoki · 4w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqw65rptwmg7gr50yqjdmje49s8kfk4e95hwqgzr2zqpfynjzt29lq9thl5m Does re1 alone (without configuring lagg) work? If yes, does it take long time to link up including DHCP? If so, possibly lagg0 is too early to be started up (sorry, not sure how lagg ...