bonds

  1. B

    UI not showing content of `/etc/network/interfaces.d/*`

    i've been setting up my network on VE 8.4. and configured my bond by adding it to: /etc/network/interfaces.d/bond.cfg auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual auto bond0 iface bond0 inet manual bond-slaves eno1 eno2 bond-mode 802.3ad bond-miimon 100...
  2. S

    Multiple IPs for bonds on same Interfaces

    Hi, I have Blades with 2x Eth devices, each one connected to switch module, I create bonds for that 2 eth for HA and this bond got the "Public / Internet" IP, now, I need to add additional Private IPs to same bond, now can I do that? how can I set additional IPs for same bond and same Bond...