What's new

qos-start script not executed after reboot/QOS activation

  • 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!

Tamagnun

New Around Here
Hi everybody,

with the latest fw versions (at least since 378.56_2 release) the /jffs/scripts/qos-start script is not automatically executed when the router is restarted or QOS activated.

In the script I've written for my Asus RT-AC56U I added the following tc command in order to limit the download rate in input from WAN interface:

tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match ip src \
0.0.0.0/0 police rate 2400kbit burst 192k drop flowid :1 >>$LOGFILE 2>&1

but the download bandwidth is limited only if I start manually the script, otherwise the full bandwidth is available.

Has somebody else set a qos-start script and is experiencing the same issue?

Thank you for any answer
Regards
Roberto
 
Check your system log to confirm that the script does get started or not.

Make sure you added a shebang at the start of your script, and that it's executable.
 

Similar threads

Latest 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!
Top