Hi,
I can't get up bond0.
/etc/network/interface:
I can't get up bond0.
ifreload -a
warning: error while writing to file /sys/class/net/bonding_masters: [Errno 13] Permission denied: '/sys/class/net/bonding_masters'
error: netlink: enp7s0f0np0: cannot enslave link enp7s0f0np0 to bond0: ifname bond0 not present in cache
/etc/network/interface:
Code:
root@pbs:/etc/network# cat interfaces
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 192.168.10.110/24
gateway 192.168.10.1
auto enp2s0f0np0
iface enp2s0f0np0 inet manual
auto enp7s0f1np1
iface enp7s0f1np1 inet manual
#backup
auto enp7s0f0np0
iface enp7s0f0np0 inet manual
#backup
auto enp2s0f1np1
iface enp2s0f1np1 inet manual
iface eno2 inet manual
auto bond0
iface bond0 inet static
address 192.168.11.110/24
bond-mode 802.3ad
bond-slaves enp7s0f0np0 enp7s0f1np1