Skip to content

Instantly share code, notes, and snippets.

@subzer0iq
Forked from kbeckmann/bond1.netdev
Created May 20, 2024 17:37
Show Gist options
  • Save subzer0iq/d1aa9abbed5eb3c8ed23fbaf29fdfb95 to your computer and use it in GitHub Desktop.
Save subzer0iq/d1aa9abbed5eb3c8ed23fbaf29fdfb95 to your computer and use it in GitHub Desktop.

Revisions

  1. @kbeckmann kbeckmann created this gist Sep 13, 2019.
    13 changes: 13 additions & 0 deletions bond1.netdev
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    [NetDev]
    Name=bond1
    Kind=bond

    [Bond]
    Mode=802.3ad
    MIIMonitorSec=1s
    LACPTransmitRate=fast
    UpDelaySec=2s
    DownDelaySec=8s
    TransmitHashPolicy=layer3+4


    6 changes: 6 additions & 0 deletions bond1.network
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    [Match]
    Name=bond1

    [Network]
    BindCarrier=enp57s0u1 enp0s20f0u2u1 enp0s20f0u1
    DHCP=yes
    5 changes: 5 additions & 0 deletions enp0s20f0u1.network
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    [Match]
    Name=enp0s20f0u1

    [Network]
    Bond=bond1
    5 changes: 5 additions & 0 deletions enp0s20f0u2u1.network
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    [Match]
    Name=enp0s20f0u2u1

    [Network]
    Bond=bond1
    5 changes: 5 additions & 0 deletions enp57s0u1.network
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    [Match]
    Name=enp57s0u1

    [Network]
    Bond=bond1