Skip to content

Instantly share code, notes, and snippets.

@rilindo
Created January 11, 2016 05:07
Show Gist options
  • Save rilindo/5774658d288ccd743357 to your computer and use it in GitHub Desktop.
Save rilindo/5774658d288ccd743357 to your computer and use it in GitHub Desktop.
13 nmcli con add type bond con-name bond0 ifname bond0 mode balance-rr ip4 192.168.15.254/24 gw4 192.168.15.1
14 ip addr show
15 nmcli con add type bond-slave ifname ens8 master bond0
16 nmcli con add type bond-slave ifname ens3 master bond0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment