Deployment Type
Self-hosted
NetBox Version
v3.7.0
Python Version
3.8
Steps to Reproduce
- Create VPN -> TunnelA
- Create termination for TunnelA and attach to Device Interface ("wan")
- Create VPN -> TunnelB
- Create termination for TunnelB, attempt to use same Device Interface "wan" as TunnelA termination
- Fails: wan is already attached to a tunnel (TunnelA)
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)