Community discussions

MikroTik App

Search found 3 matches

by Apolong
Wed Jul 19, 2017 1:29 pm
Forum: Scripting
Topic: How to limit a user to a given amount of traffic?
Replies: 85
Views: 93267

Re: How to limit a user to a given amount of traffic?

Many times people have asked how to shape traffic based on the amount the user has already downloaded. Here is a small script which makes the job: ------------------------- :local sum; :local traf; :set sum 0 /ip firewall rule forward { :foreach i in [find] do={:incr sum} :for i from=1 to=$sum do={...
by Apolong
Mon Jul 10, 2017 6:48 am
Forum: Beginner Basics
Topic: How to config time limit on vlans (each device)
Replies: 1
Views: 726

How to config time limit on vlans (each device)

Hi everyone,

I have a 3011 mikrotik route and some unifi APs.
I want to setup time limit on the vlan for guest.
For exp: I have iPhone, I join to guest wifi (vlanid: 1000). And I only have 1 hour per day to access to internet.

Can I do it with mikrotik?

Mnthanks my friends!
by Apolong
Sun Jun 18, 2017 9:47 am
Forum: Beginner Basics
Topic: Is it good to manage on Mikrotik or Unifi switch?
Replies: 1
Views: 723

Is it good to manage on Mikrotik or Unifi switch?

Hi everyone, I'm new in Ubiquiti. I've been builting a new house with 30 user, 30-40 ip Camera 5Mpx. I think I am going to buy a set with - 1 Mikrotik RB3011 (Router for 2 fiber lines) - 2 Switch Unifi 24 port POE (1 for APs, and one for new Camera) - 1 AP Pro - 6 AP LR - 1 Unifi Cloud Key Now, I'm ...