sudo cat /etc/netplan/*.yaml
network: ethernets: enp2s0: dhcp4: no addresses: - 192.168.0.5/24 - 192.168.0.6/24 - 192.168.0.7/24 - 192.168.0.8/24 - 192.168.0.9/24 gateway4: 192.168.0.1 nameservers: addresses: [1.1.1.1,1.0.0.1] version: 2
Yes, I really hate Netplan...
Copyright © 2020
Lingonberry by Anders Noren — Proudly Powered by Bludit — Up ↑
Example Netplan Config Ubuntu
sudo cat /etc/netplan/*.yaml
Yes, I really hate Netplan...