To give speed quota to many IPs separately.
-
Can we assign speed quota to many computers as fast as Mikrotik in Pfsense?
Example: Assigning 20mbitDown speed quota to each computer between 192.168.1.10-150 separately.As far as I know, it is necessary to create separate rules for each of them (hundreds of rules) or to give all of them a single speed quota. eg ip: 20mbitdown between 10-150
gives it to all. -
@enesas You can use a rule to assign them to a limiter/queue and set the Mask setting to have it apply to each IP separately.
https://docs.netgate.com/pfsense/en/latest/trafficshaper/limiters.html#creating-limiters
"When a limiter is set for Source Address or Destination Address, the pipe bandwidth limit will be applied on a per-IP address basis or a subnet basis, depending on the masking bits, using the direction chosen in the masking." -
I think I got it. I will try. Thank you very much.