I am going to configure the vyos router instance on one of our server so that I can create two tunnels with zscaler as mentioned in this diagram and which can monitor the tunnel. In case of failure of one tunnel traffic will then be routed to other Tunnel. These are Policy based tunnel and wondering if we can achieve the same with Vyos?
hi @blason I think you need route-based ipsec VPN with vti interfaces to achieve what you want. Static or dynamic routing will be required to manage the traffic flow during failover.
@blason no I don’t think that it could be achieved using Policy-based VPN tunnels. DPD will allow you to detect a connectivity failure but to switch the traffic between failed and active tunnels you’ll need to use static routing with different preferences/metrics or dynamic routing protocols such as OSPF or BGP.
If the local/remote traffic selectors the same you can try to use priority
vyos@r16-roll# set vpn ipsec site-to-site peer FOO tunnel 1 priority
Possible completions:
<1-100> Priority for IPSec policy (lowest value more preferable)
As per phabricator seems this feature is available on 1.4 and wondering if 1.4 is stable? Is there a procedure to build 1.4 ISO? I went through the documentation of building ISO and seems that contains a procedure till 1.3 not sure thought whether this would apply for 1.4 as well?
1.4 is not a stable release. It’s a release that introduces new functionality. But it could work for you. There are many users of this version. You can download it here: https://vyos.net/get/nightly-builds/
Of course, for production, it is recommended that you use the stable images with support built by the VyOS team (1.3.0 at the moment).
Yes - Correct. However wondering if the solution provided by you; whether thats available in 1.3 build as well? So that I can build the 1.3 ISO or that is available only in 1.4?