<div dir="ltr">Hi,<div><br></div><div>Sorry of this is the wrong list, trying to find some help.</div><div><br></div><div>I am trying to set up 2 KVM hosts using Debian 9 (connecting to a 3 node Centos 7.4 gluster cluster)  To get the bandwidth I have bonded 2 NICS each end.  However while the network works fine for the Debian VM host the VM guests cannot connect/get an IP using DHCP connecting to br0.  (Same setup on the Centos end works fine however)</div><div><br></div><div>On the Debian host if I connect to br1 which is a bridge to a NIC port it works fine.  My problem then seems to be at the bonding layer for libvirt/kvm ?   </div><div><br></div><div>Here is my interfaces config, I cannot see the problem.  The VM guest is on the gluster cluster and boots fine just no networking. </div><div><br></div><div>any ideas what I am doing wrong pls?  or a better group/list to go ask in?</div><div><br></div><div><br></div><div><div>auto eno1</div><div>iface eno1  inet  manual</div><div>#iface eno1  inet static</div><div>    bond-master bond0</div><div>    #address 192.168.1.62</div><div>    #netmask 255.255.255.0</div><div>    #gateway 192.168.1.1</div><div>    #dns-nameservers 192.168.1.241 192.168.1.104</div><div>#    mtu 9000</div><div><br></div><div><br></div><div>auto enp1s0f1</div><div>iface enp1s0f1 inet manual</div><div>        bond-master bond0</div><div>#    mtu 9000</div><div><br></div><div>auto bond0</div><div>iface bond0 inet static</div><div>   bond-miimon 100</div><div>   bond-mode 6</div><div>   bond-updelay 200</div><div>   bond-xmit_hash_policy layer3+4</div><div>   bond-lacp-rate 1</div><div>#   mtu 9000</div><div># address 192.168.1.62</div><div># netmask 255.255.255.0</div><div># gateway 192.168.1.1</div><div># dns-nameservers 192.168.1.241 192.168.1.104</div><div>   slaves eno1 enp1s0f1</div><div><br></div><div><br></div><div>auto br0</div><div>iface br0 inet static</div><div>   address 192.168.1.62</div><div>   netmask 255.255.255.0</div><div>   gateway 192.168.1.1</div><div>   dns-nameservers 192.168.1.241 192.168.1.104</div><div>   bridge_ports bond0</div><div>   #bridge_ports eno1 enp1s0f1</div><div>   bridge_stp on</div><div>   bridge_fd 0.0</div><div>#    mtu 9000</div><div>#post-up ifconfig bond0 mtu 9000</div><div>#post-up ip link set dev bond0 mtu 9000</div><div><br></div><div>#auto bond1</div><div>#iface bond1 inet static</div><div>#   address 10.100.200.62</div><div>#   netmask 255.255.255.0</div><div>#   bond_slaves enp3s0f1</div><div>#   bond_primary enp3s0f1</div><div>#    mtu 9000</div><div><br></div><div><br></div><div>auto br1</div><div>iface br1 inet static</div><div>   address 10.100.200.62</div><div>   netmask 255.255.255.0</div><div>   gateway 10.100.200.1</div><div>   bridge_ports enp3s0f1</div><div>   bridge_stp on</div><div>   bridge_fd 0.0</div><div>root@kvm02:/etc/network# </div></div><div><br></div><div> </div></div>