Provides the ability track IP Tunnels.
Reason this release was yanked:
Issue with Templates
Project description
Netbox Tunnels Plugin
This plugin is a fork of jdrew82/netbox-tunnels-plugin and hiddenman/netbox-tunnels-plugin in an effort to support Netbox 3.4+.
Features
This plugin provide following Models:
- Tunnels
- Tunnel Types
Compatibility
NetBox Version | Plugin Version |
---|---|
NetBox 3.4 | 0.2.0 |
This is currently a work in progress.
Installation
You can install this package from Pip
pip install netbox-tunnels2
To install the package from source
git clone https://github.com/robertlynch3/netbox-tunnels2.git
cd netbox-tunnels2
source /path/to/netbox/venv/bin/activate
python3 setup.py develop
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_tunnels2']
Apply the migrations with Netbox manage.py
:
(venv) $ python manage.py migrate
Restart Netbox to apply the changes:
sudo systemctl restart netbox
See NetBox Documentation for details
Screenshots
Tunnel List
Tunnel Details
TODO
- Validate the Public IP addresses belong to the Devices
- Validate the same inside interface is not used by multiple tunnels
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
netbox-tunnels2-0.2.0.tar.gz
(320.5 kB
view hashes)
Built Distribution
Close
Hashes for netbox_tunnels2-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71936c7d7a68d3e14f0ddba8c0683f53831f0a0a4c6431b974e75e713eb3f69c |
|
MD5 | 920c5b0357135087bdc9c62fe8351781 |
|
BLAKE2b-256 | 68a2972d5a7fb3dac4a48f86306aa0132cd6057297d79e446ab4c7655340cc49 |