Hello,
I have network 192.168.0.0/24
I need these limits:
1) Summary Limit (for entire network) = 10 Mbit/s
2) Individual limit for each IP-addresses = 2 Mbit/s
how to do it?
Target = 192.168.0.0/24
Max limit = 10M
Limit at = 2M
Queue type = PCQ-UPLOAD-DEFAULT and also PCQ-DOWNLOAD-DEFAULT
I have one for the ISPQueue connection /16 and one for each smaller /24 group. These smaller groups has the main ISP queue linked using the PARENT=ISPQueue setting
How it should work?Target = 192.168.0.0/24
Max limit = 10M
Limit at = 2M
I think the limit-at is for whole pcq and not per ip. so if we have a just a simple queue with target of 192.168.88.0/24 (pcq-upload & pcq-download queues) and limit-at set to 2M then the limit-at is total for all subnet and not for every ip.The limit at parameter tells the router to give 2M to reach IP.
The limit at setting is per ip. The total is total pipe you have for all users.
Hope this helps
From terminal you can writeIt is impossible to set per-ip limit in ROS?
I must manually create 253 rules for each ip?
:for x from 100 to 254 do={/queue simple add name="queue-$x" max-limit=2M/10M target="192.168.0.$x"}
1) On which tab i should set queue type=pcq? On "Advanced" tab i do not see Queue Type=pcq, but see Queue Type = "pcq-download-default" and "pcq-upload-default".no, you need one simple queue with target=192.168.0.0/24 and max-limit=10M/10M + set queue type=pcq for upload/download and set these with pcq-rate=2M in both
1 client - 2M, up to 5 client - get 2M each. 10 client - 1M each...