ifconfig しても lo しか表示されず、ネットワークが動作していないので、 http://fnya.cocolog-nifty.com/blog/2012/03/centos-62-8fa8.html を参考にして /etc/sysconfig/network-scripts/ifcfg-eth0 を編集し、
ONBOOT="yes" BOOTPROTO="dhcp"
に直して、service network startする。