The /etc/sysconfig/network-scripts/ifcfg-eth0 file would normally be the primary static frontend IP. You can review the following discussion on what the contents should show for a static IP:
How to configure a static ip in Linux
Upon changing the file to represent the correct values for the IP, you could restart the network:
Code:
/etc/init.d/network restart
If this works, you should then be able to run "ifconfig" and see the correct IP listed. If it doesn't work, the server will possibly become unreachable, so hopefully you have physical access to it. If you do not, have someone who does perform this change.