How to Install and Uninstall nftlb Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "nftlb" package

This tutorial shows how to install nftlb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install nftlb

2. Uninstall "nftlb" package

This guide covers the steps necessary to uninstall nftlb on openSuSE Tumbleweed:

$ sudo zypper remove nftlb

3. Information about the nftlb package on openSuSE Tumbleweed

Information for package nftlb:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : nftlb
Version : 1.0.9-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 276.9 KiB
Installed : No
Status : not installed
Source package : nftlb-1.0.9-1.2.src
Upstream URL : https://www.zevenet.com/knowledge-base/nftlb/what-is-nftlb/
Summary : nftables load balancer
Description :
nftlb a user-space tool that builds a complete load balancer and
traffic distributor using nftables.
* Topologies supported: Destination NAT, Source NAT, Direct Server
Return and Stateless DNAT. This enables the use of the load
balancer in one-armed and two-armed network architectures.
* Support for both IPv4 and IPv6 families.
* Multilayer load balancer: DSR in layer 2, IP based load balancing
with protocol agnostic at layer 3, and support of load balancing of
UDP, TCP and SCTP at layer 4.
* Multiport support for ranges and lists of ports.
* Multiple virtual services (or farms) support.
* Schedulers available: weight, round robin, configurable hash (per
IP, port, MAC or combination of them) and symmetric hash.
* Support of configurable persistence or client-backend affinity with
a timeout (per IP, port, MAC or combination of them).
* Support of security policies per service: white and blacklists
(from ingress), queuing to user space filter, filtering of bogus
TCP frames, maximum number of established connections, limit TCP
RST per second, limit new connections per second and more.
* Priority support per backend.
* Live management of virtual services and backends programmatically
through a JSON API.