does simple queue require mangle

hi guys my objective is to
“To limit a particular user who constantly spoiling entire network”
that is if i removed this user from the network ,networking is doing good , and when i observed through torch that particular ip is giving more upload

iam thinking to implement simple queue for that particular user to limt upload


my concern is can i directly implement simple queue or that simple queue require mangle for packet mark .
I dont understand how to do it can anyone help us to find a solution

thanks for reading

No, you don’t need packet marks for simple queues, though you can use them if you want. Just specify the user’s IP address in the target-address field, set a rate limit, you’re done.

thank you very much i ll try plz keep in touch with this
thank you once again

i configured simple queue but it is not working ,i dont see any traffic flowing through queue
i want to limit ip address 10.0.0.6 which is spoiling entire nw
configuration details are

1.target address 10.0.0.6
2.checked target upload,target download and max limit for target upload 64k
3.in advanced tab interface wlan
4.checked target upload ,target download and max limit for target upload 64k
5.queue type wireless default (infact i tried all of those types)
6.in total tab queue type again wireless default

can any one suggest me correct config details so that my queue works fine
thanking you

plz can anybody figure out why my simple queue not working with the above setting we are facing problems due to bad customers for a long time plz
thanking you

Remove queue, add simple rule,
/queue simple add target-address=10.0.0.6 max-limit=64k/0k (if 10.0.0.6 is client of your network).

Do you have any bridge on the router?

yes we are using rb433 in ap bridge mode,
our nw is like this
we have a leased line of 32mbps and that is given through fibre to the base tower switch,
from that we connected rb433 in ap bridge mode,
and i have give ip address 192.168.200.1/24 for that router board for remote management other than that ,the ip address has no significance
is that effecting the queue

hi is there any one facing the above problem
generally wireless broadband providers will face this issue ,
can anybody resolve this for us please
thank you

I was asking, do you have any configuration at /interface bridge?

iam sorry icant figure that one
but we bridged wlan interface and eth1 interface as bridge1 in interface mode

Set

/interface bridge settings set use-ip-firewall=yes

Queue simple should work after it.

k i will try it seems working i will update u with full details and checking soon
thank you very much

sergejs you are excellent it worked me very well ,seems i found an answer which i am looking for about 3 months

thank you very much
but i have another question simple queues are working nicely but when i selected p2p to block torrents it is not working
i think what may be the cause?

hi it is working very well i mentioned earlier but when i queued users which are giving uploads we are getting breaks in their pings as i limited their uploads is there any better way to limit them using Qos so that they only get high latency but not breaks…
thank you

Try Layer 7 marking to block torrents since using p2p alone wont do it.
Remember it will use more processing power.