Page MenuHomeVyOS Platform

ipsec remote access VPN: support VTI interfaces
Open, LowPublic

Description

VTI can be convenient for remote access usecases as well, and users are familiar with using routing rules for remote access users from OpenVPN interfaces.

Now that we use XFRM interfaces under the hood for VTI it is feasible to bind multiple remote-access tunnels to a single XFRM interface.

As part of this, we should also allow explicit IP ranges to be specified for remote-access pools as the user might want to assign the router an IP on the VTI interface.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Unspecified (please specify)

Event Timeline

lucasec created this object in space S1 VyOS Public.
lucasec updated the task description. (Show Details)

Just wondering - is it possible to add a vti interface to a zone in the firewall?
How would one go about using this with the zone based firewall? 🙂

Hi -- this works. The VTI interface is just another interface so you can add it to a firewall zone just as you would an Ethernet interface. This can be done with existing site-to-site ipsec VTIs today. I also do it with OpenVPN interfaces for remote access on some of my installations.