Hello together,
today i played a little bit around with veth-interfaces.
I'm using Debian Squeeze and openvz from the repos.
vzctl version 3.0.24-12
kernel 2.6.32-5-openvz-amd64
So i had installed bridge-utils and created a new bridge via .
Then i created a new VE via vzctl create <veid> --ostemplate debian_amd64_xxxx
and added a new interface vzctl set <veid> eth0,,,,vzbr0
after this i added the new veth<veid>.0 to vzbr0
brctl addif vzbr0 veth<veid>.0
now shows me the new veth in the vzbr0. Fine...
BUT, when i restart the VE via , brctl show doesnt show the veth... seems like its lost.
Could you help me? =)