Hey Guyz,
There might be a problem in openvz installed (older version) that the networking interface wont be listed. To check this type
# ifconfig If it shows none and to fix this bug follow the steps below
We can downgrade the iproute package and move to vps
first download
# wget ftp://rpmfind.net/linux/centos/6.5/os/x86_64/Packages/iproute-2.6.32-31.el6.x86_64.rpm Move the file
# mv iproute-2.6.32-23.el6.x86_64.rpm /vz/private/VID/root Note: VID is the container ID.
then install the rpm by
# rpm -Uvh –force iproute-2.6.32-23.el6.x86_64.rpm # service network restart By restarting the network daemon it will up all the network interfaces .'
That's it
Try