You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causing an error in dnsmasq process: bad IPv4 address at line 37 of /etc/dnsmasq.conf
The text was updated successfully, but these errors were encountered:
RavenSystem
changed the title
dnsmasq disable causes a bad format line in dnsmasq.conf.add
dnsmasq disable causes a bad format line in dnsmasq.conf.add when guest network is used
Jul 22, 2024
RavenSystem
changed the title
dnsmasq disable causes a bad format line in dnsmasq.conf.add when guest network is useddnsmasq disable causes a bad format line in dnsmasq.conf.add when guest network is used
Jul 22, 2024
I had this bug happen to me. I tried the proposed pull request and it fixed the issue.
Please consider merging this and making a release. This issue completely makes the router dead in the water since unbound can't start and dnsmasq is disabled so there is no way to resolve dns addresses.
Perhaps there should be a check involved to check if unbound is running before dnsmasq is disabled.
I configure Unbound to be the process that listen on port 53UDP, using
dnsmasq disable
inunbound_manager advanced
.This creates a new file at
/jffs/configs/dnsmasq.conf.add
.I use guest networks, then this part is executed:
Unbound-Asuswrt-Merlin/unbound_manager.sh
Line 4751 in a3fa9ea
br2
is my guest network. And a bad line is added todnsmasq.conf.add
file:62.36.225.150
and80.58.0.33
are my DNS servers from WAN config. And they are added becauseUnbound-Asuswrt-Merlin/unbound_manager.sh
Line 4752 in a3fa9ea
and...
Unbound-Asuswrt-Merlin/unbound_manager.sh
Line 4765 in a3fa9ea
causing an error in dnsmasq process:
bad IPv4 address at line 37 of /etc/dnsmasq.conf
The text was updated successfully, but these errors were encountered: