Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Fix Networking bug openVZ installed in RHEL/centOS  (Read 3515 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Fix Networking bug openVZ installed in RHEL/centOS
« on: February 07, 2014, 07:15:10 pm »
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  ???