
 Postado originalmente por 
LeopoldoMeireles
					 
				 
				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