RedHat 6.x / CentOS 6.x: Configure DHCP client
Setting Up a CentOS / Red Hat Linux DHCP Client First backup your existing network configuration. I assume for all below that the interface is eth0, if this is not…
CentOS / RedHat: Quick Network Bonding eth0 and eth1
to quickly create a Network bondign on eth0 and eth1 on CentOS and RedHat do the following: cd /etc/sysconfig/network-scripts vi ifcfg-eth1 # fill the following DEVICE=eth1 USERCTL=no ONBOOT=yes MASTER=bond0…