Skip to main content

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 List

Tunnel Details 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


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.9.tar.gz (325.3 kB view hashes)

Uploaded Source

Built Distribution

netbox_tunnels2-0.2.9-py2.py3-none-any.whl (34.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page