Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

Ubuntu19.10.md

File metadata and controls

20 lines (14 loc) · 423 Bytes

Ubuntu19.10:

Configure network:

sudo vim /etc/netplan/50-cloud-init.yaml

add contents below to the file:

network:
        version: 2
        renderer: networkd
        ethernets:
                enp0s3:
                        dhcp4: yes

Save and quit.

Run sudo netplan try, nework now should works fine, if everything is ok, runing sudo netplan apply will apply the configuration above persistant.