How to configure Network interfaces in RHEL/CentOS or Fedora Linux
In RHEL/CentOS or Fedora, you can configure network interfaces by using configuration files located in /etc/sysconfig/network-scripts/. For each network interface (e.g., eth0), there should be a corresponding configuration file (e.g., ifcfg-eth0) in the directory. If you would like to configure a network interface, do the following. $ sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 If you would like to … Read more