Conversa entre catvbrasil e webert

1 Mensagens de Visitantes

  1. MANO DEI UMA OLHADA NO SEU TUTO VI Q ESTA FILE ESTOU COM UM PROBLEMA AQUI NO MEU SERA Q VC PODE ME AJUDAR NO CACHE FULL. VOU POSTA AI AS REGRAS.

    / ip route
    / ip firewall mangle
    add chain=prerouting p2p=warez action=mark-connection new-connection-mark=p2p-warez passthrough=yes \
    comment="Marca_p2p_warez_Para_Bloqueio" disabled=no
    add chain=prerouting connection-mark=p2p-warez action=mark-packet new-packet-mark=pkt-warez passthrough=yes comment="" \
    disabled=no
    add chain=output protocol=tcp src-port=3128 content="X-Cache: HIT" action=mark-connection new-connection-mark=squid-hit \
    passthrough=yes comment="Cache Full" disabled=no
    add chain=output connection-mark=squid-hit action=mark-packet new-packet-mark=squid-hit passthrough=yes comment="" \
    disabled=no
    add chain=prerouting protocol=tcp dst-port=3128 action=mark-connection new-connection-mark=squid-hit-in passthrough=yes \
    comment="" disabled=no
    add chain=prerouting connection-mark=squid-hit-in action=mark-packet new-packet-mark=squid-hit-in passthrough=yes \
    comment="" disabled=no
    add chain=prerouting protocol=tcp dst-port=8291 action=mark-connection new-connection-mark=winbox-in passthrough=yes \
    comment="Deixar o winbox fora do controle de banda" disabled=no
    add chain=prerouting connection-mark=winbox-in action=mark-packet new-packet-mark=winbox-in passthrough=yes comment="" \
    disabled=no
    add chain=output protocol=tcp src-port=8291 action=mark-connection new-connection-mark=winbox-out passthrough=yes \
    comment="" disabled=no
    add chain=output connection-mark=winbox-out action=mark-packet new-packet-mark=winbox-out passthrough=yes comment="" \
    disabled=no
    add chain=prerouting p2p=all-p2p action=mark-connection new-connection-mark=conexao-p2p passthrough=yes comment="CONTROLE \
    DO P2P" disabled=no
    add chain=prerouting connection-mark=conexao-p2p action=mark-packet new-packet-mark=pacotes-p2p passthrough=yes comment="" \
    disabled=no
    add chain=prerouting p2p=all-p2p action=mark-routing new-routing-mark=p2p passthrough=no comment="" disabled=no
    / ip firewall nat
    add chain=pre-hotspot dst-address=200.221.0.0/16 action=accept comment="Radio uol Hotspot" disabled=no
    add chain=dstnat dst-address=200.221.0.0/16 action=accept comment="Radio Uol Bridger" disabled=no
    add chain=dstnat dst-address=200.201.160.0/24 action=accept comment="Permi o conectividade social Caixa " disabled=no
    add chain=dstnat dst-address=200.201.166.0/24 action=accept comment="" disabled=no
    add chain=dstnat dst-address=200.201.173.0/24 action=accept comment="" disabled=no
    add chain=dstnat dst-address=200.201.174.0/24 action=accept comment="" disabled=no
    add chain=dstnat in-interface=Clientes src-address=192.168.1.0/24 protocol=tcp dst-port=80 action=redirect to-ports=3128 \
    comment="NAT" disabled=no
    add chain=dstnat in-interface=Clientes src-address=192.168.1.0/24 protocol=tcp dst-port=80 action=redirect to-ports=3128 \
    comment="Buscar pagina prineiro no cash" disabled=no
    add chain=srcnat out-interface=Link action=masquerade comment="Masquerade" disabled=no
    add chain=srcnat out-interface=Speed action=masquerade comment="" disabled=no
    add chain=srcnat src-address=192.168.1.0/24 action=masquerade comment="" disabled=no
    add chain=pre-hotspot in-interface=Clientes protocol=tcp dst-port=80 hotspot=auth action=redirect to-ports=3128 \
    comment="Hots" disabled=no
    add chain=pre-hotspot in-interface=Clientes src-address=192.168.1.0/24 protocol=tcp dst-port=80 hotspot=auth \
    action=redirect to-ports=3128 comment="PROXY FULL" disabled=no
Exibindo Mensagens de Visitantes 1 a 1 de 1