Boa noite pessoal,

Estou com o seguinte problema nas regras do mangle quando se ativa as mesma. As regras são para controle de programas p2p.

Tenho GVT com 50 mega e quando vou fazer o teste de velocidade com as regras ativadas do mangle ele só chega a 10 mega no maximo. Sendo que antes eu tinha 15 mega da GVT e não tinha nenhum problema com isso.
Quando desativo as regras do mangle a velocidade chega aos 50 mega tranquilo.

A versão que utilizo é 6.19 com uma RB 750GL

Segue abaixo as regras no mangle.

0 X ;;; CONTROLE_P2P_GERAL_200K
chain=prerouting action=mark-connection new-connection-mark=p2p_conn
passthrough=yes p2p=all-p2p time=0s-1d,sun,mon,tue,wed,thu,fri,sat log=no
log-prefix=""

1 X ;;; CONTROLE_P2P_GERAL_200K
chain=prerouting action=mark-packet new-packet-mark=p2p passthrough=yes
connection-mark=p2p_conn time=0s-1d,sun,mon,tue,wed,thu,fri,sat log=no
log-prefix=""

2 X ;;; FourShared
chain=prerouting action=mark-connection new-connection-mark=4shared
passthrough=yes content=4shared log=no log-prefix=""

3 X ;;; FourShared
chain=prerouting action=mark-packet new-packet-mark=PC 4shared
passthrough=yes connection-mark=4shared log=no log-prefix=""

4 X ;;; mediafire
chain=prerouting action=mark-connection new-connection-mark=mediafire
passthrough=yes content=mediafire log=no log-prefix=""

5 X ;;; mediafire
chain=prerouting action=mark-packet new-packet-mark=PC mediafire
passthrough=yes connection-mark=mediafire log=no log-prefix=""

6 X ;;; uTorrent
chain=prerouting action=mark-connection new-connection-mark=uTorrent
passthrough=yes content=utorrent log=no log-prefix=""

7 X ;;; uTorrent
chain=prerouting action=mark-packet new-packet-mark=PC uTorrent
passthrough=yes connection-mark=uTorrent log=no log-prefix=""

8 X ;;; eMule
chain=prerouting action=mark-connection new-connection-mark=eMule
passthrough=yes content=eMule log=no log-prefix=""

9 X ;;; eMule
chain=prerouting action=mark-packet new-packet-mark=PC eMule
passthrough=yes connection-mark=eMule log=no log-prefix=""

10 X ;;; LimeWire
chain=prerouting action=mark-connection new-connection-mark=LimeWire
passthrough=yes content=LimeWire log=no log-prefix=""

11 X ;;; LimeWire
chain=prerouting action=mark-packet new-packet-mark=PC LimeWire
passthrough=yes connection-mark=LimeWire log=no log-prefix=""

12 X ;;; BitTorrent
chain=prerouting action=mark-connection new-connection-mark=BitTorrent
passthrough=yes content=BitTorrent log=no log-prefix=""

13 X ;;; BitTorrent
chain=prerouting action=mark-packet new-packet-mark=PC BitTorrent
passthrough=yes connection-mark=BitTorrent log=no log-prefix=""

14 X ;;; AresGalaxy
chain=prerouting action=mark-connection new-connection-mark=Ares
passthrough=yes content=Ares log=no log-prefix=""

15 X ;;; AresGalaxy
chain=prerouting action=mark-packet new-packet-mark=PC Ares
passthrough=yes connection-mark=Ares log=no log-prefix=""


Agora segue as regras do Queue Tree

0 ;;; CONTROLE P2P 200K
name="P2P_Controle" parent=global packet-mark=p2p limit-at=0 queue=default
priority=8 max-limit=1M burst-limit=0 burst-threshold=0 burst-time=0s

1 name="P2P_Controle1" parent=global packet-mark=p2p limit-at=0 queue=default
priority=8 max-limit=1M burst-limit=0 burst-threshold=0 burst-time=0s

2 ;;; Shared
name="4Shared" parent=global packet-mark=PC 4shared limit-at=0
queue=default priority=8 max-limit=1M burst-limit=0 burst-threshold=0
burst-time=0s

3 ;;; BitTorrent
name="BitTorrent" parent=global packet-mark=PC BitTorrent limit-at=0
queue=default priority=8 max-limit=8M burst-limit=0 burst-threshold=0
burst-time=0s

4 ;;; AresGalaxy
name="Ares" parent=global packet-mark=PC Ares limit-at=0 queue=default
priority=8 max-limit=500k burst-limit=0 burst-threshold=0 burst-time=0s

5 ;;; LimeWire
name="LimeWire" parent=global packet-mark=PC LimeWire limit-at=0
queue=default priority=8 max-limit=1M burst-limit=0 burst-threshold=0
burst-time=0s

6 ;;; eMule
name="eMule" parent=global packet-mark=PC eMule limit-at=0 queue=default
priority=8 max-limit=1M burst-limit=0 burst-threshold=0 burst-time=0s

7 ;;; uTorrent
name="uTorrent" parent=global packet-mark=PC uTorrent limit-at=0
queue=default priority=8 max-limit=1M burst-limit=0 burst-threshold=0
burst-time=0s

8 ;;; mediafire
name="mediafire" parent=global packet-mark=PC mediafire limit-at=0
queue=default priority=8 max-limit=1M burst-limit=0 burst-threshold=0
burst-time=0s

Bom pessoal é isso ai, se alguém puder ajudar agradeço.