Configure Ubuntu connection via WiFi

nhisyamj

Hisyam Johan

Posted on September 3, 2022

Configure Ubuntu connection via WiFi

Bismillah...

  1. edit yaml file sudo /etc/netplan/00-installer-config-wifi.yaml
# This is the network config written by 'subiquity'
network:
  version: 2
  wifis:
    wlp3s0:
      access-points:
        <wifi.name>:
          password: <wifi.password>
      dhcp4: true
      optional: true
Enter fullscreen mode Exit fullscreen mode
  1. execute sudo netplan apply

  2. execute sudo reboot

💖 💪 🙅 🚩
nhisyamj
Hisyam Johan

Posted on September 3, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related