Mar 30
I was migrating a VM container to Virtuozzo VE when I ran into the following error:
# Error invoking external utility: can’t set Container network flags
It looks like this is a bug with Virtuozzo container version 4.0, and from the look of it there doesn’t seem to be a hotfix in existence. However, you can fix the issue by issuing the following command:
$ vzctl set [VEID] –netif_add vznet1 –ipadd [IP ADDRESS] –save
This worked in my case.