Bond transmit-hash-policy

    • Offizieller Beitrag

    This is not possible via UI, but you can add a custom netplan.io configuration.


    Create a file called /etc/netplan/mybond.yaml. It may look like this if your bond interface is called bond0.

    YAML
    network:
      bonds:
        bond0:
          transmit-hash-policy: layer3+4

    You may need to run netplan apply or reboot the system. Alternatively run omv-salt deploy run systemd-networkd if you want OMV to rebuild the whole network configuration.

  • Thanks, I had no idea you could append configurations with separate files for netplan; this makes it really easy to "enhance" some of the configuration available through the UI.


    Just as an FYI for anyone that sees this later, you need to add the parameters: line to the above, so it should actually looks like this if your interface is bond0:

    YAML
    network:
      bonds:
        bond0:
          parameters:
            transmit-hash-policy: layer3+4
  • antsh

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!