Article Number
000003218
Applies To
NetWitness Product Set: NetWitness Platform
NetWitness Product/Service Type: All Nodes
NetWitness Version/Condition: 12.4
Platform: AlmaLinux
Issue
The host with the 12.4.0.0 version does not retain its IP after rebooting.
Cause
This issue occurs because the NM_CONTROLLED parameter is set to no on the host.
Resolution
To resolve the issue, you must update the NM_CONTROLLED parameter to yes on the host where the failure occurs. You can do this by following these steps:
-
vi /etc/sysconfig/network-scripts/ifcfg-<INTERFACE>
For example,
vi /etc/sysconfig/network-scripts/ifcfg-em1
- Set the NM_CONTROLLED parameter to yes (NM_CONTROLLED=yes)
- Restart the NetworkManager and network services by running the following command:
systemctl restart NetworkManager && systemctl restart network