urd00m
urd00m

Reputation: 3

How to use netplan to connect to EAP wifi

I can't find any good guides online on how to connect to eap wifi using netplan. I currently have tried to create a file named config.yaml with the following

network:

    wifis:

      wlp1s0:

        dhcp4: true

        access-points:

          "IllinoisNet":

            auth:

              key-management: eap

              identity: -----

              password: ----

I then do sudo netplan generate and sudo netplan apply

A couple other questions: Is identity just username? Because when I log in using a GUI it always asks for a username? Will that work? Or does the file need to be named a specific way? Any additional help will be appreciated.

I am running ubuntu 20.04 lts server on a raspberry pi.

Upvotes: -2

Views: 1625

Answers (1)

urd00m
urd00m

Reputation: 3

Wait nvm I just did sudo reboot and it was able to connect to the wifi, I guess identity is username and my formatting was correct and that filename doesn't matter.

Upvotes: 0

Related Questions