Posts tagged "mikrotik"
Mikrotik OSPF Routing Distance Ignored
Discussion: Every routing protocol has a default distance to help the router to decide which route to use in case of multiple routes for the same destination. For Mikrotik routers these distances are listed here: https://wiki.mikrotik.com/wiki/Manual:Route_Selection_Algorithm_in_RouterOS If you want to configure a b...
MikroTik Automatic IPSec Failover
Problem: Mikrotik allows only one ipsec policy per network-to-network pair. If you want to have redundant tunnels between two locations with two upstreams you cannot configure ipsec redundancy on Mikrotik because one ipsec policy is always marked as "invalid" by the OS. Solution: I made a Mikrotik script that checks...