Internet access at certain times

Hello, I would like how I can do to have Internet at certain times
I have a machine with a specific mac address, I would like this machine have internet

to 8hrs to 12hrs and 17:30 to 22hrs00, how do here?


Thank you for your prompt response

I have not used this feature yet, but you can set firewall filter rules with a time parameter.

/ip firewall filter
add chain=forward action=drop src-mac-address=xx:xx:xx:xx:xx:xx time=00:00:00-08:00:00,mon

This rule drops access from that mac from midnight to 8am Mondays. Set the other time periods the same.
I do not know how to set this with all days. It wants a day of the week. ??

ok, thank you for the method but I had already found another method with Schudel, by creating a rule in ip-binding and each time I want the client have no connection I turn off just in ip-binding
is this also a good configuraiton

If the user of the computer does not have a user/password for the hotspot, that will work. If the user does, that will not stop it.
if you are using ip-binding, the computer/router/device must be behind a hotspot, correct?

ok, thanks