Package: bridge-utils Version: 1.5-9 Severity: normal Hello,
I've been trying to set up a bridge over a bond of two interfaces in order to provide connectivity to a vm or two. Just the bond itself works fine, but as soon as I include the bridge things get unpredictable. Sometimes it works, other times there's no connectivity at all (but ifdown br0 && ifup br0 helps). Messages that might be related: 1) IPv6: br0: IPv6 duplicate address ... detected! This doesn't always happen, if it does, it seems IPv6 is disabled on the bridge (but I don't use IPv6) 2) br0: received packet on bond0 with own address as source address This stops within minutes of the bridge coming up. It's probably a configuration error on my part (help appreciated), but shouldn't an interfaces configuration consistently work (or not)? Regards, Christian -- System Information: Debian Release: 8.3 APT prefers stable APT policy: (990, 'stable'), (500, 'stable-updates') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages bridge-utils depends on: ii libc6 2.19-18+deb8u3 bridge-utils recommends no packages. Versions of packages bridge-utils suggests: ii ifupdown 0.7.53.1 -- no debconf information
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# bridged bond config
auto bond0
iface bond0 inet manual
bond-slaves eth0 eth1
bond-mode 802.3ad
bond-miimon 100
# bond-xmit_hash_policy layer2+3
bond-xmit_hash_policy layer3+4
auto br0
iface br0 inet static
address 192.168.0.4
netmask 255.255.255.0
gateway 192.168.0.1
bridge-ports bond0
bridge_waitport 30
bridge_stp off
dmesg.gz
Description: application/gzip

