Log in to the GUI of the SALGW and select "Administration - Gateway Configuration". Click on edit and change the IP address to the one given when running ifconfig in the command line. Click Apply and follow instructions on restarting agents.
Then log in to the command line with root permissions.
Using the "vi" comand, edit the /etc/hosts file to reflect the right IP address. Save and Exit the editor.
Restart the agents of the SALGW by stopping and restarting individually:
/sbin/service salWatchdog stop
/sbin/service spiritAgent stop
/sbin/service gatewayUI stop
/sbin/service salWatchdog start
/sbin/service spiritAgent start
/sbin/service gatewayUI start
After restarting agents, log back in to the GUI to verify that the error is gone and the GUI operates normally.
Ideal /etc/hosts file format:
#IPV4ADDR
IP4 Address hostname hostname.domain name
#IPV6ADDR
IP6 Address hostname hostname.domain name
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6