Tried moving the IP to the bridge instead of the bond.

---------------------
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eno1
  allow-bond eno1
  iface eno1 inet manual
  bond-master bond0

auto eno2
  allow-bond eno2
  iface eno2 inet manual
  bond-master bond0

auto bond0
  iface bond0 inet manual
  bond-miimon 100
  bond-mode 4
  bond-slaves eno1 eno2

auto br0
  iface br0 inet static
  address 192.168.1.16
  gateway 192.168.1.1
  netmask 255.255.255.0
  broadcast 192.168.1.255
  bridge_ports bond0
  bridge_hello 2
  bridge_stp off
  bridge_fd 9
  bridge_maxwait 12
------------------------------

Makes it worse.


$ ncftool list
error: unspecified error                                                        
                                                
error: errors in loading some config files 

---------------------------------

$ virsh iface-list
error: Failed to list interfaces                                                
                                                
error: internal error: failed to get number of host interfaces: unspecified 
error - errors in loading some config files

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591249

Title:
  Bonding NICs results in errors in ncftool and virsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/netcfg/+bug/1591249/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to