How do I set a connection? #30

Closed
opened 2022-09-12 14:23:39 +02:00 by Ghost · 2 comments
Ghost commented 2022-09-12 14:23:39 +02:00 (Migrated from codeberg.org)

Hi,

I have installed the MSI package. How can I set the WiFi parameters? I would like to connect to a TTLS-PAP WiFi Network. I click on the SSID but I only get the regular Windows prompt. Is there any GUI?

Thanks!!

Hi, I have installed the MSI package. How can I set the WiFi parameters? I would like to connect to a TTLS-PAP WiFi Network. I click on the SSID but I only get the regular Windows prompt. Is there any GUI? Thanks!!
Ghost commented 2022-09-12 15:31:29 +02:00 (Migrated from codeberg.org)

To edit existing WiFi connection, I use this (for example eduroam WiFi connection):

WLANManager profile eduroam

This brings up Win32 WiFi connection dialog. There, you can change the EAP method to any method supported by GÉANTLink and click "Settings..." button to bring the GÉANTLink GUI. Then "+" button to add initial authority...

Note: WLANManager is a separate download. I am considering bundling it inside the MSI so it gets installed to C:\Program Files\GEANTLink, now that the official CAT installer no longer uses GÉANTLink. GÉANTLink used to be installed and provisioned by CAT installer, hence its GUI is not very exposed.

If the WiFi connection does not exist yet on your computer, I use this first:

netsh wlan add profile filename=eduroam-Arnes.xml user=all
To edit existing WiFi connection, I use this (for example _eduroam_ WiFi connection): ``` WLANManager profile eduroam ``` This brings up Win32 WiFi connection dialog. There, you can change the EAP method to any method supported by GÉANTLink and click "Settings..." button to bring the GÉANTLink GUI. Then "+" button to add initial authority... Note: WLANManager is a separate download. I am considering bundling it inside the MSI so it gets installed to `C:\Program Files\GEANTLink`, now that the official CAT installer no longer uses GÉANTLink. GÉANTLink used to be installed and provisioned by CAT installer, hence its GUI is not very exposed. If the WiFi connection does not exist yet on your computer, I use this first: ``` netsh wlan add profile filename=eduroam-Arnes.xml user=all ```
Ghost commented 2022-09-12 15:33:18 +02:00 (Migrated from codeberg.org)

Ok. Thanks!!!

Ok. Thanks!!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Amebis/GEANTLink#30
No description provided.