Skip to content

Instantly share code, notes, and snippets.

@huglester
Created September 11, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huglester/866e3b214ec567a7be398761ff23d4a4 to your computer and use it in GitHub Desktop.
Save huglester/866e3b214ec567a7be398761ff23d4a4 to your computer and use it in GitHub Desktop.
openvz7.iproute-fix
# prlctrl mount 118
# vzctl mount 118
cd /var/root/118/root
wget https://buildlogs.cdn.centos.org/c7.1511.u/iproute/20160623171333/3.10.0-54.el7_2.1.x86_64/iproute-3.10.0-54.el7_2.1.x86_64.rpm
# start container if not running
prlctrl enter 118
cd /root
rpm -e iproute --nodeps
rpm -ivh /root/iproute-3.10.0-54.el7_2.1.x86_64.rpm
/etc/init.d/network restart
ping -c10 8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment