Ok, when I read my forum post I can see that the explanation could be better, sorry.
I want a number of veth's available for my CT101 (e.g. veth101.0 and veth101.1), only using eth0.
Executing the command below gives me the first veth101.0
vzctl set 101 --netif_add eth0
Configure veth devices: veth101.0
Adding the next veth101.1 gives me problems. I was hoping the option --netif_add worked incremental just like --ipadd.
I came up with this attempt:
vzctl set 101 --netif_add veth101.1,,eth0,,br0
But I get the following message: Container does not have configured veth: veth101.1, skipped
Please note the first veth101.0 and the bridge is working.
[Updated on: Tue, 10 February 2009 21:49]
Report message to a moderator