What's new

BE92U Running new beta 2 firmware, dnsmasq keeps crashing my internet says unable to obtain ip address and no internet connection

Wizzy_TBG

New Around Here
BE92U Running new beta 2 firmware, dnsmasq keeps crashing my internet says unable to obtain ip address and no internet connection

I disable jffs and configs it works again

I was trying to use this

cache-size=10000
dns-forward-max=500
min-cache-ttl=3600
neg-ttl=60
no-negcache
bogus-priv
domain-needed
fast-dns-retry
stop-dns-rebind
rebind-localhost-ok
log-async=25
edns-packet-max=1232

Am i just being stupid or have i set up wrong?

My DNS is 8.8.8.8 and 1.1.1.1 ipv4 and ipv6

BT Full Fibre 900mb
 
Many of those options are already added by the firmware. How were you adding them? Duplicating an option may cause dnsmasq to fail to start.
Am i just being stupid or have i set up wrong?
Both can be true. ;)
 
Last edited:
Yes most likely!

Using Putty SSH

Enter command
nano /jffs/configs/dnsmasq.conf.add

Entered
cache-size=10000
dns-forward-max=500
min-cache-ttl=3600
neg-ttl=60
no-negcache
bogus-priv
domain-needed
fast-dns-retry
stop-dns-rebind
rebind-localhost-ok
log-async=25
edns-pack
et-max=1232

Then Crtl + X
Y
Then save
Then reboot dnsmasq
 
These parameters are managed by the firmware.
Code:
bogus-priv
cache-size
dns-forward-max
domain-needed
edns-packet-max
log-async
no-negcache
stop-dns-rebind
Look at /etc/dnsmasq.conf before appending things in dnsmasq.conf.add.
 
Is there any way to edit the values currently used? Or are they set also completely separate but is adaptive qos still broken on BE Wifi 7 Routers mine does nothing so i just disabled it in the end
 
Is there any way to edit the values currently used?
You can write a postconf script to modify the generated conf file before dnsmasq starts. That way you can replace an existing line, delete an existing line, or append a new entry.
 
I was running DoT DNS servers but ipv6 was blocking but that was fixed in most recent update i read online those changes often help but i tried it and it didnt work so was jist seeing if i had it wrong and if its worth actually trying to set up or not! But if you think its not i'll give it a miss
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top