This howto shows how to create an OpenVZ container with VETH interface.
- UPDATE - 2013-06-01 - I put all the steps into one create-ct-veth.sh script
Create the container
vzctl create 10221 --ostemplate centos-6-x86_64 --config vswap-1g
Configure the container
vzctl set 10221 --save --name server10221
vzctl set 10221 --save --onboot yes
vzctl …