Category: MIKROTIK

  • convert rsc file mikrotik

    This utility helps you convert MikroTik RouterOS .rsc configuration files between RouterOS v6 and RouterOS v7 in both directions. you browse it at https://vyos.web.id/mikrotik/mikrotik_convert.php

  • Script mikrotik: check-internet

    :local target 8.8.8.8:if ([/ping $target count=5] = 0) do={/ip route set [find comment=”ISP1″] disabled=yes/ip route set [find comment=”ISP2″] disabled=no:log warning “ISP1 DOWN! Switch ke ISP2”} else={/ip route set [find comment=”ISP1″] disabled=no/ip route set [find comment=”ISP2″] disabled=yes}Scheduler (tiap 1 menit): /system scheduler add name=check-internet interval=1m on-event=check-internet

  • Script PCC Load balancing

    here our script, will help you generate pcc mikrotik automaticaly https://vyos.web.id/mikrotik/index.php