Projekt

Allgemein

Profil

Aktionen

Aufgabe #746

offen

nmcli für eduroam (auf einer Zeile)

Von PaulRiegel vor mehr als 2 Jahren hinzugefügt. Vor mehr als 2 Jahren aktualisiert.

Status:
Neu
Priorität:
Niedrig
Zugewiesen an:
-
Kategorie:
-
Beginn:
10.08.2021
Abgabedatum:
% erledigt:

0%

Geschätzter Aufwand:

Beschreibung

https://gist.github.com/AntonFriberg/d1d028c66082889878f1987118a2d251
http://datamove.imag.fr/gregory.mounie/cat_eduroam/

EDUroam ist ein beliebiges Wort für die Bezeichnung der Verbindung auf dem eigen System
ist die festgelegte Bezeichnung für alle Verbindungen.
/etc/ssl/certs/ca-bundle.trust.crt ist der Ort vom "allgemeinen" Zertifikat.

Erste grobe Idee! (Nicht getestet, sondern zusammen(ab)geschrieben.)

nmcli con add type wifi con-name EDUroam ssid eduroam ifname wlan0 -- 802-1x.eap peap 802-1x.anonymous-identity 69873312454253036930@htw-dresden.de 802-1x.identity s54321@htw-dresden.de 802-1x.ca-cert "file:///etc/ssl/certs/ca-bundle.trust.crt" 802-1x.phase2-auth mschapv2 802-1x.password-flags 0x2 802-11-wireless-security.key-mgmt wpa-eap

heitßt das nicht heutzutage interface-name bei nm?

https://wiki.debian.org/NetworkInterfaceNames#THE_.22PREDICTABLE_NAMES.22_SCHEME
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/consistent-network-interface-device-naming_configuring-and-managing-networking#predictable-network-interface-device-names-on-the-x86_64-platform-explained_consistent-network-interface-device-naming
ls /sys/class/net | grep wl

https://www.stura.htw-dresden.de/stura/ref/hopo/dk/nachrichten/eduroam-htw-dresden-meets-wpa_supplicant-after-syatag-3185
https://www.stura.htw-dresden.de/stura/ref/hopo/dk/nachrichten/eduroam-meets-nixos

https://tu-dresden.de/zih/dienste/service-katalog/arbeitsumgebung/zugang_datennetz/wlan-eduroam?set_language=en#ck_ManualSetup

man nm-settings-nmcli
man nm-settings-ifcfg-rh

https://cat.eduroam.org/?idp=5106

https://linuxhint.com/prompt-for-input-bash/

https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/Networking_Guide/sec-Connecting_to_a_Network_Using_nmcli.html
https://docs.fedoraproject.org/en-US/quick-docs/configuring-ip-networking-with-nmcli/
nmcli c add connection.type wifi ssid

https://gist.github.com/tibyte/085a7886f47dd0e9d9653366787cd393
https://orangenarwhals.com/2016/11/wifi-connect-to-eduroam-permanently-store-password-ubuntu-14-04-with-cinnamon-with-mit-account/

Aktionen #1

Von PaulRiegel vor mehr als 2 Jahren aktualisiert

Aktionen

Auch abrufbar als: Atom PDF