Hello everyone,
I’m trying to understand some stability and behavior issues I’m observing on the GL.iNet GL-MT6000 running OpenWrt 21.02 snapshot (v4.9), especially related to LAN DNS behavior and SQM in a dual-WAN environment.
I would like to know if others have experienced similar behavior or if this is expected design limitation.
1. LAN DNS Stability Issue
Problem observed:
Devices connected to LAN (especially iPhones) occasionally show:
-
Connected to WiFi but “No Internet”
-
DNS resolution failures or inconsistent responses
-
Browsing works intermittently even when ping to public IPs is fine
My setup:
-
Router: GL.iNet GL-MT6000 (OpenWrt 21.02 snapshot)
-
LAN: 10.1.1.0/24 (br-lan)
-
DHCP handled by dnsmasq
-
AdGuard Home installed (used for DNS filtering on port 3053, sometimes disabled for testing)
-
Dual WAN:
-
WAN (eth1 → ISP router)
-
WWAN (WiFi repeater / apclix0)
-
What I noticed:
The issue seems related to DNS routing inside LAN, such as:
-
dnsmasq sometimes forwarding DNS to:
-
AdGuard (127.0.0.1#3053)
-
ISP DNS servers
-
or fallback resolvers
-
-
DHCP DNS options changing behavior depending on configuration state
-
Missing or inconsistent /tmp/resolv.conf.auto
-
Clients receiving different DNS behavior depending on routing state
Question (LAN DNS):
Has anyone experienced:
-
LAN devices connected but showing “No Internet”?
-
DNS instability when using AdGuard with dnsmasq?
-
Problems after changing DHCP DNS settings?
-
Recommended stable LAN DNS architecture for MT6000?
2. SQM / QoS Behavior in Dual WAN Setup
Observation:
When using SQM (cake/fq_codel):
-
It seems to mainly control WAN interface traffic only
-
LAN-originated traffic or secondary interface flows may not always be shaped consistently
-
In dual-WAN setup, behavior becomes less predictable
-
Some traffic appears to bypass expected queue discipline depending on routing path
My setup:
-
Dual WAN:
-
WAN (eth1)
-
WWAN (apclix0 WiFi repeater)
-
-
LAN bridge: br-lan (10.1.1.1)
-
Policy routing not heavily customized
Question (SQM):
Is this expected behavior in OpenWrt SQM?
Specifically:
-
Does SQM only shape egress WAN traffic by design?
-
Can SQM be applied effectively to LAN-side flows or bridge interfaces?
-
Any recommended configuration for dual-WAN + SQM stability?
-
Any known limitations on MT7986 / GL-MT6000 platform?
Summary
It looks like I may be dealing with two related areas:
-
LAN DNS inconsistency (likely dnsmasq / AdGuard interaction)
-
SQM behavior being WAN-centric by design
I would appreciate any clarification or best practice recommendations.
Thanks in advance ![]()