From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1369812543.6697.3.camel@localhost> From: Wilco Baan Hofman Date: Wed, 29 May 2013 09:29:03 +0200 In-Reply-To: <51A53977.1090106@powercraft.nl> References: <51A53977.1090106@powercraft.nl> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] bond-mode 4 bridge-utils 3.x kernel not fully working List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jelle de Jong Cc: bridge@lists.linux-foundation.org On Wed, 2013-05-29 at 01:10 +0200, Jelle de Jong wrote: > Traffic comes out the KVM quests but doesn?t come in. If I disable > bonding everything just works again. > > auto bond0 > iface bond0 inet manual > slaves eth0 eth1 > bond-mode 4 > bond-miimon 100 > pre-up /sbin/ifconfig bond0 mtu 9000 > auto eth0 > iface eth0 inet manual > mtu 900 Does this one really say mtu 900 instead of 9000? Is your eth1 up? Did you try non-kvm traffic over the bonding interface? Is the switch in LACP mode? Regards, Wilco Baan Hofman