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

Server 2008 R2 BSOD after Bare Metal Restore
Published February 5, 2018

Server 2008 R2 BSOD after Bare Metal Restore

After completing the BMR process don’t restart. Select Command Prompt. regedt32<CR> Highlight HKEY_LOCAL_MACHINE, File>Load Hive>[restored volume]:\Windows\System32\Config\SYSTEM>Open>Key Name = Restored_HKLM>OK. Expand Restored_HKLM\ControlSet001\services and […]

301 Redirect using PHP
Published September 15, 2010

301 Redirect using PHP

Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]

Excel 2003 slow opening files across network
Published July 13, 2011

Excel 2003 slow opening files across network

Please see the below link, its to to with some an Office 2003 update for Excel Uninstall Excel update #KB2541025 and also […]

Add a static route in Smoothwall
Published December 7, 2012

Add a static route in Smoothwall

ip route add 192.168.1.0/24 via 192.168.0.1

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