Tag: mikrotik

MikroTik Simple Queue Script – Add All IP

As a network administrator, you may need to create queue for all IP which will limit the internet usage for a particular router. For this the below command is very handy and easy to use. :for x from= 1 to= 254 do={/queue simple add name=”queue-$x” max-limit=1M/1M target=”192.168.24.$x”} Open the New Terminal from Winbox and type

Reboot a MikroTik router

In this MikroTik Tutorial I will show you how to reboot your MikroTik router using WinBox. Connect to the Mikrotik Router using WinBox Click on System > Reboot. Click on Yes To use the command prompt, click on New Terminal and run the below command. /system reboot WinBox download link: https://mikrotik.com/download