- Use Pushover Notifications on MikroTik
Pushover Log in or sign up for a Pushover account Log in to mobile device with same details to register device Testing can be done from main page to confirm Notifications sent to device New accounts are allowed 30 days free trial, after that a license is required per end-user device User Key/Token On the…
- How to use DDNS on CloudFlare DNS
Cloudflare API and DNS For this example we are using a Free Cloudflare account to manage our DNS records. If you don’t have one or your domain is hosted elsewhere you can either transfer it to Cloudflare or update your current providers Name Servers to point to Cloudflare. Retrieve Zone ID Once logged in click…
- The Ultimate MikroTik Internet Failover #2
With Dynamic Gateways Before continuing, please checkout the first instance of this configuration here where we use the same logic but our gateways are configured statically. The priciple here is the same however how we update the distance of the routes in a failover scenario is different as well as how we get the next-hop…
- MikroTik Scripting Reference Guide
MikroTik scripting is a powerful tool for automating tasks and managing devices in RouterOS. This guide provides a detailed overview of scripting in MikroTik, including best practices, syntax, and examples. Basics of MikroTik Scripting MikroTik scripts are written in a simple language similar to a command-line interface. They are executed in sequence and can be…
- The Ultimate MikroTik Internet Failover #1
With Static Gateways There is a second instance of this solution here whereby we apply the same config and logic as in this article however with getting the default gateway routes dynamically instead of statically, as we have here. The Ultimate MikroTik Internet Failover #2 Initial Config The configuration for this topology is very simple,…