Change: Static IP address edit file:# vi /etc/sysconfig/network-scripts/ifcfg-eth0putting:
[root@dhcp-onepacificplace-10-179-252-87 network-scripts]# cat ifcfg-eth0 # Xen Virtual Ethernet DEVICE=eth0BOOTPROTO=static#HWADDR=00:16:3E:47:D0:5FONBOOT=yesTYPE=EthernetIPADDR=10.179.252.30NETMASK=255.255.255.0NETWORK=10.179.252.0BROADCAST=10.179.252.255GATEWAY=10.179.252.1HOSTNAME=grevl-ucm1.hk.oracle.comFORWARD_IPV4=yes
Now you can restart your network services with the following command:[root@dhcp-onepacificplace-10-179-252-87 network-scripts]# service network restart
View changes from previous version.
(Word count: 96)