When trying to configure bonds in PBS, the error below is shown.
I am able to bypass the issue by configuring directly in /etc/network/interfaces however upon trying to make edits in the web GUI I am shown this error.
Here is the contents of my /etc/network/interfaces
I am able to bypass the issue by configuring directly in /etc/network/interfaces however upon trying to make edits in the web GUI I am shown this error.
Here is the contents of my /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto eno1.15
iface eno1.15 inet static
address 192.168.15.20/24
gateway 192.168.15.1
auto bond0
iface bond0
bond-slaves enp9s0f0 enp9s0f1
bond-mode 802.3ad
bond-miimon 100
bond-use-carrier 1
bond-lacp-rate 1
bond-min-links 1
bond-xmit-hash-policy layer2+3
auto bond0.20
iface bond0.20 inet static
address 192.168.20.20/24
iface eno2 inet manual
#iface enp9s0f0 inet manual
#iface enp9s0f1 inet manual
iface enp9s0f2 inet manual
iface enp9s0f3 inet manual