Hi
Please how can i exempt local content from going through queue
I have a client on my network who has 2 sites when the transfer files between the to sites or use remote desktop it consequently slow internet usage down
Kindly advice please
Hi
Please how can i exempt local content from going through queue
I have a client on my network who has 2 sites when the transfer files between the to sites or use remote desktop it consequently slow internet usage down
Kindly advice please
Are you using queue tree or simple queues?
Im very sorry for my late reply
Im using simple queues
hello
you can use mangle for match traffic except your local traffic and marking connection and their packets and finally use this mangle for your simple queue
example
/ip firewall mangle add chain=forward dst-address=!192.168.11.0/24 action=mark-connection new-connection-mark=internettraffic passthrough=yes
/ip firewall mangle add chain=forward connection-mark=internettraffic action=mark-packet new-packet-mark=internettrafficpackets passthrough=no
and then
/queue simple add name=internetQ packet-marks=internettrafficpackets max-limit=512k/512k
Good Luck
Thank hasibi
However is 192.168.11.0/24 your lan address
also on the simple queue will i include the source address
Note: i have more than 1 plan i.e 512k 256k and 1mb
Thanks again