maap baru gabung, ni coba posting script bikin queues tree buat B/W limiter. semoga bermanfaat.
kalo masih ada yang salah mohon di benerin yaa...
1. bikin mangle ya dulu, pake script seperti di bawah. (range IP 2 s/d 11)
:for e from 2 to 11 do={
/ip firewall mangle add chain=prerouting src-address=(192.168.224. . $e) action=mark-connection new-connection-mark=($e . indosatcon )
/ip firewall mangle add chain=prerouting connection-mark=($e . indosatcon ) protocol=!1 action=mark-packet new-packet-mark=($e . indosatflow ) passthrough=no
}
2. trus bikin queues nya, seperti ini.
:for e from 2 to 11 do={
/queue tree add name=("STREAM-DOWN-" . $e) parent=STREAM-DOWN packet-mark=($e . indosatflow)
/queue tree add name=("STREAM-UP-" . $e) parent=STREAM-UP packet-mark=($e . indosatflow)
}
tinggal copy paste di terminal nya... enter...
trus dah jadi dech...
