Provides the ability track IP Tunnels.
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.2 |
NetBox 3.5 > | 0.2.3 |
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.7.tar.gz
(325.2 kB
view hashes)
Built Distribution
Close
Hashes for netbox_tunnels2-0.2.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3a40f8001f8ae609f9b629f5387b6fa6b39211dd137d5a6ccb5de77a3348ad5 |
|
MD5 | 22c1212db1287c062eac1ce89d4674a4 |
|
BLAKE2b-256 | c8bb77eef3de61c8d17ee7afd50f304cdce98aaf1e2051c3f1f683cfd21e0d51 |