Skip to content

Instantly share code, notes, and snippets.

@gmcclins
Last active August 23, 2022 21:21
Show Gist options
  • Save gmcclins/59b1c2d1ab7668cd5bc14fcaf749dea4 to your computer and use it in GitHub Desktop.
Save gmcclins/59b1c2d1ab7668cd5bc14fcaf749dea4 to your computer and use it in GitHub Desktop.
---
network:
version: 2
renderer: networkd
ethernets:
enp1s0:
dhcp4: false
dhcp6: false
bridges:
br0:
interfaces: [enp1s0]
dhcp4: false
dhcp6: true
addresses: [192.168.1.15/24]
routes:
- to: default
via: 192.168.1.1
nameservers:
addresses: [1.0.0.1, 1.1.1.1]
parameters:
stp: false
forward-delay: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment