| id | eduroam | |
|---|---|---|
| title | how do i connect to eduroam on $distro? | |
| aliases | ||
| tags | ||
| authors |
|
|
| layout | base.njk |
(Want to connect to UNSW-IoT instead? See /iot)
tldr: try arubaquickconnect4all
eduroam at unsw is an aruba-managed wireless network, meaning that it only officially supports ubuntu. if you are looking to connect on a distro other than ubuntu, an option is arubaquickconnect4all. by doing so, you will get higher speeds compared to using unsw-iot :)
all the following steps assume you have cloned the repo already (see steps on github).
geckodriver seems to work better than chromedriver. install it via your distro's package manager.
pip install .
aqc4all --browser firefox- go here: unsw get online
- click get online
- accept the terms and conditions
- select 'personal device'
- the onboarding portal link is the page's domain
an example is if we have a site such as https://linsoc.cc/join, the domain part you would provide would be https://linsoc.cc.
create a virtual environment first/use uv.
python -m venv venv
source venv/bin/activate
pip install .if you have uv, just run uv run aqc4all
you are missing either chromedriver or geckodriver. install this via your distro's package manager. if you choose geckodriver, make sure you use the --browser firefox flag.
please note that the below is a temporary solution which may stop working at any time.
nmcli connection edit
# type wifi in to make a new wifi connection
set connection.id yourConnectionName
set wifi.ssid eduroam
set 802-1x.eap peap
set 802-1x.phase2-auth mschapv2
set 802-1x.identity zID@ad.unsw.edu.au
set 802-1x.password yourPassword
set wifi-sec.key-mgmt wpa-eap
save
activate
quit # if you want to leave
# (note: password is like written in plaintext so dont show anyone :3)
find us in the linux society discord and we can help with troubleshooting :) this guide is also a work in progress! please give us feedback <3