Hello I have a xen node, everydays for a few minutes, the bridge will send all income traffic to all interfaces, it makes our traffic statistics incorrect, Any help is appreciated. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nick Couchman
2010-Jan-10 02:51 UTC
Re: [Xen-users] bridge sends traffic to all interfaces
I could be wrong about this, but this behavior may be designed such that the bridge can learn the MAC addresses that are available on each of the interfaces. You might also want to look into the open-vswitch project - if you''re concerned about accurate traffic accounting and switch behavior, this may be more to your liking. It also features abilities for things like port monitoring, which would allow you better visibility into the traffic on your bridges (switches). -Nick>>> On 2010/01/09 at 10:31, Jingyun He <jingyun.ho@gmail.com> wrote: > Hello > I have a xen node, everydays for a few minutes, the bridge will send > all income traffic to all interfaces, it makes our traffic statistics > incorrect, > Any help is appreciated. > > Thanks.-------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2010-Jan-11 03:24 UTC
Re: [Xen-users] bridge sends traffic to all interfaces
On Sun, Jan 10, 2010 at 9:51 AM, Nick Couchman <Nick.Couchman@seakr.com> wrote:>You might also want to look into the open-vswitch project - if you''re concerned about accurate traffic accounting and switch behavior, this may be more to your liking. It also features abilities for things like port monitoring, which would allow you better visibility into the traffic on your bridges (switches).Nick, why didn''t you post about open-vswitch sooner :D Something that can replace linux bridge directly, but has more features? Awesome. Do you know if it also works on RHEL/Centos5? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nick Couchman
2010-Jan-11 03:29 UTC
Re: [Xen-users] bridge sends traffic to all interfaces
Sorry - I thought it had already been discussed on this list :-). Yes, it replaces the Linux bridging functionality - in fact, it has a compatibility layer that allows you to continue to use brctl and allows Linux network scripts to function. It''s still early in its development - it''s stable, but has a long list of features that still need to be added. Web site is http://open-vswitch.org. It should work on just about any Linux distribution, although you may have to fidget with the kernel modules piece to get it work. -Nick>>> On 2010/01/10 at 20:24, "Fajar A. Nugraha" <fajar@fajar.net> wrote: > On Sun, Jan 10, 2010 at 9:51 AM, Nick Couchman <Nick.Couchman@seakr.com> wrote: >>You might also want to look into the open-vswitch project - if you''re concerned > about accurate traffic accounting and switch behavior, this may be more to > your liking. It also features abilities for things like port monitoring, > which would allow you better visibility into the traffic on your bridges > (switches). > > Nick, why didn''t you post about open-vswitch sooner :D > Something that can replace linux bridge directly, but has more > features? Awesome. Do you know if it also works on RHEL/Centos5?-------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nathan Eisenberg
2010-Jan-12 00:36 UTC
RE: [Xen-users] bridge sends traffic to all interfaces
> Sorry - I thought it had already been discussed on this list :-). Yes, > it replaces the Linux bridging functionality - in fact, it has a > compatibility layer that allows you to continue to use brctl and allows > Linux network scripts to function. It''s still early in its development > - it''s stable, but has a long list of features that still need to be > added. Web site is http://open-vswitch.org. It should work on just > about any Linux distribution, although you may have to fidget with the > kernel modules piece to get it work.Quick note - I believe it''s http://www.openvswitch.com - no ''-''. Also, awesome. Best Regards, Nathan Eisenberg _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nick Couchman
2010-Jan-12 00:38 UTC
RE: [Xen-users] bridge sends traffic to all interfaces
Right you are, except it''s http://www.openvswitch.org, not .com. -Nick>>> On 2010/01/11 at 17:36, Nathan Eisenberg <nathan@atlasnetworks.us> wrote: >> Sorry - I thought it had already been discussed on this list :-). Yes, >> it replaces the Linux bridging functionality - in fact, it has a >> compatibility layer that allows you to continue to use brctl and allows >> Linux network scripts to function. It''s still early in its development >> - it''s stable, but has a long list of features that still need to be >> added. Web site is http://open-vswitch.org. It should work on just >> about any Linux distribution, although you may have to fidget with the >> kernel modules piece to get it work. > > Quick note - I believe it''s http://www.openvswitch.com - no ''-''. > > Also, awesome. > > Best Regards, > Nathan Eisenberg-------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nathan Eisenberg
2010-Jan-12 01:14 UTC
RE: [Xen-users] bridge sends traffic to all interfaces
> Right you are, except it''s http://www.openvswitch.org, not .com. > > -NickHow many list subscribers does it take to get a correct URL posted? :-) Best Regards, Nathan Eisenberg _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users