Ubuntu: Wifi with Netplan

Get your interface:

ip address show
ip a s

Create / Edit configurations:

sudo netplan set wifis.<interface>.access-points.<SSID>.password="<password>"
sudo netplan set wifis.<interface>.dhcp4=true

Apply it:

sudo netplan try
sudo netplan apply

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *