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+.
In Netbox 3.7, official Tunnel support was added. Please transition to using the build in feature.
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 |
| NetBox 3.6 | 0.2.8 |
| NetBox 3.7 > | 0.2.9 |
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netbox-tunnels2-0.2.9.tar.gz.
File metadata
- Download URL: netbox-tunnels2-0.2.9.tar.gz
- Upload date:
- Size: 325.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60521b11438929af26b2843518b6b7daf9eec0fb06b2de89b81f1fd68afe3be9
|
|
| MD5 |
614a1e69cc4d6cd91d3b456436bcab55
|
|
| BLAKE2b-256 |
1fb0c704410ebb11ae0b1e39d6c16fdff26eaa8a8d5903011621c29f2e8d651d
|
File details
Details for the file netbox_tunnels2-0.2.9-py2.py3-none-any.whl.
File metadata
- Download URL: netbox_tunnels2-0.2.9-py2.py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09eb15a51581cf685add86d54a270bb594b5ea341a5300931c15df80168a803f
|
|
| MD5 |
17fabc364f1124b37a33d97363bafe1a
|
|
| BLAKE2b-256 |
14654918aa98c79be6220a955f894d3819047bbdbcbaff6209c2440f59762d8e
|