Summary
This article describes how to enable several network interfaces in Smart Protection Server (SPS) 3.3.
Details
Do the following:
- Login to Smart Protection Server via SSH as root.
- Check for the interface config file name you need to enable (e.g. ifcfg-ens224, ifcfg-ens256).
/etc/sysconfig/network-scripts
- Edit the config file to the settings below:
// /etc/sysconfig/network-scripts/ifcfg-ens224 // Find "ONBOOT" and change the "no" to "yes" .... .... ONBOOT=yes .... ....
- Repeat Step 3 for all interface config files you need to enable.
- Reboot Smart Protection Server. The interfaces should be up after reboot.