MikroTik Static Routing Generator
Generate script konfigurasi routing statis otomatis untuk memisahkan jalur koneksi (Youtube, Sosmed, Game, dll) berdasarkan ISP Gateway dengan mudah.
STEP 1 - Copy Paste to Terminal
/file remove "Youtube.rsc" /tool fetch url="https://raw.githubusercontent.com/Masjuna86/Mikrotik-rsc/refs/heads/main/tls-host/Youtube.rsc" dst-path="Youtube.rsc"
STEP 2 - Copy Paste to Terminal
/import file-name="Youtube.rsc" /file remove "Youtube.rsc" /ip route add check-gateway=ping distance=1 gateway="192.168.1.1" routing-mark="To-ISP-1" comment="Route Youtube - nocjakalintasakses" /ip firewall address-list add address=192.168.0.0/16 list=LOCAL-IP comment="LOCAL IP - nocjakalintasakses" /ip firewall address-list add address=172.16.0.0/12 list=LOCAL-IP comment="LOCAL IP - nocjakalintasakses" /ip firewall address-list add address=10.0.0.0/8 list=LOCAL-IP comment="LOCAL IP - nocjakalintasakses" /ip firewall mangle rem [find comment="Youtube - nocjakalintasakses"] /ip firewall mangle add action=mark-routing chain=prerouting src-address-list=LOCAL-IP dst-address-list="Youtube" new-routing-mark="To-ISP-1" passthrough=no place-before=*0 comment="Youtube - nocjakalintasakses"