Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.69 KB

README.md

File metadata and controls

74 lines (56 loc) · 2.69 KB

PANDDA Configurator

PANDDA Configurator is used to configure and provision network monitoring infrastructure with ipfixprobe, ipfixcol2, and ADiCT.

Step-by-step configuration guide is available as a website that provision both network probes and the collector server.

Installation

Configurator is distributed as ready-to-use Dockerbox. However, you can build it yourself.
You can also use vagrant with our prepared Vagrantfile.

Configurator is available at localhost:8080 after installation.
Note ports 8080 (frontend) and 8081 (backend) are used by PANDDA Configurator and must not be used by other processes.

Dockerbox

Install the Dockerbox with Configurator by running:

docker pull plnyrich/pandda-configurator
docker run -d -p 8080:5000 -p 8081:5001 plnyrich/pandda-configurator

Vagrant

Run the following commands to start the vagrant box with Configurator:

vagrant box add generic/oracle9 --provider=virtualbox
vagrant up

Note: It might take a while to fully provision & install the vagrant box.

Documentation

You can find PANDDA Configurator documentation at PANDDA Docs.
The documentation includes screenshots and step-by-step guige together with information about all other components of the PANDDA project.

License

Configurator, PAssive Network Device Discovery and Analysis
BSD-3-Clause license
Copyright ©: 2025, CESNET z.s.p.o.

Acknowledgement

Supported as part of financial support to third parties (FSTP) within the project National Coordination Center in the Czech Republic (NCC-CZ, project no. 101127941) co-financed by the Digital Europe program.