Skip to content

Netplan

reubenajohnston edited this page Apr 18, 2022 · 6 revisions
  • Configuration files are *.yaml and located in /etc/netplan folder
  • Bring an interface down using: $ sudo ip link set <interface> down
  • Bring an interface up using: $ sudo ip link set <interface> up
  • Apply changes from *.yaml using: $ sudo netplan apply
  • Query netplan configuration using: $ netplan get all

Useful links:

Clone this wiki locally