Is it possible to limit the bandwidth per user?
If so, how
With simple queues is the limited bandwidth on per interface or I thought it wrong.
Yes it is possible to limit bandwidth per user.
Static -
Enter MAC and IP into ARP. Enter IP into simple queues and you can set the bandwidth for each user.
Dynamic -
Enter Dynamic IP’s into simple queues and you can set the bandwidth for each IP. Since you don’t know who is going to get that IP, you will most likely be setting them all the same.
I hope this helps
Bob
And if I don’t know the clients?I have their MAC address not
I guess you did not understand the dynamic option?
can you make a printscreen of the configuration?
You did not say static or dynamic IP. I assume you want dynamic.
If you are handing out DHCP 192.168.1.100 - 192.168.1.199, you simply enter each IP address from 100 to 199 in the simple queues. The user is assigned one of those IP’s and their bandwidth is controlled by the queue. You don’t know who you are controlling, but you are controlling the bandwidth of a user who is assigned an IP. At the end enter a master bandwidth control for all with a target of 192.168.1.0/24. This way anyone that is not assigned a queue goes through the master at whatever speed you enter.
If you have know users enter their mac address in the ARP table and assign them an IP out of DHCP range. They must use a device to connect, with that IP and that assigned MAC address. Now enter a queue for them, above the master bandwidth control.
add burst-limit=256k/256k burst-threshold=64k/64k burst-time=12s/12s \
max-limit=64k/64k name=197 queue=default/default target=192.168.1.197/32 \
total-queue=default
add burst-limit=256k/256k burst-threshold=64k/64k burst-time=12s/12s \
max-limit=64k/64k name=198 queue=default/default target=192.168.1.198/32 \
total-queue=default
add burst-limit=256k/256k burst-threshold=64k/64k burst-time=12s/12s \
max-limit=64k/64k name=199 queue=default/default target=192.168.1.199/32 \
total-queue=default
Dynamic i think I know the IP addresses are not in advance.If you understand what I mean.
I am running Mikrotik 5.20 on x86 as a transparent proxy.
I have similar kind of question. Can we limit the download rate for group of IPs in a single rule?
e.g
192.168.1.50 to 192.168.1.100 —> 100k
192.168.1.101 to 192.168.1.200 —> 150k
same question here
Look to this site in dutch but look to printscreens a made.
http://www.wirelessinfo.be/index.php/mikrotik/pages/queues
Starting from this
Bandbreedte beperken per IP-adres en dit voor geheel het subnet
Look to this site in dutch but look to printscreens a made.
I set more details on website
http://www.wirelessinfo.be/index.php/mikrotik/pages/queues
Starting from this
Bandbreedte beperken per IP-adres en dit voor geheel het subnet
can someone port a script that automatically create queues for ip range 192.168.88.1 to 192.168.88.254