<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="MsgBodyText">We're using bridged interfaces with veth. It
seems our bridge configuration isn't carrying over the bridge config.
The way I'm doing this on the originating machine is with a Red Hat
style networking config file:<br>
<br>
[<a href="mailto:root@fvmp-ovz0000" target="_blank">root@fvmp-ovz0000</a>
network-scripts]# cat ifcfg-veth4.0 <br>
DEVICE=veth4.0<br>
ONBOOT=yes<br>
STARTMODE=onboot<br>
BRIDGE=br3.1632<br>
<br>
which ensures the veth interface is associated with the right vlan
bridge interface.<br>
<br>
But this doesn't seem to carry over...well, the veth4.0 interface is
created, but this interface isn't associated with the correct bridge
vlan interface.<br>
<br>
Is there another way to accomplish this elegantly? I have a feeling I'm
going about this the hard way perhaps.<br>
<br>
Thanks</span><div>-jeremy</div></body></html>