UBUNTU
After the SECHARD server is Deployed, only the IP address needs to be changed in order to access it. The IP address can be changed by manually editing the installer-config.yaml file.
vi /etc/netplan/00-installer-config.yaml
Switch to insert mode and save the file by entering ip address, gateway, dns and domain information respectively. (press ESC key and type :wq for saving)
The netplan apply command is run to save the settings made.
CENTOS
After the SECHARD server is Deployed, only the IP address needs to be changed in order to access it. The IP address can be changed by manually editing the ifcfg-ens160 file or using the NetworkManager Text User Interface nmtui tool. /etc/sysconfig/network-scripts/ifcfg-ens160
# sudo systemctl restart network
Add Comment