Skip to content

Instantly share code, notes, and snippets.

@tankibaj
Created February 22, 2021 23:31
Show Gist options
  • Save tankibaj/9692239962b13c31617049558d8a5cee to your computer and use it in GitHub Desktop.
Save tankibaj/9692239962b13c31617049558d8a5cee to your computer and use it in GitHub Desktop.
# This is the network config written by 'subiquity'
# nano /etc/netplan/*.yaml
network:
bonds:
bond0:
interfaces:
- enx0050b6fdfb89
- enp2s0
ethernets:
enx0050b6fdfb89: {}
enp2s0: {}
version: 2
bridges:
br0:
addresses:
- 192.168.0.100/24
gateway4: 192.168.0.1
nameservers:
addresses:
- 8.8.8.8
- 1.1.1.1
search:
- hsrv
interfaces:
- bond0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment