> Can we simply do at vm start > > for vlan2 by example > --------------------- > vconfig add eth0 2 > brctl addbr vlan2 > brtcl addif vlan2 eth0.2 So where do you get that parameters from? - what device to create the bridge on (eth0 in your example)? - what name do you use for the brigde (vlan2 in your example)? - Dietmar