Sometimes after fresh CENTOS installation, network interfaces may not come up.
Here is the simple set of commands which should enable the Network interface(s) :-
service NetworkManager stop
rm /var/lib/NetworkManager/NetworkManager.state
service NetworkManager start