cat <<EOF > '/etc/sysconfig/network-scripts/ifcfg-eth0'
NAME=eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
NM_CONTROLLED=yes
EOF
