What's new

Diversion Diversion Makes Router Hang Each Time WAN Restart

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

KingBravery

Senior Member
Hi guys,

Is it normal each time WAN restart or Router reboot, it will be hang up and make the connection stuck?

Sometimes LAN adapter also cant get IP when the cpu usage hits 100% for below process.

" grep -wq ^:: /opt/share/diversion/list/blacklist "

DSC_04995.jpg


Is there a way to prevent this happen?

Thank you
 
Maybe your blacklist is corrupted. What size is it?
Code:
ls -l /opt/share/diversion/list/blacklist
 
It shows like below:

-rw-rw-rw- 1 admin root 79081472 Feb 12 02:25 /opt/share/diversion/list/blacklist
 
It shows like below:

-rw-rw-rw- 1 admin root 79081472 Feb 12 02:25 /opt/share/diversion/list/blacklist
Ouch. I doubt you've manually blocked that many hosts. It would probably help fix the underlying problem if you provide a small bit of the file contents then zero out the file.

Code:
head /opt/share/diversion/list/blacklist
true > /opt/share/diversion/list/blacklist
service restart_dnsmasq
 
wow. nice coding you have.

After launch it, I restart WAN connection and the usage not reach 100% anymore and the high usage only for short time.

If it happen again, just type that code again, right?

Actually, I don't manually block anything. I don't know if I'm setup it wrongly.

Anyway, Thank you dave14305 for your help.
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

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