+ Responder ao Tópico



  1. #1
    Avatar de LmcNet
    Ingresso
    Oct 2010
    Localização
    Anápolis Goias
    Posts
    63

    Exclamation Hotspot em flash pesado em cliente 2.4Ghz-B

    Como liberar um trafego maior na banda para carregar o flash com uma velociade maior, e o cliente nao ter que ficar esperando carregar ate ver o conteudo em flah passar.. tenho um hotspot de 2,6Mb ele demora quase 30s pra carregar no cliente toda vez em que abre a pagina de hotspot, preciso priorizar um trafego para esse hotspot..

  2. #2

    Padrão Re: Hotspot em flash pesado em cliente 2.4Ghz-B

    Segue regras para priorizar a pagina do hotspot.


    DEIXAR PAGINA DE LOGIN SEM CONTROLE DE BANDA

    chain=prerouting action=mark-connection new-connection-mark=conn_hotspot
    passthrough=yes protocol=tcp src-port=64872-64875

    chain=output action=mark-connection new-connection-mark=conn_hotspot
    passthrough=yes protocol=tcp src-port=64872-64875

    chain=input action=mark-connection new-connection-mark=conn_hotspot
    passthrough=yes protocol=tcp src-port=64872-64875

    chain=prerouting action=mark-packet new-packet-mark=pacotes_hotspot
    passthrough=yes connection-mark=conn_hotspot

    chain=output action=mark-packet new-packet-mark=pacotes_hotspot
    passthrough=yes connection-mark=conn_hotspot

    chain=input action=mark-packet new-packet-mark=pacotes_hotspot
    passthrough=yes connection-mark=conn_hotspot

    QUEUE TREE COM 6 M

    name="HOTSPOT DOWN" parent=global-in packet-mark=pacotes_hotspot
    limit-at=4M queue=default priority=8 max-limit=6M burst-limit=0
    burst-threshold=0 burst-time=0s

    name="HOTSPOT UP" parent=global-out packet-mark=pacotes_hotspot
    limit-at=4M queue=default priority=8 max-limit=6M burst-limit=0
    burst-threshold=0 burst-time=0s

  3. #3
    Avatar de LmcNet
    Ingresso
    Oct 2010
    Localização
    Anápolis Goias
    Posts
    63

    Padrão Re: Hotspot em flash pesado em cliente 2.4Ghz-B

    Citação Postado originalmente por LeopoldoMeireles Ver Post
    Segue regras para priorizar a pagina do hotspot.


    DEIXAR PAGINA DE LOGIN SEM CONTROLE DE BANDA

    chain=prerouting action=mark-connection new-connection-mark=conn_hotspot
    passthrough=yes protocol=tcp src-port=64872-64875

    chain=output action=mark-connection new-connection-mark=conn_hotspot
    passthrough=yes protocol=tcp src-port=64872-64875

    chain=input action=mark-connection new-connection-mark=conn_hotspot
    passthrough=yes protocol=tcp src-port=64872-64875

    chain=prerouting action=mark-packet new-packet-mark=pacotes_hotspot
    passthrough=yes connection-mark=conn_hotspot

    chain=output action=mark-packet new-packet-mark=pacotes_hotspot
    passthrough=yes connection-mark=conn_hotspot

    chain=input action=mark-packet new-packet-mark=pacotes_hotspot
    passthrough=yes connection-mark=conn_hotspot

    QUEUE TREE COM 6 M

    name="HOTSPOT DOWN" parent=global-in packet-mark=pacotes_hotspot
    limit-at=4M queue=default priority=8 max-limit=6M burst-limit=0
    burst-threshold=0 burst-time=0s

    name="HOTSPOT UP" parent=global-out packet-mark=pacotes_hotspot
    limit-at=4M queue=default priority=8 max-limit=6M burst-limit=0
    burst-threshold=0 burst-time=0s
    Muito bom!! Perfeito... agora esta funcionando 90% melhor.. o flash carrega bem mais rapido no maximo em 3 a 4 segundos.. so falta saber se isso nao tira o desempenho do Qos..
    Obrigado..
    abrass..

  4. #4

    Padrão Re: Hotspot em flash pesado em cliente 2.4Ghz-B

    Não tem problema com o resto do Qos que voce utilizar.

  5. #5

    Padrão [langtitle=es]Re: Hotspot em flash pesado em cliente 2.4Ghz-B[/langtitle]

    [lang=es]tengo el mismo problema con el hotspot en flash hay forma de arreglarle desde winbox?[/lang]