Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this menu it is possible to create a profile for each Kid and restrict internet accessibility.

PropertyDescription
name (string)Name of the Kids profile
mon,tue,wed,thu,fri,sat,sun (time)Each day of week. Time of day is selected, when internet access should be allowed
disabled (yes | no)Whether restrictions is enabled
rate-limit (string)Maximum available data rate for flow
tur-mon,tur-tue,tur-wed,tur-thu,tur-fri,tur-sat,tur-sun (time)Time unlimited rate. Time of day is selected, when internet access should be unlimited

Time unlimited rate parameters have higher priority than rate-limit parameter.

...

This sub-menu contains information if there is multiple connected devices to internet (phone, tablet, gaming console, tv etc.). Device is identified by MAC address that is retrieved from the ARP table. The appropriate IP address is taken from there.

PropertyDescription
name (string)Name of the device
mac-address (string)Devices mac-address
user (string)To which profile append the device
reset-counters ([id, name])Reset bytes-up and bytes-down counters.

Application example

With following example we will restrict access for Peters mobile phone:

...

It is also possible to pause all restrictions and then resume them whenever you want it Internet access for the created kids, it will restrict all access until resume is used, which will continue with configured settings:

Code Block
languageros
[admin@MikroTik] > /ip kid-control pause Peter 
[admin@MikroTik] > /ip kid-control print
Flags: X - disabled, P - paused, B - blocked, L - rate-limited 
 #   NAME                                                                                                                    SUN      MON      TUE      WED      THU      FRI      SAT     
 0 PB Peter                                                                                                                 15h-21h                             11h-22h          18:30h-22h  

...