Hello,
I am trying to mark all packets which are coming in and going out from my 2 PC (192.168.1.1 & 192.168.1.2) in my mikrotik router. The purpose of marking those packets is to set priority and control bandwidth of these 2 computers later.
In order to do that, first I marked the source & destination connections of my 2 PC as “C1” & “C2”. And then I marked the packets as “P1” & “P2” based on the connection marks. Below is my configuration for marking the packets.
The question is, am I doing it correctly ? Any comment/suggestion is appreciated…
To connection mark add this: connection-mark=no-mark - you will be mark only new traffic. I hope you have got a firewall rules with accept the establish and related traffic.
But my question is, the way I am marking my packets, is it a correct way ??
Like : mark the source/destination connections in pre-routing chain and then mark the packets based on connection marks… is it the correct way ?
It’s the best way.. even more bcs you can mark even specific trafic by protocol&port. Next stuff is what you do with this traffic.
When it’s queue then you can use it at simple and tree tab.
Please grab new traffic only when they have got connection-mark=no-mark - to be sure. Info about it I write below photo.
Hmm, I always do a rule into prerouting for download & upload traffic by users and all that next rule are still in prerouting.
Currently your HTTP&Other upload have got ones prerounting and next forward.
But what is not work? Or it’s working but you search better way.
PS. CTRL+L clear screen.
PS2 not “print” but “export” - then you can select and RMB copy it. Paste to forum post and press CODE icon “” . Then I can import, correct and repaste better code.
PS3 You can think and read before about FastPath… but you must know what and how it’s work. It’s next level.
I think I am still missing something. Could you please explain what is the purpose of “grabbing new traffic only when they have got connection-mark=no-mark”
Please help me to understand it…