Advertisement
Guest User

Untitled

a guest
Jan 31st, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1.   network:
  2.     network:
  3.       version: 2
  4.       renderer: networkd
  5.       ethernets:
  6.         eths:
  7.           match:
  8.             name: 'enp2*'
  9.           dhcp4: false
  10.           dhcp6: false
  11.       bonds:
  12.         bond0:
  13.           interfaces: [eths]
  14.           mode: balance-alb
  15.           dhcp4: true
  16.           dhcp6: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement