I read in some comments that the format of /etc/network/interfaces can
confuse Ubuntu's back-end processing for ncftool. I tried removing all
comments and simplifying that file as

----------------
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 static
address 192.168.1.16
gateway 192.168.1.1
netmask 255.255.255.0
bond-mode 4
bond-slaves eno1 eno2

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

and rebooted. It did not solve the issue.

** Also affects: ubuntu
   Importance: Undecided
       Status: New

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to