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

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

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

MIKROTIK REGRAS PROTAS QOS

2 participantes

Ir para baixo

MIKROTIK REGRAS PROTAS QOS Empty MIKROTIK REGRAS PROTAS QOS

Mensagem por carloscesar14 Sáb 2 Fev - 22:54

/ ip firewall filter
add chain=forward src-address=192.168.1.0/24 protocol=tcp dst-port=80 \
content=youtube action=add-dst-to-address-list \
address-list=youtube-download-list address-list-timeout=30m \
comment="Youtube" disabled=no
add chain=forward src-address=192.168.1.0/24 protocol=tcp dst-port=80 \
content=rapidshare action=add-dst-to-address-list \
address-list=rapidshare-download-list address-list-timeout=30m \
comment="Rapidshare" disabled=no
add chain=forward src-address=192.168.1.0/24 protocol=tcp dst-port=80 \
content=metacafe action=add-dst-to-address-list \
address-list=metacafe-download-list address-list-timeout=30m \
comment="Metacafe" disabled=no
add chain=forward src-address=192.168.1.0/24 protocol=tcp content=6rb \
action=add-dst-to-address-list address-list=6rb-download-list \
address-list-timeout=30m comment="6rb" disabled=no

/ ip firewall mangle
add chain=prerouting in-interface=WAN protocol=udp src-port=53 \
action=mark-packet new-packet-mark=DNS-Down passthrough=no comment="DNS \
Services" disabled=no
add chain=postrouting out-interface=WAN protocol=udp dst-port=53 \
action=mark-packet new-packet-mark=DNS-Up passthrough=no comment="" \
disabled=no
add chain=prerouting in-interface=WAN protocol=icmp action=mark-packet \
new-packet-mark=ICMP-Down passthrough=no comment="Ping Services" \
disabled=no
add chain=postrouting out-interface=WAN protocol=icmp action=mark-packet \
new-packet-mark=ICMP-Up passthrough=no comment="" disabled=no
add chain=prerouting in-interface=LAN protocol=tcp src-port=2141 \
action=mark-packet new-packet-mark=Winbox-Down passthrough=no \
comment="WinBox Services" disabled=no
add chain=postrouting out-interface=LAN protocol=tcp dst-port=2141 \
action=mark-packet new-packet-mark=Winbox-Up passthrough=no comment="" \
disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=80 \
src-address-list=rapidshare-download-list action=mark-packet \
new-packet-mark=rapidshare-down passthrough=no comment="Rapidshare \
Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=80 \
dst-address-list=rapidshare-download-list action=mark-packet \
new-packet-mark=rapidshare-up passthrough=no comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=80 \
src-address-list=youtube-download-list action=mark-packet \
new-packet-mark=youtube-down passthrough=no comment="Youtube Services" \
disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=80 \
dst-address-list=youtube-download-list action=mark-packet \
new-packet-mark=youtube-up passthrough=no comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=80 \
src-address-list=metacafe-download-list action=mark-packet \
new-packet-mark=metacafe-down passthrough=no comment="Metacafe Services" \
disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=80 \
dst-address-list=metacafe-download-list action=mark-packet \
new-packet-mark=metacafe-up passthrough=no comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=80 \
src-address-list=6rb-download-list action=mark-packet \
new-packet-mark=6rb-down passthrough=no comment="6rb Services" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=80 \
action=mark-packet new-packet-mark=HTTP-Down passthrough=no comment="HTTP \
Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=80 \
action=mark-packet new-packet-mark=HTTP-Up passthrough=no comment="" \
disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=21 \
action=mark-packet new-packet-mark=FTP-Down passthrough=no comment="FTP \
Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=21 \
action=mark-packet new-packet-mark=FTP-Up passthrough=no comment="" \
disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=5000-5001 \
action=mark-packet new-packet-mark=Yahoo-Voice-TCP-Down passthrough=no \
comment="Yahoo Messenger Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=5000-5001 \
action=mark-packet new-packet-mark=Yahoo-Voice-TCP-Up passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=5061 \
action=mark-packet new-packet-mark=Yahoo-Voice-TCP-Down2 passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=5061 \
action=mark-packet new-packet-mark=Yahoo-Voice-TCP-Up2 passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=443 \
action=mark-packet new-packet-mark=Yahoo-Voice-TCP-Down3 passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=443 \
action=mark-packet new-packet-mark=Yahoo-Voice-TCP-Up3 passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=udp src-port=5000-5010 \
action=mark-packet new-packet-mark=Yahoo-Voice-UDP-Down passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=udp dst-port=5000-5010 \
action=mark-packet new-packet-mark=Yahoo-Voice-UDP-Up passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=5050 \
action=mark-packet new-packet-mark=Yahoo-Text-Chat-Down passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=5050 \
action=mark-packet new-packet-mark=Yahoo-Text-Chat-Up passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=5100 \
action=mark-packet new-packet-mark=Yahoo-Webcam-Down passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=5100 \
action=mark-packet new-packet-mark=Yahoo-Webcam-Up passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=1408 \
action=mark-packet new-packet-mark=MSN-Chat-TCP-Down-1 passthrough=no \
comment="MSN Messenger Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=1408 \
action=mark-packet new-packet-mark=MSN-Chat-TCP-Up passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=1863 \
action=mark-packet new-packet-mark=MSN-Chat-TCP-Down2 passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=1863 \
action=mark-packet new-packet-mark=MSN-Chat-TCP-Up2 passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN p2p=all-p2p action=mark-packet \
new-packet-mark=p2p-down passthrough=no comment="P2P Services" disabled=no
add chain=postrouting out-interface=WAN p2p=all-p2p action=mark-packet \
new-packet-mark=p2p-up passthrough=no comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=554 \
action=mark-packet new-packet-mark=realplayer-down1 passthrough=no \
comment="Realplayer Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=554 \
action=mark-packet new-packet-mark=Realplayer-up1 passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=7070 \
action=mark-packet new-packet-mark=Skype-Down passthrough=no \
comment="Skype Services" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=7070 \
action=mark-packet new-packet-mark=Skype-Up passthrough=no comment="" \
disabled=no
add chain=prerouting in-interface=WAN protocol=tcp src-port=12340 \
action=mark-packet new-packet-mark=Skype-Voice-down passthrough=no \
comment="" disabled=no
add chain=postrouting out-interface=WAN protocol=tcp dst-port=12340 \
action=mark-packet new-packet-mark=Skype-Voice-Up passthrough=no \
comment="" disabled=no
add chain=prerouting in-interface=WAN action=mark-packet \
new-packet-mark=others-down passthrough=no comment="Other Services" \
disabled=no
add chain=postrouting out-interface=WAN action=mark-packet \
new-packet-mark=others-up passthrough=no comment="" disabled=no

/ queue tree
add name="Down-WAN" parent=global-in packet-mark="" limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
add name="Up-WAN" parent=global-out packet-mark="" limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
add name="DNS-Down" parent=Down-WAN packet-mark=DNS-Down limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="DNS-Up" parent=Up-WAN packet-mark=DNS-Up limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
add name="ICMP-Down" parent=Down-WAN packet-mark=ICMP-Down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="ICMP-Up" parent=Up-WAN packet-mark=ICMP-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
add name="Winbox-Down" parent=Down-WAN packet-mark=Winbox-Down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="Winbox-Up" parent=Up-WAN packet-mark=Winbox-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="HTTP-Down" parent=Down-WAN packet-mark=HTTP-Down limit-at=2000000 queue=default priority=4 max-limit=2000000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="HTTP-Up" parent=Up-WAN packet-mark=HTTP-Up limit-at=1000000 queue=default priority=4 max-limit=1000000 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="FTP-Down" parent=Down-WAN packet-mark=FTP-Down limit-at=512000 queue=default priority=8 max-limit=512000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="FTP-Up" parent=Up-WAN packet-mark=FTP-Up limit-at=256000 queue=default priority=8 max-limit=256000 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="Yahoo-Voice-TCP-Down" parent=Down-WAN packet-mark=Yahoo-Voice-TCP-Down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Yahoo-Voice-TCP-Up" parent=Up-WAN packet-mark=Yahoo-Voice-TCP-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Yahoo-Voice-TCP-Down2" parent=Down-WAN packet-mark=Yahoo-Voice-TCP-Down2 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Yahoo-Voice-TCP-Up2" parent=Up-WAN packet-mark=Yahoo-Voice-TCP-Up2 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Yahoo-Voice-TCP-Down3" parent=Down-WAN packet-mark=Yahoo-Voice-TCP-Down3 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Yahoo-Voice-TCP-Up3" parent=Up-WAN packet-mark=Yahoo-Voice-TCP-Up3 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Yahoo-Voice-UDP-Down" parent=Down-WAN packet-mark=Yahoo-Voice-UDP-Down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Yahoo-Voice-UDP-Up" parent=Up-WAN packet-mark=Yahoo-Voice-UDP-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Yahoo-Text-Chat-Down" parent=Down-WAN packet-mark=Yahoo-Text-Chat-Down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Yahoo-Text-Chat-Up" parent=Up-WAN packet-mark=Yahoo-Text-Chat-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Yahoo-Webcam-Down" parent=Down-WAN packet-mark=Yahoo-Webcam-Down limit-at=0 queue=default priority=8 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Yahoo-Webcam-Up" parent=Up-WAN packet-mark=Yahoo-Webcam-Up limit-at=0 queue=default priority=8 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="MSN-Chat-TCP-Down1" parent=Down-WAN packet-mark=MSN-Chat-TCP-Down-1 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="MSN-Chat-TCP-Up1" parent=Up-WAN packet-mark=MSN-Chat-TCP-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="MSN-Chat-TCP-Down2" parent=Down-WAN packet-mark=MSN-Chat-TCP-Down2 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="MSN-Chat-TCP-Up2" parent=Up-WAN packet-mark=MSN-Chat-TCP-Up2 limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Rapidshare-down" parent=Down-WAN packet-mark=rapidshare-down limit-at=512000 queue=default priority=8 max-limit=512000 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Rapidshare-up" parent=Up-WAN packet-mark=rapidshare-up limit-at=128000 queue=default priority=8 max-limit=128000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="youtube-down" parent=Down-WAN packet-mark=youtube-down limit-at=512000 queue=default priority=8 max-limit=512000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="youtube-up" parent=Up-WAN packet-mark=youtube-up limit-at=256000 queue=default priority=8 max-limit=256000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="metacafe-down" parent=Down-WAN packet-mark=metacafe-down limit-at=512000 queue=default priority=8 max-limit=512000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="metacafe-up" parent=Up-WAN packet-mark=metacafe-up limit-at=256000 queue=default priority=8 max-limit=256000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="P2P-Down" parent=Down-WAN packet-mark=p2p-down limit-at=512000 queue=default priority=8 max-limit=512000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="P2P-up" parent=Up-WAN packet-mark=p2p-up limit-at=128000 queue=default priority=8 max-limit=128000 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="6rb-down" parent=Down-WAN packet-mark=6rb-down limit-at=256000 queue=default priority=8 max-limit=256000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Skype-voice-down" parent=Down-WAN packet-mark=Skype-Voice-down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Skype-voice-up" parent=Up-WAN packet-mark=Skype-Voice-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="Skype-down" parent=Down-WAN packet-mark=Skype-Down limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="Skype-up" parent=Up-WAN packet-mark=Skype-Up limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="other-down" parent=Down-WAN packet-mark=others-down limit-at=1000000 queue=default priority=8 max-limit=1000000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no
add name="other-up" parent=Up-WAN packet-mark=others-up limit-at=1000000 queue=default priority=8 max-limit=1000000 burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no

carloscesar14
Baby
Baby

Mensagens : 9
Pontos : 15
Reputação : 0
Data de inscrição : 04/08/2011
Idade : 48
Localização Localização : recife

Ir para o topo Ir para baixo

MIKROTIK REGRAS PROTAS QOS Empty Re: MIKROTIK REGRAS PROTAS QOS

Mensagem por carloscesar14 Sáb 2 Fev - 23:04

queue tree
HTTP-Down VOÇE COLOCA O VALOR TOTAL DO MEGA QUE VOCE TEM
HTTP-Up VOÇE COLOCA O VALOR TATAL DO SEU uploud

EU TESTEI TANTO NO RB450G E NO MIKROTIK 5.21 E FICOU BOM NAO PRECISA CLOCAR TODAS AS REGAS
SO AQUI FOR NECESSÁRIA PARA VOÇE

carloscesar14
Baby
Baby

Mensagens : 9
Pontos : 15
Reputação : 0
Data de inscrição : 04/08/2011
Idade : 48
Localização Localização : recife

Ir para o topo Ir para baixo

MIKROTIK REGRAS PROTAS QOS Empty Re: MIKROTIK REGRAS PROTAS QOS

Mensagem por morais2707 Sáb 2 Fev - 23:39

o que é isso, que receita é essa...
morais2707
morais2707
Power User
Power User

Mensagens : 1406
Pontos : 1812
Reputação : 248
Data de inscrição : 02/01/2012
Idade : 42
Localização Localização : TERESINA-PIAUI

Ir para o topo Ir para baixo

MIKROTIK REGRAS PROTAS QOS Empty Re: MIKROTIK REGRAS PROTAS QOS

Mensagem por Conteúdo patrocinado


Conteúdo patrocinado


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