In one of the sites i have a LAN that i would like to restrict each user that gets an IP to certain bandwidth, except from some certain IPs in that range (that got static lease from dhcp).
for example the range is 192.168.1.150-199 and i would like to restrict it to each user get 2Mbps down/512kbps up, except from some certain IPs in that range eg 192.168.1.194, 192.168.1.190, 192.168.1.147, 192.168.1.130 that i would like to have no queue, and those IPs are statically leased from DHCP for those systems. I could do with MAC addresses and create one queue per MAC, but it is very dynamic and every hour systems arrive and get and IP.
Or even simpler how can i create a queue for range of IPs eg 192.168.1.150-179 & 192.168.1.185-190 to have the restricted queue and the rest 192.168.1.180-184 & 191-199t o get the unlimited.
How could i do that, please?