In order to get rid of problems with venet0 when running a CentOS 7 container (OpenVZ), just activate the patch redhat-add_ip.sh-patch as follows:
View attachment redhat-add_ip.zip
- transfer the patchfile to your working directory into Proxmox VE host and extract it (unzip)
- stay in that directory and perform the following command
Code:
patch -p0 < redhat-add_ip.sh-patch
- stop and start the respective container
View attachment redhat-add_ip.zip