CentOS eth0 Network config

Here is a short tutorial to configure the network interface under CentOS. Here the network interface is called: eth0. Configuring the ifcfg-eth0 file vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE = eth0 ## Interface Name BOOTPROTO = static ## Switch to static and non-DHCP mode BROADCAST = 192.168.0.255 ## broadcast address HWADDR = AA: BB: DC: DD: EE: FF […]