sexta-feira, 10 de setembro de 2010

Regras Mikrotik para burlar medidor de velocidade

/ip fiewall mangle
add chain=prerouting dst-address-list=medidor action=mark-connection new-connection-mark=medidorC passthrough=yes comment="Medidores" disabled=no 
add chain=prerouting connection-mark=medidorC action=mark-packet new-packet-mark=medidorP passthrough=no comment="" disabled=no 
add chain=input dst-address-list=medidor action=mark-connection new-connection-mark=medidorC passthrough=yes comment="Medidores" disabled=no 
add chain=input connection-mark=medidorC action=mark-packet new-packet-mark=medidorP passthrough=no comment="" disabled=no 
add chain=output dst-address-list=medidor action=mark-connection new-connection-mark=medidorC passthrough=yes comment="Medidores" disabled=no 
add chain=output connection-mark=medidorC action=mark-packet new-packet-mark=medidorP passthrough=no comment="" disabled=no 
add chain=postrouting dst-address-list=medidor action=mark-connection new-connection-mark=medidorC passthrough=yes comment="Medidores" disabled=no 
add chain=postrouting connection-mark=medidorC action=mark-packet new-packet-mark=medidorP passthrough=no comment="" disabled=no 
 
/ip firewall address-list
 
add list=medidor address=189.28.144.12 comment="" disabled=no 
add list=medidor address=198.173.106.104 comment="" disabled=no 
add list=medidor address=200.233.43.14 comment="" disabled=no 
add list=medidor address=67.15.120.26 comment="" disabled=no 
add list=medidor address=200.233.47.4 comment="" disabled=no 
add list=medidor address=200.216.69.232 comment="" disabled=no 
add list=medidor address=72.232.17.106 comment="" disabled=no 
add list=medidor address=208.48.246.14 comment="" disabled=no 
add list=medidor address=201.7.176.59 comment="" disabled=no 
add list=medidor address=200.203.134.5 comment="" disabled=no 
add list=medidor address=208.109.101.166 comment="" disabled=no 
add list=medidor address=200.181.108.29 comment="" disabled=no 
add list=medidor address=75.126.168.3 comment="" disabled=no 
add list=medidor address=200.229.0.164 comment="" disabled=no 
add list=medidor address=200.185.109.83 comment="" disabled=no 
add list=medidor address=204.16.1.252 comment="" disabled=no 
add list=medidor address=189.44.84.20 comment="" disabled=no 
add list=medidor address=200.159.128.189 comment="" disabled=no
 
/queue tree
add name="Medidores" parent=global-out packet-mark=medidorP limit-at=1M queue=default priority=8 
max-limit=1M burst-limit=0 burst-threshold=0 \
burst-time=0s disabled=no