User Tools

Site Tools


tips:centos_installation

This is an old revision of the document!


Installing Trisul on CentOS

This article helps you with installing Trisul Network Analytics in Ubuntu Operating System.

The Trisul Network Analytics system consists of 3 Core and 3 Optional Plugin packages.

Core packages These three packages are required.

  1. trisul-probe | the probe node
  2. trisul-hub | the hub node
  3. webtrisul | the webserver

Plugin packages Optional packages to provide extra functionality.

  1. trisul-badfellas | Badfellas plugin – compares traffic with public intel sources
  2. trisul-geo | Geo plugin – adds country and ASN metering
  3. trisul-urlfilter | Urlfilter – classifies web traffic

CentOS Installation

You can use yum or download and install the individual RPM packages manually.

Adding YUM Repository

If you plan on using yum you need to add the Trisul.org repository to your sources.

cd /etc/yum.repos.d
curl -LO https://trisul.org//trisulfull.repo

You can install trisul packages together at a stretch by using this command,

yum group list
yum groupinstall "Trisul Full"

Installing Packages individually using YUM

You can also individually install the packages using yum

sudo yum install trisul-hub trisul-probe webtrisul

to install the plugins,

sudo yum install trisul-badfellas trisul-urlfilter trisul-geo

Installing the RPM packages manually

The RPM packages can be found on the Downloads page.

Download each RPM package and install them manually using rpm -Uvh trisul-probe-6.0_xxx.rpm etc.

After installing the core packages, You will get a message saying 'Welcome to Trisul Network Analytics'.

Logging into Trisul UI

Once the Installation is done, You can access the Trisul UI which provides you with Real-Time Network Analytics. By Default,

For User Login, Username: user | Password: user

For Admin Login, Username: admin | Password: admin

After Logging in, The Trisul UI will look like this correesponding to the traffic(inbound/outbound).

tips/centos_installation.1590478992.txt.gz · Last modified: 2020/05/26 13:13 by navaneeth