Routero Os Forum
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.
Entrar

Esqueci-me da senha

Últimos assuntos
» internet lenta
por brooklin_sul Qui 11 Abr - 19:17

» Como pingar pelos dois links
por bruno9988 Ter 20 Fev - 19:12

» BFW em paralelo com Mikrotik
por antoniogiga Qui 18 Jan - 1:40

» NAT MIKROTIK
por squall1808 Seg 8 Jan - 18:07

» Aumenta Lucro do provedor com Servidor de FILME - Dica como montar um " Netflix"
por bruno9988 Ter 19 Dez - 17:59

» hotspot conexao lenta
por brooklin_sul Seg 18 Dez - 1:04

» Acessar Radio e roteadores pelo Mikrotik
por antoniogiga Ter 15 Nov - 16:49

» [Resolvido]Balanceamento usando o Net Virtua ( Netcombo)
por antoniogiga Ter 15 Nov - 8:02

» whatsapp lento
por antoniogiga Ter 15 Nov - 8:00

» to de volta qual quer duvida soh chamar
por antoniogiga Ter 15 Nov - 7:58

» Firmware ApRouter em Radio - Chipset rtl8186!
por antoniogiga Dom 17 Jul - 18:02

» QoS por mac-address (ou IP amarrado) quando tenho 01 mikrotik + 05 routers
por rdnetwork Sex 4 Fev - 7:58

» Microtik - OpenVPN não conecta com 2 links 2 internet balanceados
por vagneroliveira Qui 3 Fev - 6:44

» Software gerenciamento ZTE C320
por lancecom Qui 18 Mar - 11:27

» Software Gerenciamento ZTE C320
por lancecom Seg 15 Mar - 17:21

Estatísticas
Temos 31897 usuários registrados
O último membro registrado é fhca78

Os nossos membros postaram um total de 38285 mensagens em 5803 assuntos

Problema no Mangle quando ativado.

Ir para baixo

Problema no Mangle quando ativado. Empty Problema no Mangle quando ativado.

Mensagem por abarde Dom 14 Set - 22:41

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.
abarde
abarde
Baby
Baby

Mensagens : 13
Pontos : 17
Reputação : 0
Data de inscrição : 16/05/2012
Idade : 42
Localização Localização : Jaboatão dos Guararapes

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos