Skip to content

Instantly share code, notes, and snippets.

@mhf-ir
Created November 25, 2022 18:59
Show Gist options
  • Save mhf-ir/0a3c1936ffd791ace8ed3f52e2488faa to your computer and use it in GitHub Desktop.
Save mhf-ir/0a3c1936ffd791ace8ed3f52e2488faa to your computer and use it in GitHub Desktop.
netplan samples
network:
version: 2
renderer: networkd
ethernets:
enp1s0:
routes:
- to: 0.0.0.0/0
via: 172.31.1.1
on-link: true
addresses: [ 5.5.5.5/32 ]
nameservers:
addresses:
- "1.1.1.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment