You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: We use COPR infrastructure to build and serve ipfixprobe packages. Currently, we generate RPM packages for RHEL-based distributions
2
+
title: Installation from binary packages (RPM) (recommended)
3
+
description: We use <a href="https://copr.fedorainfracloud.org/coprs/g/CESNET/NEMEA-stable/">COPR infrastructure</a> to build and serve ipfixprobe packages. Currently, we support packages for RPM-based distributions, such as OracleLinux, RockyLinux, ... EPEL version 8 or 9.
description: CESNET feed is officially supported by CZ.NIC, so installation on Turris devices is easy! Contrary for other OpenWrt devices, it is most likely necessary to compile a package; see our <a href="">NEMEA-OpenWrt feed</a> for more details or contact us. Installation on Turris can be done via SSH, which is described bellow, or using LUCI intuitive interface.
4
+
5
+
instructions:
6
+
-
7
+
description: "Update repository metadata"
8
+
code:
9
+
- opkg update
10
+
11
+
-
12
+
description: "Install ipfixprobe"
13
+
code:
14
+
- opkg install ipfixprobe
15
+
16
+
-
17
+
description: "Optionally for LUCI configuration page, install luci-app-ipfixprobe"
This guide expects ipfixprobe is already installed, see <ahref="{% link get_options.html %}">installation step</a>.
9
+
10
+
The following sections describe alternative ways how to run ipfixprobe.
11
+
8
12
<divclass="blog-post text-container">
13
+
<hrclass="not-hidden">
14
+
<h1class = "clickable">Systemd service (recommended)</h1>
15
+
<p>The ipfixprobe can be set up to be used as a daemon to continuously process incoming packets from the boot up:</p>
16
+
<p>Create your <b>instance.conf</b> configuration, and save it in <b>/etc/ipfixprobe/</b><br>
17
+
18
+
<spanstyle="background-color: #ffe59e; " >All settings are explained in the <ahref="https://github.com/CESNET/ipfixprobe/blob/master/init/link0.conf.example">example file</a></span>
<spanstyle="background-color: #ffe59e; " >"instance" serves as Your identifier of ipfixprobe instance, it must be equal in the name of the configuration file and in the systemctl command.</span>
26
+
27
+
<p>To enable the service at system startup, run:</p>
<h1class = "clickable">ipfixprobe as a service</h1>
89
-
<p>The ipfxprobe can be set up to be used as a daemon to continuously process incoming packets from the boot up:</p>
90
-
<h2>On linux server</h2>
91
-
<p>Install the ipfixprobe:</p>
92
-
<span>
93
-
<pstyle = "font-family: monospace;">sudo make install</p>
94
-
</span>
95
-
<p>Create your <b>instance.conf</b> configuration inspired by example configurations from the <b>init</b> directory and save it into the <b>/etc/ipfixprobe/</b><br>
0 commit comments