Aufgabe #746
offennmcli für eduroam (auf einer Zeile)
0%
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
69873312454253036930@htw-dresden.de 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-namingls /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
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/