Allow user from 7pm - 6am on daily for a period of 1 month

Kindly assist me on how allow some of my clients to have access to internet betwen the hours of 7pm till 6am on daily basis and for a period of 1 week or 1 month. Am using usemanager and hotspot on the same router machine.

Currently it is not possible by HotSpot/User Manager to get 7PM-6AM, I believe this feature will be possible in new User Manager.

Use uptime-limit to set week or month as period for Internet usage.
To allow Internet from 7Pm - 6Am add /firewall filter rule to block traffic from customer network, when time is not 7Pm-6Am, use time option in the /ip firewall filter

Thanks for the quickly reply, l will do so as you advised

I am interested in the above issue. How will it be done in the firewall filter for the hotspot user.

Like sergejs wrote, add a drop action with a time filter. What the rule exactly looks like depends on what your interfaces are called. Assuming the customers are behind interface ‘inside’, something like this should work:

/ip firewall filter add chain=forward action=drop in-interface=inside time=06:00:00-18:59:59,sun,mon,tue,wed,thu,fri,sat,sun

I thought this filter rule will allow all internet from the said period,but i am looking for some specific users alone not all of them. The issue i think will affect all users in the network

No. This rule will disallow internet for the specified period. Just change the time period to suite your needs.

If one or two, specify source ip address (src-address=x.x.x.x), if more then create an address list and specify this address list in the rule (src-address-list=limited_users).

hi
this is very nice
but how can i make adress list ???

Note, New User-Manager (user manager test) provides with profiles, where it is possible to configure time/day/month limitation.

thanks l will try it now. But did l need to uninstall the former one before installing the test package?

I would recommend to use test computer, where User Manager profiles tests are possible without client interruption.
If you want to try on the current computer, make backup of the current User-Manager,

  • backup configuration of the router;
  • export configuration of /tool user-manager
  • database backup by /tool user-manager database
    upload usermantest package and reboot the router.