Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » Remote Failover testing
Computing Mikrotik Technical

Remote Failover testing

by William Rendell|Published November 15, 2021

The below is to be used in a script to test failover based on firewall rules

/ip firewall filter enable [find comment="FailoverTesting"];
delay 180000ms
/ip firewall filter disable [find comment="FailoverTesting"];
  • Mikrotik
  • network
  • Router
  • script

You may also like

Enable SSH in ESXi 4
Published February 5, 2010

Enable SSH in ESXi 4

Requirements: You have to have direct access to console 1.) While you are at the console hit ALT + F1 2.) Type […]

Change Chrome’s cache location
Published July 18, 2011

Change Chrome’s cache location

If you amend the shortcut for chome by appending this at the end of chrome.exe –user-data-dir=”type the full path of your own cache folder […]

Import into MySQL database
Published September 20, 2010

Import into MySQL database

If you have a MySql database that you want to import (pipe) into another server, as long as you have the filename.sql […]

Published November 19, 2020

SSH Notifications via email

IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]

Post navigation

  • Previous post rsync local to remote qnap
  • Back to post list
  • Next post nmap quick guide

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme