AUUUUU

Konfigurasi Limit Bandwitch di Mikrotik

1) Marking Koneksi
/ip firewall mangle add chain=forward src-address=200.200.100.0/24 action=mark-connection new-connection-mark=nama

2) Marking Paket

/ip firewall mangle add chain=forward connection-mark=nama action=mark-packet new-packet-mark=paket-nama passthrough=no

3) Limit Bandwith
/queue tree add name=koneksi-download parent=ether2 packet-mark=paket-nama limit-at=256k max-limit=256k

/queue tree add name=koneksi-upload parent=ether1 packet-mark=paket-nama limit-at=256k max-limit=256k

Komentar