Before installing AhnLab CPP, install CentOS 7.
CPP Server can be installed on CentOS 7. All minimal, normal and full mode is supported.
To install CentOS 7, complete the following steps.
Note
For more information about SWAP, please refer to https://access.redhat.com/solutions/15244.
Note
- If
there is an EFI boot partition, you must also create one during manual
setup.
- If you cannot continue to the next step, this means that your device
needs a bios boot partition.
After the installation, the only commands available
to specify network are ip and
ethtool.
1) Connect the LAN cable to the server.
2) Check the existing NIC list with ip
a command.
ex) Devices such as enp3s0, enp5s0 are displayed.
- NIC with Link: yes is the currently
active device.
3) Open the file with vi (/etc/sysconfig/network-scripts/ifcfg-device
name) and make the following changes:
BOOTPROTO=none
ONBOOT=yes
IPADDR=192.168.100.100
GATEWAY=192.168.100.254
NETMASK=255.255.255.0
4) Use systemctl restart network.service or service network restart command
to restart the network service.
5) If the host name must be changed, create a file with the server name
in /etc/hostname and restart the server.
6) The network setting is complete.