OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: Luc3k on February 07, 2021, 02:44:45 pm

Title: different bandwidths for computers
Post by: Luc3k on February 07, 2021, 02:44:45 pm
I have a 200/20 Mbit bandwidth. I have configured the bandwidth manager according to this manual: https://docs.opnsense.org/manual/how-tos/shaper_share_evenly.html#

Everything works well.
However, I need to limit the bandwidth to 20/5 Mbit for several ip addresses.
For example:
The addresses 192.168.14.20 and 192.168.14.21 receive a bandwidth of 20/2 Mbit/s.
The rest of the addresses in the network (network mask /16) get the full 200/20 bandwidth.
Is this configuration possible?

In the screens below I present my configuration.
Title: Re: different bandwidths for computers
Post by: thowe on February 07, 2021, 04:00:01 pm
Someone is welcome to correct me if I'm spreading incorrect info here. But I would do it as follows:

1. define an additional download pipe with 20Mbit/s limit.
2. add an additional queue to this pipe
3. define a rule with the affected client IPs as destination, which comes in the sequence BEFORE the other more general rules and is applied to this new queue

Similarly do the same for the new upload queue with 5Mbit/s.