Manual:Kid-control: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
In this menu it is possible to create a profile for each Kid and restrict internet accessibility. | |||
Line 54: | Line 54: | ||
|arg=time-rate-limited | |arg=time-rate-limited | ||
|type=time | |type=time | ||
|desc= | |desc=How long to limit allowed amount of traffic | ||
}} | }} | ||
Revision as of 07:50, 24 May 2018
Applies to RouterOS: 6.41
Summary
"Kid control" is a parental control feature to limit internet connectivity for kids.
Kid Control
Sub-menu: /ip kid-control
In this menu it is possible to create a profile for each Kid and restrict internet accessibility.
Property | Description |
---|---|
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 |
copy-from (string) | Copy parameters from different Kids profile |
disabled (yes | no) | Whether restrictions is enabled |
rate-limit (string) | Limit allowed amount of traffic |
time-rate-limited (time) | How long to limit allowed amount of traffic |
Devices
Sub-menu: /ip kid-control device
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. It is possible to assign whole subnet to kids devices using netmask.
Property | Description |
---|---|
mac-address (string) | Devices mac-address |
user (string) | To which profile to add the device |
Examples
[admin@MikroTik] > /ip kid-control add name=kid1 sun=20:00:00-22:00:00 mon=16:00:00-21:00:00 [admin@MikroTik] > /ip kid-control device add name=Limit1 user=kid1 mac-address=FF:FF:FF:ED:83:63
Internet access limitation is implemented by adding dynamic firewall filter rules or simple queue rules. Here are example firewall filter rules:
[admin@MikroTik] > /ip firewall filter print 1 D ;;; Limit1, kid-control chain=forward action=reject src-address=192.168.88.254 2 D ;;; Limit1, kid-control chain=forward action=reject dst-address=192.168.88.254