Langsung ke konten utama

Postingan

Menampilkan postingan dari Mei, 2023

Contoh QOS Policy di VyoS

 traffic-policy {     shaper DOWNLOAD {         bandwidth 10gbit         class 10 {             bandwidth 10mbit             burst 15k             match IP-2.2 {                 ip {                     destination {                         address 101.1.2.2/32                     }                 }             }             queue-type fq-codel         }         class 11 {             bandwidth 20mbit             burst 15k             match IP-2.3 {                 ip {                     destination {                         address 101.1.2.3/32                     }                 }             }             queue-type fq-codel         }         default {             bandwidth 100%             burst 15k             queue-type fair-queue         }     }     shaper UPLOAD {         bandwidth auto         class 10 {             bandwidth 10mbit             burst 15k             match IP-2.2 {                 ip {                     source {                         address 101.1.2.2/

block port umum akses internet di mikrotik

jika mikrotiknya difungsikan untuk port forwarding saja dan tidak untuk kebutuhan konten internet seperti http / https maka ini cocok sekali untuk menghindari penyalah gunaan jika dipakai secara umum. /ip firewall filter add action=drop chain=forward dst-port=80,443,22,21,25,110,143,25,8080 protocol=tcp