-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't attach device interface to multiple VPN tunnels #14681
Comments
This is not supported. You need to create a separate virtual interface for each tunnel. |
That would work fine if terminations were assigned to logical vti interfaces, aka the tunnel "inside" addresses. But this is the termination, with the "outside" addresses. The wan interface holds the outside address, and there is only one. Perhaps I'm not understanding how one would document the IPsec outside addresses while needing to create separate virtual interfaces -- essentially dummy interfaces just for the purpose of the tunnel termination? |
If you need assistance modeling tunnels, please open a discussion. |
Deployment Type
Self-hosted
NetBox Version
v3.7.0
Python Version
3.8
Steps to Reproduce
Expected Behavior
It is possible to attach multiple IPsec tunnels to a single interface on the device; this should be permitted in Netbox as well.
Observed Behavior
Create termination fails: wan is already attached to a tunnel (TunnelA)
The text was updated successfully, but these errors were encountered: