Home About Me Pages Other

ncl - wifi

ncl home -> wifi guide
rainbow-bar

This shows you how to connect to the newcastle-university or eduroam Wi-Fi network when using iwd on Linux.

connecting to newcastle-university wi-fi with iwd

steps:

  1. Create /var/lib/iwd/newcastle-university.8021x or replace newcastle-university with eduroam.
  2. Paste this into the file and replace put your password here with your (Microsoft) password and put your username here with your computer username, which is your student number with a c at the front, and the first and last numbers removed.
  3.     
        [Security]
        EAP-Method=PEAP
        EAP-Identity=anonymous
        EAP-PEAP-Phase2-Method=MSCHAPV2
        EAP-PEAP-Phase2-Password=put your password here
        EAP-PEAP-Phase2-Identity=put your username here
        
        [Settings]
        AutoConnect=true
        
        
  4. Save the file.
  5. Then either restart your system or the iwd service (I found it easier just to restart the system).

rainbow-bar