Created
January 11, 2023 18:28
-
-
Save tlesh989/ab0fe2f77e46148428aa54a530915e3c to your computer and use it in GitHub Desktop.
Ubuntu 22.04 Netplan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
network: | |
version: 2 | |
ethernets: | |
eno1: {} | |
eno2: {} | |
enp5s0f0: {} | |
enp5s0f1: {} | |
bonds: | |
bond0: | |
addresses: | |
- 192.168.233.5/24 | |
- 192.168.233.10/24 | |
- 192.168.233.11/24 | |
- 192.168.233.12/24 | |
- 192.168.233.13/24 | |
- 192.168.233.14/24 | |
interfaces: | |
- eno1 | |
- eno2 | |
- enp5s0f0 | |
- enp5s0f1 | |
nameservers: | |
addresses: | |
- 192.168.233.1 | |
- 45.90.28.110 | |
- 45.90.30.110 | |
search: | |
- local | |
parameters: | |
mode: 802.3ad | |
lacp-rate: slow | |
transmit-hash-policy: layer2 | |
routes: | |
- to: default | |
via: 192.168.233.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment