PPTP VPN with Failover Dual WAN HO, 2 Branches with failover LTE
Hello there, this is my first to post Mikrotik forum, though I am using ROS from long time. I did not really asked for help.
I got everything answered from Wiki & this forum. I must thank full first to users, contributors, moderators, admins for such wonderful/helping work.
I am seeking assistance, I need to add backup failover link (LTE) for Branches. I have 1 HO & 2 Branches. So setup will be something look like below
HQ :
ISP1 (Static IP)
ISP2 (Static IP)
BR-1 :
ISP3 (Static IP)
ISP4 (LTE)
BR-2 :
ISP5 (Dynamic IP)
ISP6 (LTE)
HQ is doing LoadBalancing with PCC Method, we have portfarwared (DMZ) to Apache Tomcat port 8080, Branch are connecting by PPTP Site-to-Site.
What I need add LTE (3G/4G) failover machanism to Branches. I do not think Static OR Dynamic IP of Branches will make any diffrence was I am trying to do.
I think it’s easy by (Say for Br-1)
/ip route add gateway=ISP3 check-gateway=ping
/ip route add gateway=ISP4 distance=2
but will be NOT same for BR-2…? as it has pppoe DSL dynamic IP
Now here I find tricky part. Which I need some answers
If ISP1 (HQ) fails PPTP Client from BR-1 should connect to ISP2 via ISP3(Can I have 2 PPTP Server Bindings possible? OR PPTP Server automaticaly repond via ISP2, as ISP1 fails?
What if both ISP1 (HQ) & ISP3 (BR-1) are down?
This is something like this
ISP1 <----- ISP3
ISP1 <----- ISP4 (If ISP3 Down)
ISP2 <----- ISP3 (If ISP1 Down)
ISP2 <----- ISP4 (Both ISP1 & ISP3 Down)
Shall I have 4 PPTP Clients on BR-1? I guess it will be same for BR-2
Thank you in advance…