janux
October 4, 2018, 6:52am
1
Hello!
Trying to limit some bandwidth to my kids, found /ip kid-control feature, but somehow it doesn’t limit speed. I have hAP ac router. Latest RouterOS
/ip kid-control
add fri=“” mon=“” name=kid1 rate-limit=4M sat=“” sun=“” thu=0s-23h59m59s time-rate-limited=0s-23h59m59s tue=“” wed=“”
/ip kid-control device
add mac-address=80:B0:3D:0E:9F:92 name=phone user=kid1
It perfectly controls time/day when they are allowed to connect to internet, but nothing happens to limits.
What I’m doing wrong?
normis
October 4, 2018, 6:59am
2
Did it create any queues at the time the rules are active?
/queue simple print
janux
October 4, 2018, 7:10am
3
Thats what i checked first. They’re empty
Flags: X - disabled, I - invalid, D - dynamic
janux
October 4, 2018, 10:12am
4
Could be that there also are other settings that interferer with that?
This parameter matches only Monday from 0s to 23h59m59s, you should configure it like this: time-rate-limited=4d00:00:01-4d23:59:59!
But in the latest beta version we removed this parameter and created a new one for each day.
janux
October 4, 2018, 10:42am
6
How do I specify, time-rate-limited for all week?
00:00:01-6d 23:59:59
You can do it with: time-rate-limited=0s-7d !
Hi - is there any reference on string format for setting that rate limits?
All these examples look pretty cryptic:
time-rate-limited=4d00:00:01-4d23:59:59
time-rate-limited=0s-7d
Thanks,