You will need to edit the interface configuration files under "/etc/sysconfig/network-scripts/".
Each interface will have its own config file named as "ifcfg-ethX", where X is the number of the interface.
DEVICE=eth0
HWADDR=XX:XX:XX:XX:XX:XX
TYPE=Ethernet
UUID=xxxxxxxxxxxxxxxxx
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
NETWORK=xxx.xxx.xxx.xxx
NETMASK=xxx.xxx.xxx.xxx
IPADDR=xxx.xxx.xxx.xxx
- 90 Users Found This Useful