Hello Guys
One simple question with simple queue )
I added clients in simple queue. So I want to block other clients which not in simple queue
Or put them a very small bandwidth
RoS v6.4
Hello Guys
One simple question with simple queue )
I added clients in simple queue. So I want to block other clients which not in simple queue
Or put them a very small bandwidth
RoS v6.4
hmm
ok you can do alot
try marking first…
so lets say you want to lower all that is not 192.168.1.100
/ip firewall mangle
add chain=forward src-address =192.168.1.100/32 action=mark-packet new-packet-mark=MYPRIORITY passthrough=no comment=" PRIORITY IP" disabled=no
// you can add more mangles for other ips or anything , select and mark with MYPRIORITY ( you can change the name)
// example
add chain=forward src-address =1.2.3.4 action=mark-packet new-packet-mark=MYPRIORITY passthrough=no comment=" PRIORITY IP" disabled=no
then you simply Mark it prio 2 to 7 .. 8 is lowest and default.. 1 you should reserve in case you need something over the top.
so…
/ queue tree
add name=“ether1_PRIO” parent=ether1 packet-mark=MYPRIORITY limit-at=0 queue=default priority=2
max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
that would make 192.168.1.100 better then the rest
to test.. check the queue tree click on the entry, check stats, ping the ip you made higher, and see packets go up