Community discussions

MikroTik App

Search found 10 matches

by drpioneer
Sat Feb 17, 2024 9:55 am
Forum: Scripting
Topic: BACKUP Automatic
Replies: 4
Views: 4319

Re: BACKUP Automatic

Hi! An alternative version of the script: https://github.com/drpioneer/MikrotikBackup/blob/main/backup.rsc - automatically determines the data storage location, - allows you to set the archive depth in days, - looks after free space on the drive, - saves a backup file, a settings file and a log file...
by drpioneer
Sun Dec 03, 2023 10:07 am
Forum: Scripting
Topic: Can a script be created if a wrong login name is used
Replies: 53
Views: 14843

Re: Can a script be created if a wrong login name is used

Hi!
So this, kind of, replicates an enterprise firewall where everything is blocked unless explicitly unblocked?
When the 'firewallUsage' variable is set to 'true', the script will try to configure the Firewall according to the principle: "everything that is not allowed is prohibited."
by drpioneer
Wed Nov 29, 2023 8:49 am
Forum: Scripting
Topic: Can a script be created if a wrong login name is used
Replies: 53
Views: 14843

Re: Can a script be created if a wrong login name is used

Hi!
An alternative version of the script that searches the device log for not only the wrong username, but many other phrases and can use a firewall:
https://forummikrotik.ru/viewtopic.php?p=91464#p91464
https://github.com/drpioneer/MikrotikBl ... danger.rsc
by drpioneer
Sat Nov 11, 2023 8:40 pm
Forum: Scripting
Topic: Backup script to USB
Replies: 5
Views: 5271

Re: Backup script to USB

by drpioneer
Tue Jul 18, 2023 4:12 pm
Forum: Scripting
Topic: Dynamic firewall blocklist
Replies: 7
Views: 3440

Re: Dynamic firewall blocklist

Hello!
A time-tested alternative version of the script:
https://forummikrotik.ru/viewtopic.php?p=85687#p85687
by drpioneer
Fri Jul 14, 2023 8:15 am
Forum: Scripting
Topic: TLGRM - combined notifications script & launch of commands
Replies: 7
Views: 9712

Re: TLGRM - combined notifications script & launch of commands

Could anybody please answer, how to handle errors during connection to Telegram server? Now if I get any error (telegram did not answered for example), this script just pass by. I don't want to script running until success, but also don't want pass something important. Hello. Use the updated versio...