I have this problem with mangle
I have created a mangle rules like this:
3 ;;; Mark Hotspot Connection
chain=prerouting action=mark-connection new-connection-mark=HotSpot_Conxn passthrough=yes src-address-list=[b]Hotspot[/b]
4 ;;; Mark Hotspot Connection
chain=prerouting action=mark-connection new-connection-mark=HotSpot_Conxn passthrough=yes dst-address-list=[b]Hotspot[/b]
5 ;;; Mark HotSpot Packet
chain=prerouting action=mark-packet new-packet-mark=HotSpot_Pkt passthrough=no connection-mark=HotSpot_Conxn
but when I look at connections, some of them are marked and some are not; this ip is in the Hotspot address list above
I do not exactly know how Mikrotik marks connections and why this happens, but I can not use queues effectively because of this.
