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

Published September 25, 2012

Delete a nat rule in iptables

First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]

Paypal Twitter account hacked
Published July 5, 2011

Paypal Twitter account hacked

A disgruntled customer has hacked in to the Twitter account of Paypal UK this evening. The Twitter account has now been suspended […]

Simple Backup Script
Published November 11, 2009

Simple Backup Script

This is a simple backup script using a batch file, it writes to a log file, sends the log file by email […]

Convert PFX SSL Cert to PEM
Published February 26, 2020

Convert PFX SSL Cert to PEM

openssl pkcs12 -in certname.pfx -out key.pem -nodes

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