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:
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
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
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