Justine Smithies on Nostr: I've got a weird issue on my #FreeBSD ThinkPad. Since setting up lagg yesterday which ...
I've got a weird issue on my #FreeBSD ThinkPad. Since setting up lagg yesterday which worked fine. I powered off last night and then switched it on this morning. I noticed that I had no network access on either the re1 interface or wlan0. I powered off and on and it worked. I have since discovered that if it doesn't work if I just doas service netif restart it starts to work again.
This is my lagg setup in /etc/rc.conf
# WiFi
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport re1 laggport wlan0 DHCP"
This is the output of ifconfig when it's working:
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 8c:8c:aa:bd:bb:f0
media: Ethernet autoselect (none)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
re1: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=80088<VLAN_MTU,VLAN_HWCSUM,LINKSTATE>
ether 8c:8c:aa:bd:bb:ef
inet 192.168.0.194 netmask 0xffffff00 broadcast 192.168.0.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
wlan0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=0
ether 8c:8c:aa:bd:bb:ef
hwaddr 70:9c:d1:af:ad:93
inet 192.168.0.194 netmask 0xffffff00 broadcast 192.168.0.255
groups: wlan
ssid Smithies channel 40 (5200 MHz 11a vht/80-) bssid f0:9f:c2:ab:8d:c3
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 2:128-bit AES-CCM ucast:128-bit txpower 17
bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 64k
ampdudensity 8 -amsdutx amsdurx shortgi -ldpctx ldpcrx -uapsd vht
vht40 vht80 vht160 -vht80p80 wme roaming MANUAL
parent interface: iwlwifi0
media: IEEE 802.11 Wireless Ethernet VHT mode 11ac
status: associated
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lagg0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=0
ether 8c:8c:aa:bd:bb:ef
hwaddr 00:00:00:00:00:00
inet 192.168.0.194 netmask 0xffffff00 broadcast 192.168.0.255
laggproto failover lagghash l2,l3,l4
laggport: re1 flags=5<MASTER,ACTIVE>
laggport: wlan0 flags=0<>
groups: lagg
media: Ethernet autoselect
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
This is the output when not working on first boot:
lo0: flags=8048<LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 8c:8c:aa:bd:bb:f0
media: Ethernet autoselect (none)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
re1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80088<VLAN_MTU,VLAN_HWCSUM,LINKSTATE>
ether 8c:8c:aa:bd:bb:ef
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
wlan0: flags=8c02<BROADCAST,DRV_OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether 8c:8c:aa:bd:bb:ef
hwaddr 70:9c:d1:af:ad:93
groups: wlan
ssid "" channel 40 (5200 MHz 11a vht/80-)
regdomain FCC country US authmode OPEN privacy OFF txpower 17 bmiss 7
mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 8k -amsdutx amsdurx
shortgi -ldpctx ldpcrx -uapsd vht vht40 vht80 vht160 -vht80p80 wme
parent interface: iwlwifi0
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lagg0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether 8c:8c:aa:bd:bb:ef
hwaddr 00:00:00:00:00:00
laggproto failover lagghash l2,l3,l4
laggport: re1 flags=1<MASTER>
laggport: wlan0 flags=0<>
groups: lagg
media: Ethernet autoselect
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Any ideas ??
Published at
2026-01-31 08:46:00 UTCEvent JSON
{
"id": "cb6a42385b67a749c417c819cf1c53b5d34b940d5d2be08d29c3fbc865ef41e1",
"pubkey": "76a830addb47903a3c8093772cd4b03d936ae4b4bb80810d42005249c84b517e",
"created_at": 1769849160,
"kind": 1,
"tags": [
[
"t",
"freebsd"
],
[
"proxy",
"https://snac.smithies.me.uk/justine/p/1769849160.944776",
"activitypub"
],
[
"client",
"Mostr",
"31990:6be38f8c63df7dbf84db7ec4a6e6fbbd8d19dca3b980efad18585c46f04b26f9:mostr",
"wss://relay.ditto.pub"
]
],
"content": "I've got a weird issue on my #FreeBSD ThinkPad. Since setting up lagg yesterday which worked fine. I powered off last night and then switched it on this morning. I noticed that I had no network access on either the re1 interface or wlan0. I powered off and on and it worked. I have since discovered that if it doesn't work if I just doas service netif restart it starts to work again.\n\nThis is my lagg setup in /etc/rc.conf\n\n# WiFi\nwlans_iwlwifi0=\"wlan0\"\nifconfig_wlan0=\"WPA SYNCDHCP\"\ncloned_interfaces=\"lagg0\"\nifconfig_lagg0=\"up laggproto failover laggport re1 laggport wlan0 DHCP\"\nThis is the output of ifconfig when it's working:\n\nre0: flags=8802\u003cBROADCAST,SIMPLEX,MULTICAST\u003e metric 0 mtu 1500\n\toptions=8209b\u003cRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE\u003e\n\tether 8c:8c:aa:bd:bb:f0\n\tmedia: Ethernet autoselect (none)\n\tstatus: no carrier\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nre1: flags=1008843\u003cUP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP\u003e metric 0 mtu 1500\n\toptions=80088\u003cVLAN_MTU,VLAN_HWCSUM,LINKSTATE\u003e\n\tether 8c:8c:aa:bd:bb:ef\n\tinet 192.168.0.194 netmask 0xffffff00 broadcast 192.168.0.255\n\tmedia: Ethernet autoselect (1000baseT \u003cfull-duplex\u003e)\n\tstatus: active\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nlo0: flags=1008049\u003cUP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP\u003e metric 0 mtu 16384\n\toptions=680003\u003cRXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6\u003e\n\tinet 127.0.0.1 netmask 0xff000000\n\tinet6 ::1 prefixlen 128\n\tinet6 fe80::1%lo0 prefixlen 64 scopeid 0x3\n\tgroups: lo\n\tnd6 options=21\u003cPERFORMNUD,AUTO_LINKLOCAL\u003e\nwlan0: flags=1008843\u003cUP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP\u003e metric 0 mtu 1500\n\toptions=0\n\tether 8c:8c:aa:bd:bb:ef\n\thwaddr 70:9c:d1:af:ad:93\n\tinet 192.168.0.194 netmask 0xffffff00 broadcast 192.168.0.255\n\tgroups: wlan\n\tssid Smithies channel 40 (5200 MHz 11a vht/80-) bssid f0:9f:c2:ab:8d:c3\n\tregdomain FCC country US authmode WPA2/802.11i privacy ON\n\tdeftxkey UNDEF AES-CCM 2:128-bit AES-CCM ucast:128-bit txpower 17\n\tbmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 64k\n\tampdudensity 8 -amsdutx amsdurx shortgi -ldpctx ldpcrx -uapsd vht\n\tvht40 vht80 vht160 -vht80p80 wme roaming MANUAL\n\tparent interface: iwlwifi0\n\tmedia: IEEE 802.11 Wireless Ethernet VHT mode 11ac\n\tstatus: associated\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nlagg0: flags=1008843\u003cUP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP\u003e metric 0 mtu 1500\n\toptions=0\n\tether 8c:8c:aa:bd:bb:ef\n\thwaddr 00:00:00:00:00:00\n\tinet 192.168.0.194 netmask 0xffffff00 broadcast 192.168.0.255\n\tlaggproto failover lagghash l2,l3,l4\n\tlaggport: re1 flags=5\u003cMASTER,ACTIVE\u003e\n\tlaggport: wlan0 flags=0\u003c\u003e\n\tgroups: lagg\n\tmedia: Ethernet autoselect\n\tstatus: active\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nThis is the output when not working on first boot:\n\nlo0: flags=8048\u003cLOOPBACK,RUNNING,MULTICAST\u003e metric 0 mtu 16384\n\toptions=680003\u003cRXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6\u003e\n\tgroups: lo\n\tnd6 options=21\u003cPERFORMNUD,AUTO_LINKLOCAL\u003e\nre0: flags=8802\u003cBROADCAST,SIMPLEX,MULTICAST\u003e metric 0 mtu 1500\n\toptions=8209b\u003cRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE\u003e\n\tether 8c:8c:aa:bd:bb:f0\n\tmedia: Ethernet autoselect (none)\n\tstatus: no carrier\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nre1: flags=8802\u003cBROADCAST,SIMPLEX,MULTICAST\u003e metric 0 mtu 1500\n\toptions=80088\u003cVLAN_MTU,VLAN_HWCSUM,LINKSTATE\u003e\n\tether 8c:8c:aa:bd:bb:ef\n\tmedia: Ethernet autoselect (1000baseT \u003cfull-duplex\u003e)\n\tstatus: active\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nwlan0: flags=8c02\u003cBROADCAST,DRV_OACTIVE,SIMPLEX,MULTICAST\u003e metric 0 mtu 1500\n\toptions=0\n\tether 8c:8c:aa:bd:bb:ef\n\thwaddr 70:9c:d1:af:ad:93\n\tgroups: wlan\n\tssid \"\" channel 40 (5200 MHz 11a vht/80-)\n\tregdomain FCC country US authmode OPEN privacy OFF txpower 17 bmiss 7\n\tmcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 8k -amsdutx amsdurx\n\tshortgi -ldpctx ldpcrx -uapsd vht vht40 vht80 vht160 -vht80p80 wme\n\tparent interface: iwlwifi0\n\tmedia: IEEE 802.11 Wireless Ethernet autoselect (autoselect)\n\tstatus: no carrier\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\nlagg0: flags=8802\u003cBROADCAST,SIMPLEX,MULTICAST\u003e metric 0 mtu 1500\n\toptions=0\n\tether 8c:8c:aa:bd:bb:ef\n\thwaddr 00:00:00:00:00:00\n\tlaggproto failover lagghash l2,l3,l4\n\tlaggport: re1 flags=1\u003cMASTER\u003e\n\tlaggport: wlan0 flags=0\u003c\u003e\n\tgroups: lagg\n\tmedia: Ethernet autoselect\n\tstatus: no carrier\n\tnd6 options=29\u003cPERFORMNUD,IFDISABLED,AUTO_LINKLOCAL\u003e\n\nAny ideas ??\n",
"sig": "221df0065d45f81e462fca008beee7fb406d3c88150e0c108c8dc08ef7ad27ae4aa91aaa68a48d35a10ecc03ff272006ad546f04696e1b12cb26ce02916e1957"
}