Netify Agent v5 on openSUSE Leap

openSUSE Leap's flexibility as either a server or desktop makes it a viable platform for running the Netify Agent, particularly in more specialized setups. If you're using openSUSE on your desktop, a single network interface is all you need to classify traffic from your own device. While this isn't a typical deployment, it's a simple and practical way to evaluate the solution quickly.


Requirements

More often, openSUSE is used on baremetal hardware or inside a virtual machine (VM). In this role, the system will need at least 2 network interfaces:

  • Network Interface #1: used to access the operating system and Netify
  • Network Interface #2: used to ingest port mirror traffic from LAN segment 1
  • Network Interface #N: used to ingest port mirror traffic from LAN segment N (optional)

You will also need to know which version of openSUSE you are running in order to add the correct repository. If you're not sure, use the cat /etc/os-release command:

Terminal - Netify
×
$ cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.6"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.6"
PRETTY_NAME="openSUSE Leap 15.6"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.6"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap"
LOGO="distributor-logo-Leap"

Installation

Netify Agent is distributed through the same packaging workflow as Netify plugins, allowing for a consistent installation experience using standard package manager syntax. Pre-compiled binaries are available for x86_64 architectures via our public mirrors. For ARM, MIPS, and other specialized architectures, please contact us.

Step 1 - Select your installation target:

Step 2 - Add Netify's package signing key and repository:

Terminal - Netify
×
sudo rpm --import https://download.netify.ai/5/opensuse/15.6/stable/RPM-GPG-KEY-netify
sudo curl https://download.netify.ai/5/opensuse/netify.repo -o /etc/zypp/repos.d/repo-netify.repo

Step 3 - Install the Netify Agent:

Terminal - Netify
×
sudo zypper update
sudo zypper install netifyd

Step 4 - Install plugins:

The Netify Agent provides only minimal functionality in the absence of plugins. To begin processing data, configure one or more feature plugins and/or sink (connector) plugins.

Step 2 - Add Netify's package signing key and repository:

Terminal - Netify
×
sudo rpm --import https://download.netify.ai/5/opensuse/15.5/stable/RPM-GPG-KEY-netify
sudo curl https://download.netify.ai/5/opensuse/netify.repo -o /etc/zypp/repos.d/repo-netify.repo

Step 3 - Install the Netify Agent:

Terminal - Netify
×
sudo zypper update
sudo zypper install netifyd

Step 4 - Install plugins:

The Netify Agent provides only minimal functionality in the absence of plugins. To begin processing data, configure one or more feature plugins and/or sink (connector) plugins.


Post Installation

After installing the agent, verify the installation and some path information using the -s (status) argument.

Terminal - Netify
×
$ netifyd -s
Netify Agent/5.0.62-1-HEAD-nnnn-aaaaaaaa (debian; linux-gnu; x86_64; conntrack; netlink; dns-cache; tpv3; tcmalloc; regex)
✗ agent is not running: PID 0
• persistent state path: /etc/netifyd
• volatile state path: /var/run/netifyd
! agent run-time status could not be determined.

The Netify agent is not configured to start post install. It will not be running by default and should expect to see the 'not running' and 'run-time status could not be determined' messages.

Plugins

With the core Netify Agent installed, you can now enable plugins to align with your technical requirements. The feature pages offer a high level overview of the agent's capabilities, while the technical reference documentation provides detailed implementation guidance for those ready to dive deeper.

Informatics

Netify Informatics is an optional, cloud based SaaS service that delivers web based visibility into network activity. To get started, follow the installation instructions to enable the subscription service.