Community discussions

MikroTik App

Search found 2 matches

by GustavoWoltmann
Mon Mar 14, 2016 10:48 pm
Forum: General
Topic: script to delete mangle rules at 12.00 each day!
Replies: 1
Views: 704

script to delete mangle rules at 12.00 each day!

create script named, for example 'delete':

add name=delete source={/ip firewall mangle remove [/ip firewall angle find]}

create system scheduler task that will run this script each day at 12 o'clock:

system scheduler add name run_del diasabled=no on-event=delete interval=24h start-time=12:00:00
by GustavoWoltmann
Mon Mar 14, 2016 10:47 pm
Forum: Beginner Basics
Topic: Some tests..
Replies: 2
Views: 772

Some tests..

Hello :) before i set up router on my main system i wanted to make some tests and some practice in configuration. Cos i am scare that if i will set it up, and this will be first time when i do it, i might screw up something. So i wanted to know if there any way how i could test it. Before i change m...