Here is the output of the commands you requested. Let me know if I need to do anything else.
root@GL-BE3600:~# logread -f&
root@GL-BE3600:~# iptables-save -t nat
# Generated by iptables-save v1.8.8 (nf_tables) on Tue May 20 11:05:27 2025
*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT
# Completed on Tue May 20 11:05:27 2025
root@GL-BE3600:~# ip6tables-save -t nat
# Generated by ip6tables-save v1.8.8 (nf_tables) on Tue May 20 11:05:39 2025
*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT
# Completed on Tue May 20 11:05:39 2025
root@GL-BE3600:~# ps | grep dnsmasq
5283 root 2092 S {dnsmasq} /sbin/ujail -t 5 -n dnsmasq -u -l -r /bin/
5286 dnsmasq 3248 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
5299 root 3236 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
29563 root 1268 S grep dnsmasq
root@GL-BE3600:~# cat /tmp/resolv.conf
search lan
nameserver 127.0.0.1
nameserver ::1
root@GL-BE3600:~# cat /tmp/etc/dnsmasq.conf.cfg*
# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
localise-queries
read-ethers
enable-ubus=dnsmasq
expand-hosts
bind-dynamic
local-service
filter-AAAA
cache-size=1000
edns-packet-max=1232
domain=lan
local=/lan/
addn-hosts=/tmp/hosts
dhcp-leasefile=/tmp/dhcp.leases
dhcp-script=/usr/lib/dnsmasq/dhcp-script.sh
script-arp
resolv-file=/tmp/resolv.conf.d/resolv.conf.auto
dhcp-broadcast=tag:needs-broadcast
conf-dir=/tmp/dnsmasq.d
user=dnsmasq
group=dnsmasq
dhcp-ignore-names=tag:dhcp_bogus_hostname
conf-file=/usr/share/dnsmasq/dhcpbogushostname.conf
bogus-priv
conf-file=/usr/share/dnsmasq/rfc6761.conf
dhcp-range=set:lan,10.6.9.100,10.6.9.249,255.255.255.0,12h
enable-ra
quiet-ra
root@GL-BE3600:~# cat /tmp/resolv.conf*
search lan
nameserver 127.0.0.1
nameserver ::1
cat: read error: Is a directory
root@GL-BE3600:~# cat /tmp/resolv.conf.d/*
# Interface wwan
nameserver 10.41.75.234
root@GL-BE3600:~# curl -v www.neverssl.com
> GET / HTTP/1.1
> Host: www.neverssl.com
> User-Agent: curl/8.6.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Tue, 20 May 2025 18:07:44 GMT
< Server: Apache/2.4.62 ()
< Upgrade: h2,h2c
< Connection: Upgrade
< Last-Modified: Wed, 29 Jun 2022 00:23:33 GMT
< ETag: "f79-5e28b29d38e93"
< Accept-Ranges: bytes
< Content-Length: 3961
< Vary: Accept-Encoding
< Content-Type: text/html; charset=UTF-8
<
<html>
<head>
<title>NeverSSL - Connecting ... </title>
<style>
body {
font-family: Montserrat, helvetica, arial, sans-serif;
font-size: 16x;
color: #444444;
margin: 0;
}
h2 {
font-weight: 700;
font-size: 1.6em;
margin-top: 30px;
}
p {
line-height: 1.6em;
}
.container {
max-width: 650px;
margin: 20px auto 20px auto;
padding-left: 15px;
padding-right: 15px
}
.header {
background-color: #42C0FD;
color: #FFFFFF;
padding: 10px 0 10px 0;
font-size: 2.2em;
}
.notice {
background-color: red;
color: white;
padding: 10px 0 10px 0;
font-size: 1.25em;
animation: flash 4s infinite;
}
@keyframes flash {
0% {
background-color: red;
}
50% {
background-color: #AA0000;
}
0% {
background-color: red;
}
}
<!-- CSS from Mark Webster https://gist.github.com/markcwebster/9bdf30655cdd5279bad13993ac87c85d -->
</style>
<script>
var adjectives = [ 'cool' , 'calm' , 'relaxed', 'soothing', 'serene', 'slow',
'beautiful', 'wonderful', 'wonderous', 'fun', 'good',
'glowing', 'inner', 'grand', 'majestic', 'astounding',
'fine', 'splendid', 'transcendent', 'sublime', 'whole',
'unique', 'old', 'young', 'fresh', 'clear', 'shiny',
'shining', 'lush', 'quiet', 'bright', 'silver' ];
var nouns = [ 'day', 'dawn', 'peace', 'smile', 'love', 'zen', 'laugh',
'yawn', 'poem', 'song', 'joke', 'verse', 'kiss', 'sunrise',
'sunset', 'eclipse', 'moon', 'rainbow', 'rain', 'plan',
'play', 'chart', 'birds', 'stars', 'pathway', 'secret',
'treasure', 'melody', 'magic', 'spell', 'light', 'morning'];
var prefix =
// Choose 3 zen adjectives
adjectives.sort(function(){return 0.5-Math.random()}).slice(-3).join('')
+
// Coupled with a zen noun
nouns.sort(function(){return 0.5-Math.random()}).slice(-1).join('');
window.location.href = 'http://' + prefix + '.neverssl.com/online';
</script>
</head>
<body>
<noscript>
<div class="notice">
<div class="container">
⚠️ JavaScript appears to be disabled. NeverSSL's cache-busting works better if you enable JavaScript for <code>neverssl.com</code>.
</div>
</div>
</noscript>
<div class="header">
<div class="container">
<h1>NeverSSL</h1>
</div>
</div>
<div class="content">
<div class="container">
<h1 id="status"></h1>
<script>document.querySelector("#status").textContent = "Connecting ...";</script>
<noscript>
<h2>What?</h2>
<p>This website is for when you try to open Facebook, Google, Amazon, etc
on a wifi network, and nothing happens. Type "http://neverssl.com"
into your browser's url bar, and you'll be able to log on.</p>
<h2>How?</h2>
<p>neverssl.com will never use SSL (also known as TLS). No
encryption, no strong authentication, no <a
href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">HSTS</a>,
no HTTP/2.0, just plain old unencrypted HTTP and forever stuck in the dark
ages of internet security.</p>
<h2>Why?</h2>
<p>Normally, that's a bad idea. You should always use SSL and secure
encryption when possible. In fact, it's such a bad idea that most websites
are now using https by default.</p>
<p>And that's great, but it also means that if you're relying on
poorly-behaved wifi networks, it can be hard to get online. Secure
browsers and websites using https make it impossible for those wifi
networks to send you to a login or payment page. Basically, those networks
can't tap into your connection just like attackers can't. Modern browsers
are so good that they can remember when a website supports encryption and
even if you type in the website name, they'll use https.</p>
<p>And if the network never redirects you to this page, well as you can
see, you're not missing much.</p>
<a href="https://twitter.com/neverssl">Follow @neverssl</a>
</noscript>
</div>
</div>
</body>
</html>
root@GL-BE3600:~#