I don’t know the difference between mark connection,packet and routing
sometimes only use mark routing
sometimes first use mark connection,second use mark packet
sometimes only use mark packet
i don’t know why ?
Under what circumstances the use of only mark routing,and Under what circumstances the use of mark connection and packet??
thank u
First of all you may start with mangle documentation that provides explanation for the actions,
http://www.mikrotik.com/testdocs/ros/2.9/ip/mangle.php
You will get a lot of information from here to understand, that mangle actions are used to mark packets,
mark-routing - to ensure policy-routing, when different type of packets are routed over different gateways.
mark-connection and mark-packet are used to set identifiers to the traffic that will be used in queues to enable bandwidth limitation, first option marks connections and second used to mark packets.