Log in as root user;
Open /etc/sysconfig/network-scripts/ifcfg-eth0 file;
Replace BOOTPROTO=dhcp with BOOTPROTO=none
Add the following lines:
IPADDR=<IP address of the appliance>
PREFIX=<CIDR prefix>
GATEWAY=<gateway IP address>
DNS1=<DNS server IP address>