I have been attempting to set up a bandwidth limiting queue for users on a access point.
-
I want to be able to give a few users higher bandwidth than the others based on mac address (if possible).
-
I then want the rest of the users to be bandwidth managed to 512k. This would be either by the subnet they are on or just a default anyone else but number 1 above kind of thing.
I have been able to do it with simple queue’s using ip numbers, but based on macs, I do a mangle/mark connection, then a mangle/mark packet and it gets the match on the mac address of the user I want, but then it also matches the ip address subnet in part 2 above and bandwidth manages them at the slower speed.
I have searched and searched, but just can’t seem to figure it out, so I figured I’d ask for help.
Tom