Created
September 11, 2018 07:38
-
-
Save huglester/866e3b214ec567a7be398761ff23d4a4 to your computer and use it in GitHub Desktop.
openvz7.iproute-fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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