Community discussions

MikroTik App
 
isti
just joined
Topic Author
Posts: 17
Joined: Tue Sep 03, 2013 11:48 am

How to Group IP Based Internet BW distribute?

Mon Oct 21, 2013 7:08 am

Hello, I am facing to distribute BW like group based. I want to do this by the following ways.

My Local Area Network Address is: 192.168.1.0/24 and

Total BW is 1Mbps. Now I want to give the following distribution system:

1) IP Adress from 192.168.1.2 to 192.168.1.100 = 512kbps.

2) IP Address from 192.168.1.101, 192.168.1.102 will get 256kbps.

3) IP Address 192.168.1.110 will get full 1 Mbps.


==> it is difficult to put individual ip address for 512kbps by simple queue system. Is it any way to distribute specific IP to specific group?

like: GROUP_512, GROUP_256

If I add IP address to GROUP_512 then it will get 512kbps ....

please help me.
 
deejayq
Member Candidate
Member Candidate
Posts: 195
Joined: Wed Feb 23, 2011 8:33 am

Re: How to Group IP Based Internet BW distribute?

Mon Oct 21, 2013 9:29 am

what you need is /ip firewall address-list, /ip firewall mangle (to mark connections and packets) and http://wiki.mikrotik.com/wiki/Manual:Queues_-_PCQ to queue packets based on their packet mark.
 
isti
just joined
Topic Author
Posts: 17
Joined: Tue Sep 03, 2013 11:48 am

Re: How to Group IP Based Internet BW distribute?

Mon Oct 21, 2013 11:17 am

what you need is /ip firewall address-list, /ip firewall mangle (to mark connections and packets) and http://wiki.mikrotik.com/wiki/Manual:Queues_-_PCQ to queue packets based on their packet mark.
your solution is distribute the total BW in equally.

1MB between 2 user=512
1MB between 4 user=256

like that.

but I wanted to distribute different bandwidth to different IP address. it can be IP pool or IP group based bandwidth distribution.
 
deejayq
Member Candidate
Member Candidate
Posts: 195
Joined: Wed Feb 23, 2011 8:33 am

Re: How to Group IP Based Internet BW distribute?

Mon Oct 21, 2013 3:35 pm

you didn't read the wiki carefully

you set different address lists (you can even name the address lists GROUP_512, GROUP_256 or whatever you like) for different types of clients and you set in the queue tree different speeds to those types of clients.
you than have to think about priorities (which clients get the speed before the others).
 
isti
just joined
Topic Author
Posts: 17
Joined: Tue Sep 03, 2013 11:48 am

Re: How to Group IP Based Internet BW distribute?

Tue Oct 22, 2013 10:50 am

you didn't read the wiki carefully

you set different address lists (you can even name the address lists GROUP_512, GROUP_256 or whatever you like) for different types of clients and you set in the queue tree different speeds to those types of clients.
you than have to think about priorities (which clients get the speed before the others).
Can you please explain with example? I tried to find out the solution by wiki but failed. If possible then give an example about it.

thanks in advance.

Who is online

Users browsing this forum: 0xAA55 and 55 guests