Connect my gateway to eduroam

Hello. I have a rak2245 + pi gateway connected to my home network. I am using TTN. But I want to connect it to eduroam. I have read some documentation but am still unsure what to do. Any help would be appreciated.

1 Like

Thanks for your message @cem26 did you check the eduroam example we have here? Network Setup on balenaOS 2.x - Balena Documentation

[connection]
id=eduroam
type=wifi

[wifi]
ssid=eduroam
mode=infrastructure
security=802-11-wireless-security

[wifi-security]
key-mgmt=wpa-eap

[802-1x]
eap=peap;
identity=PLACE_YOUR_USERNAME_HERE@PLACE_YOUR_INSTITUTION_DOMAIN_HERE
ca-cert=PLACE_YOUR_CERTIFICATE_HERE
phase2-auth=mschapv2
password=PLACE_YOUR_PASSWORD_HERE
private-key-password-flags=1
phase2-private-key-password-flags=1

[ipv4]
method=auto

[ipv6]
method=auto

@cem26 could you please confirm if this worked?

Hello, just following up again, could you please confirm whether the eduroam example my colleague provided worked for you?

1 Like