01 December 2011

cara menghemat bandwith di mikrotik

 add action=add-dst-to-address-list address-list=exe address-list-timeout=1h \
chain=forward comment=exe1 content=.exe disabled=no protocol=tcp \
src-address=10.10.10.0/28
add action=mark-packet chain=forward comment=.exe2 disabled=no \
new-packet-mark=exe-packet passthrough=yes protocol=tcp src-address-list=\
exe
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" \
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=\
0/0 max-limit=64k/64k name=exe packet-marks=exe-packet parent=none \
priority=8 queue=default-small/default-small total-queue=default-small
mikrotik

add action=add-dst-to-address-list address-list=mp3 address-list-timeout=1h \
chain=forward comment=mp31 content=.mp3 disabled=no protocol=tcp \
src-address=10.10.10.0/28
add action=mark-packet chain=forward comment=.mp32 disabled=no \
new-packet-mark=mp3-packet passthrough=yes protocol=tcp src-address-list=\
mp3

add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" \
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=\
0/0 max-limit=64k/64k name=mp3 packet-marks=mp3-packet parent=none \
priority=8 queue=default-small/default-small total-queue=default-small


add action=add-dst-to-address-list address-list=3gpp address-list-timeout=1h \
chain=forward comment=3gpp1 content=.3gpp disabled=no protocol=tcp \
src-address=10.10.10.0/28
add action=mark-packet chain=forward comment=.3gpp2 disabled=no \
new-packet-mark=3gpp-packet passthrough=yes protocol=tcp src-address-list=\
3gpp
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" \
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=\
0/0 max-limit=64k/64k name=3gpp packet-marks=3gpp-packet parent=none \
priority=8 queue=default-small/default-small total-queue=default-small


add action=add-dst-to-address-list address-list=zip address-list-timeout=1h \
chain=forward comment=zip1 content=.zip disabled=no protocol=tcp \
src-address=10.10.10.0/28
add action=mark-packet chain=forward comment=.zip2 disabled=no \
new-packet-mark=zip-packet passthrough=yes protocol=tcp src-address-list=\
zip
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" \
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=\
0/0 max-limit=64k/64k name=zip packet-marks=zip-packet parent=none \
priority=8 queue=default-small/default-small total-queue=default-small


add action=add-dst-to-address-list address-list=rar address-list-timeout=1h \
chain=forward comment=rar1 content=.rar disabled=no protocol=tcp \
src-address=10.10.10.0/28
add action=mark-packet chain=forward comment=.rar2 disabled=no \
new-packet-mark=rar-packet passthrough=yes protocol=tcp src-address-list=\
rar
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" \
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=\
0/0 max-limit=64k/64k name=rar packet-marks=rar-packet parent=none \
priority=8 queue=default-small/default-small total-queue=default-small
Previous Post
Next Post
Related Posts

0 komentar: