ifdown team0;ifup team0
ifdown eno2;ifup eno2
systemctl restart network
Verify that the new state activebackup is configured.
teamdctl team0 state
The status should return that one of interface links is up and the runner's active port is routing to the
interface that is up. The response should resemble:
runner:
active port: eno1
Optionally, verify that your throughput for one interface is up.
teamnl team0 ports
The response should resemble:
eno2: down 0Mbit HD
eno1: up 1000Mbit FD
5.1.2. STATIC IP TEAMING CONFIGURATION
Set up a named session to connect to the host and establish administrator credentials. This allows the
process to continue in the event you lose connection to the host.
screen -LS [session_name]
sudo su -
Go to the network configuration directory.
cd /etc/sysconfig/network-scripts/
Backup existing network interface pointers to, for example, /home/exabeam/. (Do not place backups
into /etc/sysconfig/network-scripts.)
cp ifcfg-eno* /home/exabeam/
Create and bind network interfaces. In this example, the host interfaces eno1 and eno2 are aggregated
to make team0 for the runner state activebackup.
nmcli connection add type team con-name team0 ifname team0 config '{"runner":
{"name": "activebackup”}}' [hostname] [host_ip/CIDR] [gateway_name] [gateway_ip]
nmcli connection add type team-slave con-name team0-slave1 ifname eno1 master
team0
nmcli connection add type team-slave con-name team0-slave2 ifname eno2 master
team0
Restart your interfaces. At this point, you may experience 5-10 seconds of unresponsive SSH.
Exabeam Appliance Network Conguration
Exabeam Appliance Setup Guide - Version SMP 2019
Published Mar 15, 2021 19