Shotzee
December 18, 2025, 5:45pm
1
I am seeing the following message within the System Log for my GL.iNet MT 6000 router running 24.10.4 . The messages come in bursts every few hours for about a minute. What does it mean? Is there an issue with drivers as Internet searches suggest?
daemon.err hostapd: IEEE 802.11: Failed to send Action frame
brada4
December 18, 2025, 6:36pm
2
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button (red circle; this works best in the 'Markdown' composer view in the blue oval):
Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
Shotzee
December 18, 2025, 10:47pm
3
/etc$ ubus call system board
{
"kernel": "6.6.110",
"hostname": "Er-Rtr",
"system": "ARMv8 Processor rev 4",
"model": "GL.iNet GL-MT6000",
"board_name": "glinet,gl-mt6000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "24.10.4",
"revision": "r28959-29397011cc",
"target": "mediatek/filogic",
"description": "OpenWrt 24.10.4 r28959-29397011cc",
"builddate": "1760891865"
}
}
/etc$ cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd8a:621f:3598::/48'
option packet_steering '2'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
option bridge_empty '1'
config device
option name 'lan1'
option macaddr '94:83:c4:a8:bd:b9'
config device
option name 'lan2'
option macaddr '94:83:c4:a8:bd:b9'
config device
option name 'lan3'
option macaddr '94:83:c4:a8:bd:b9'
config device
option name 'lan4'
option macaddr '94:83:c4:a8:bd:b9'
config device
option name 'lan5'
option macaddr '94:83:c4:a8:bd:b9'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.5.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'eth1'
option macaddr '94:83:c4:a8:bd:b7'
config interface 'wan'
option device 'eth1'
option proto 'dhcp'
config interface 'wan6'
option device 'eth1'
option proto 'dhcpv6'
config device
option type 'bridge'
option name 'br-Guest'
list ports 'lan5'
option bridge_empty '1'
config interface 'Guest'
option proto 'static'
option device 'br-Guest'
option ipaddr '192.168.9.1'
option netmask '255.255.255.0'
config interface 'Home_Main_WG'
option proto 'wireguard'
option private_key
option listen_port '19659'
list addresses '192.168.253.1/24'
config wireguard_Home_Main_WG
option description '-Pixel-10'
option public_key
option private_key
option route_allowed_ips '1'
option persistent_keepalive '25'
list allowed_ips '192.168.253.2/32'
option preshared_key
config interface 'Guest_5G'
option proto 'static'
option ipaddr '192.168.10.1'
option netmask '255.255.255.0'
option device 'br-Guest_5G'
config wireguard_Home_Main_WG
option description 'GFS-Personal_Rtr'
option public_key '
option private_key '
option route_allowed_ips '1'
option persistent_keepalive '25'
list allowed_ips '192.168.253.3/32'
option preshared_key
config wireguard_Home_Main_WG
option description 'Asus-Laptop'
option public_key
option private_key
option persistent_keepalive '25'
list allowed_ips '192.168.253.4/32'
option route_allowed_ips '1'
option preshared_key
config wireguard_Home_Main_WG
option description 'Lenovo-Laptop'
option public_key
option private_key
list allowed_ips '192.168.253.5/32'
option route_allowed_ips '1'
option persistent_keepalive '25'
option preshared_key
config wireguard_Home_Main_WG
option description 'Samsung-S6-Tablet'
option public_key
option private_key
list allowed_ips '192.168.253.6/32'
option route_allowed_ips '1'
option persistent_keepalive '25'
option preshared_key
config device
option name 'br-Guest_5G'
option type 'bridge'
option bridge_empty '1'
config wireguard_Home_Main_WG
option description 'Samsung-S9-Tablet'
option public_key
option private_key
option preshared_key
list allowed_ips '192.168.253.7/32'
option route_allowed_ips '1'
config wireguard_Home_Main_WG
option description '-Pixel-9'
option public_key
option private_key
option preshared_key
list allowed_ips '192.168.253.8/32'
option route_allowed_ips '1'
config route
option interface 'lan'
option target '192.168.13.0/24'
option gateway '192.168.5.183'
config wireguard_Home_Main_WG
option public_key
option private_key
option description '-Pixel-4a'
option persistent_keepalive '0'
list allowed_ips '192.168.253.9/32'
option preshared_key
config wireguard_Home_Main_WG
option preshared_key
list allowed_ips '192.168.253.10/32'
option public_key
option private_key
option description 'Christopher-Laptop'
/etc$ cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel 'auto'
option band '2g'
option htmode 'HE20'
option cell_density '0'
option country 'US'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Er'
option encryption 'sae-mixed'
option key
option ocv '0'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel '36'
option band '5g'
option htmode 'HE80'
option cell_density '0'
option country 'US'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Er-5G'
option encryption 'sae-mixed'
option key
option wds '1'
option ocv '0'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'Er-Guest'
option encryption 'sae-mixed'
option key
option network 'Guest'
option isolate '1'
option ocv '0'
config wifi-iface 'wifinet3'
option device 'radio1'
option mode 'ap'
option ssid 'Er-Guest-5G'
option encryption 'sae-mixed'
option isolate '1'
option key
option network 'Guest_5G'
option ocv '0'
/etc$ cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option localservice '1'
option ednspacket_max '1232'
list rebind_domain 'dns.msftncsi.com'
list server '/mask.icloud.com/'
list server '/mask-h2.icloud.com/'
list server '/use-application-dns.net/'
list server '127.0.0.1#5053'
list server '127.0.0.1#5054'
option doh_backup_noresolv '-1'
option noresolv '1'
list doh_backup_server '/mask.icloud.com/'
list doh_backup_server '/mask-h2.icloud.com/'
list doh_backup_server '/use-application-dns.net/'
list doh_backup_server '127.0.0.1#5053'
list doh_backup_server '127.0.0.1#5054'
list doh_server '127.0.0.1#5053'
list doh_server '127.0.0.1#5054'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config dhcp 'Guest'
option interface 'Guest'
option start '100'
option limit '150'
option leasetime '12h'
config dhcp 'Guest_5G'
option interface 'Guest_5G'
option start '100'
option limit '150'
option leasetime '12h'
config host
option name 'IoT-Router'
list mac '94:83:C4:5F:C3:78'
option ip '192.168.5.183'
option leasetime 'infinite'
config host
option name 'Main-Study-PC'
option ip '192.168.5.197'
list mac '18:C0:4D:8A:AB:05'
config host
option name 'HP-7800'
option ip '192.168.5.108'
list mac '84:2A:FD:F9:37:73'
config host
option name 'Er-Extender'
option ip '192.168.5.137'
list mac '94:83:C4:5F:C6:4D'
config host
option name 'HTPC'
option ip '192.168.5.198'
list mac '2C:98:11:60:2A:C3'
/etc$ cat /etc/config/firewall
config defaults
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option synflood_protect '1'
option flow_offloading '1'
option flow_offloading_hw '1'
config zone
option name 'lan'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'ACCEPT'
list network 'lan'
list network 'Home_Main_WG'
config zone
option name 'wan'
list network 'wan'
list network 'wan6'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
config forwarding
option src 'lan'
option dest 'wan'
config rule
option name 'Allow-DHCP-Renew'
option src 'wan'
option proto 'udp'
option dest_port '68'
option target 'ACCEPT'
option family 'ipv4'
config rule
option name 'Deny-WAN-Ping'
option src 'wan'
option proto 'icmp'
option family 'ipv4'
option target 'REJECT'
list icmp_type 'echo-request'
config rule
option name 'Allow-IGMP'
option src 'wan'
option proto 'igmp'
option family 'ipv4'
option target 'ACCEPT'
config rule
option name 'Allow-DHCPv6'
option src 'wan'
option proto 'udp'
option dest_port '546'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-MLD'
option src 'wan'
option proto 'icmp'
option src_ip 'fe80::/10'
list icmp_type '130/0'
list icmp_type '131/0'
list icmp_type '132/0'
list icmp_type '143/0'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-ICMPv6-Input'
option src 'wan'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
list icmp_type 'router-solicitation'
list icmp_type 'neighbour-solicitation'
list icmp_type 'router-advertisement'
list icmp_type 'neighbour-advertisement'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-ICMPv6-Forward'
option src 'wan'
option dest '*'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-IPSec-ESP'
option src 'wan'
option dest 'lan'
option proto 'esp'
option target 'ACCEPT'
config rule
option name 'Allow-ISAKMP'
option src 'wan'
option dest 'lan'
option dest_port '500'
option proto 'udp'
option target 'ACCEPT'
config zone
option name 'guest'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list network 'Guest'
list network 'Guest_5G'
config forwarding
option src 'guest'
option dest 'wan'
config rule
option name 'Allow-DNS-Guest'
option src 'guest'
option dest_port '53'
option target 'ACCEPT'
config rule
option name 'Allow-DHCP-Guest'
list proto 'udp'
option src 'guest'
option dest_port '67'
option target 'ACCEPT'
config rule
option name 'Deny-Guest-Terminal-Access'
option src 'guest'
option dest '*'
option target 'REJECT'
list dest_ip '192.168.9.1'
list dest_ip '192.168.10.1'
config rule
option name 'Allow-Wireguard-Inbound'
list proto 'udp'
option src 'wan'
option dest_port '19659'
option target 'ACCEPT'
config rule
option name 'Block-Printer-Internet'
option src 'lan'
option dest 'wan'
option target 'REJECT'
list proto 'all'
list src_mac '84:2A:FD:F9:37:73'
config nat
option name 'SNAT-WGServer'
list proto 'all'
option src 'lan'
option src_ip '192.168.253.0/24'
option target 'MASQUERADE'
config rule
option src '*'
option name 'Deny-IOT-Network Access'
list src_ip '192.168.13.0/24'
option target 'REJECT'
brada4
December 18, 2025, 11:43pm
4
Set 5ghz channel to automatic too
Disable offloads gradually in firewall (and wait 2x time it takes for failed action frame (aka management frame))
Try separate access points for wpa3 and wpa2, identical in both bands. (wait 2x ....)
Beside mixed mode nothing out of ordinary in your setup
Shotzee
December 19, 2025, 5:19am
5
I believe the 5GHz channel being set to 36 is because one of the wireless 5GHz access points is WDS. Do you agree?
I don’t understand the meaning of “Disable offloads gradually in firewall. . . .” Please elaborate.
brada4
December 19, 2025, 7:22am
6
Yep, WDS is on, still rest applies.
Shotzee
December 19, 2025, 4:10pm
7
What does “disable offloads gradually in firewall mean”?
If creating separate access points for SPA3 and WPA2, can the names of those access points be the same. I suspect not, but asking to be sure. What does “wait 2x. . . .) mean in this case.
brada4
December 19, 2025, 4:41pm
8
You can have 15 access points per radio, all with same name if you want....
Find the place where you enabled firewall offloads and disable them.