Hi, I''m facing a problem with my desired network setup. To confine ip-addresses in there own subnets I setup an unique bridge with brctl for every vm. I edited the vif script to set this up, and it works very nice but for one problem. XAPI doesn''t like my added bridge ("Untracked interface") en therefore deletes it after a while. leaving the vifN.0 not connected to any bridge. I tried to pif-introduce my bridge but that doesn''t work since it''s not a physical interface. How can I tell xapi about my bridge(s) ? Best regards, -Erik. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi erik,> I''m facing a problem with my desired network setup. > To confine ip-addresses in there own subnets I setup an unique bridge > with brctl for every vm.I guess you should use xe network-create command to create new bridges. Moreover XCP now use openvswitch, and I think you should not use brctl anymore. Cheers, Denis> > I edited the vif script to set this up, and it works very nice but for > one problem. > XAPI doesn''t like my added bridge ("Untracked interface") en therefore > deletes it after a while. leaving the vifN.0 not connected to any > bridge. > I tried to pif-introduce my bridge but that doesn''t work since it''s not > a physical interface. > > How can I tell xapi about my bridge(s) ? > > Best regards, > -Erik. > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Denis Cardon Tranquil IT Systems 44 bvd des pas enchantés 44230 Saint Sébastien sur Loire tel : +33 (0) 2.40.97.57.57 http://www.tranquil-it-systems.fr _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, 2011-06-09 at 10:03 +0200, Denis Cardon wrote:> Hi erik, > > > I''m facing a problem with my desired network setup. > > To confine ip-addresses in there own subnets I setup an unique bridge > > with brctl for every vm. > > I guess you should use xe network-create command to create new bridges. > Moreover XCP now use openvswitch, and I think you should not use brctl > anymore.Hi Dennis, Thanks for the reply, I just figured it out that I indeed should use a network. I''ll switch back to openvswitch with my config. I started using brctl because I thought that ovs wasn''t stable since ''sometimes'' my configuration was gone. Now I learned that xapi deleted it and I''ll use xapi to setup the network.. -Erik.> > Cheers, > > Denis > > > > > I edited the vif script to set this up, and it works very nice but for > > one problem. > > XAPI doesn''t like my added bridge ("Untracked interface") en therefore > > deletes it after a while. leaving the vifN.0 not connected to any > > bridge. > > I tried to pif-introduce my bridge but that doesn''t work since it''s not > > a physical interface. > > > > How can I tell xapi about my bridge(s) ? > > > > Best regards, > > -Erik. > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users