Ver Resposta Única
Antigo 05-07-2008, 10:46   #4 (permalink)
Padrão

Citação:
Postado Originalmente por Meiobit Ver Post
Tenta isso:
Antes do redirecionamento do web-proxy

ip->firewall->nat
add chain=dstnat dst-address=200.221.0.0/16 action=accept comment="Radio Uol" disabled=no
E se colocarmos um controle tipo o que o INTERMIX me passou para youtube, com estas modificações não daria certo?

:::Segue controle:::

/ ip firewall mangle
add chain=prerouting dst-address=200.221.0.0/16 dst-address-list=radiouol \
action=mark-connection new-connection-mark=radiouol-conexao \
passthrough=yes comment="Controle da radiouol" disabled=no
add chain=prerouting connection-mark=radiouol-conexao action=mark-packet \
new-packet-mark=radiouol-pacotes passthrough=no comment="" disabled=no

/ ip firewall address-list
add list=youtube address=200.221.0.0/16 comment="YOUTUBE" disabled=no

/ queue tree
add name="radiouol" parent=global-total packet-mark=radiouol-pacotes limit-at=0 queue=default \
priority=8 max-limit=100000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no

Última edição por pitboyrn; 05-07-2008 às 10:53.
pitboyrn
 
Avatar de pitboyrn
 
Registrado em: Sep 2007
Localização: Rio Grande do Norte
Posts: 60
Agradeceu: 12
Agradecido 3 vez(es) em 3 Posts
Reputação: 24 pitboyrn
pitboyrn está offline