Hey all,
I'm tring to setup QOS on our edge router, right now i want to make all P2P the lowest priority(8) and evething else high(1), right now i'm trying to get all the p2p tracked.
I put these rules in place to mark p2p
[admin@Edge] > ip firewall mangle print all
Flags: X - disabled, I - invalid, D - dynamic
0 chain=prerouting connection-mark=p2p-con action=mark-packet new-packet-mark=p2p passthrough=no
1 chain=forward connection-mark=p2p-con action=mark-packet new-packet-mark=p2p passthrough=no
2 chain=prerouting p2p=all-p2p action=mark-connection new-connection-mark=p2p-con passthrough=no
3 chain=forward p2p=all-p2p action=mark-connection new-connection-mark=p2p-con passthrough=no
However i notice that only ~1/4 of the traffic is getting marked, this is unencrypted as i have done tests myself. I have taken the router offline and killed all connections in the connection tracker but i cant get the router to mark all the p2p traffic
Any ideas guys?