SecHard

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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.

to prevent Cors attacks we need to go to this file cd /opt/sechard

image-20240422-070900.png

replace IP address with sechard's IP address

image-20240422-070943.png

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

  • No labels