Is it possible to configure Mikrotik HAPAC2 router to use seamless failover?
According to this video, it can be done. But how?
https://www.youtube.com/watch?v=QWPCMNMF-jI
Thanks ConnyMercier!
I have configured recursive failover (form ether1(cable modem) to lte1(Android phone)) according to this guide:
https://help.mikrotik.com/docs/pages/vi ... d=26476608
It is working, but it drops connection for a few seconds during failover. One or two pings are lost.
I need seamless failover for Skype video conferencing. Meaning without interruption.
According to that youtube video which I posted, seamless failover can be done. But I am unsure how, or is that it legit.
I know this is an old thread, but I'm curious if OpenVPN changed their products over the years, as they don't seem to be offering three free VPN connections with internet access anymore, although you can use their CloudConnexa to create a WPC with three free secure connections, but that WPC has to be connected to your own ingress internet network, meaning you still have to have a separate reliable link with public IP for seamless failover to work, or am I missing something?I think that I solved the problem of seamless failover.
Mikrotik router is configured for Recursive failover. Ether1 is ISP1 (cable modem), LTE1 is ISP2 (Android phone / 4G USB modem). The router runs of off a 12V battery.
Then I went to the OpenVPN website, registered for their Cloud (location) service and created two tunnels, same locale (the service is free up to 3 tunnels).
I downloaded the config files: tunnel1.ovpn, tunnel2.ovpn (choose OS: Windows).
I installed the OpenVPN client in Windows on my laptop and imported tunnel1.ovpn (because Mikrotik doesn't support UDP and TLS in OVPN client config).
Then I installed on my Android phone the OpenVPN client app from the Playstore and imported tunnel2.ovpn. I activated both VPN connections.
After that I made a Skype video call, and simulated power outage by unplugging Ether1 cable and after a few minutes I plugged it back in.
---------------------
IT WORKS! Seamless failover works, Skype does not drop the connection, small stuttering was observed under one second during failover. This also should work with other video conferencing software.
EDIT: The ether1 connection and LTE1 have to have the same TTL. Set ether1 to lte1 TTL:
/ip firewall mangle add chain=postrouting action=change-ttl new-ttl=set:117 ttl=greater-than:200 out-interface=ether1