Displaying 3 results from an estimated 3 matches for "8021x".
Did you mean:
802.1x
2022 Feb 13
1
Using Linux domain member machine account for WPA-Enterprise authentication
...linux domain member laptop uses Network Manager as the GUI,
with Intel Wireless Daemon as the wifi card driver. Currently the two
programs aren't seamlessly integrated, so I need to write my own config
file for IWD that has username / password settings. Such as
~ # cat /var/lib/iwd/MySSID.8021x
[Security]
EAP-Method=PEAP
EAP-Identity=NETWORK-1\\anonymous
EAP-PEAP-Phase2-Method=MSCHAPV2
EAP-PEAP-Phase2-Identity=NETWORK-1\\jonesmz
EAP-PEAP-Phase2-Password=PASSWORD-GOES-HERE
[Settings]
AutoConnect=true
However, what I'd really like to do is have a linux...
2009 Apr 22
0
Centos 5.3 NetworkManager success story
....conf file.
So I decided to give NetworkManager another chance given the upgrade and
IT WORKS! WOW!
Now when I come out of Hibernation, I have my network connection right
away; I don't have to restart all sorts of services manually.
Unfortunately, I am not at RSA to test it with their AES-8021X setup (my
son's wedding monday kind of took precedence over going to a conference
;) ), so I don't know how it would work with that setup...
But I am a happier camper right now!
2023 Oct 20
1
Using Linux domain member machine account for WPA-Enterprise authentication
...es Network Manager as the GUI,
> with Intel Wireless Daemon as the wifi card driver. Currently the two
> programs aren't seamlessly integrated, so I need to write my own config
> file for IWD that has username / password settings. Such as
>
>
> ~ # cat /var/lib/iwd/MySSID.8021x
> [Security]
> EAP-Method=PEAP
> EAP-Identity=NETWORK-1\\anonymous
> EAP-PEAP-Phase2-Method=MSCHAPV2
> EAP-PEAP-Phase2-Identity=NETWORK-1\\jonesmz
> EAP-PEAP-Phase2-Password=PASSWORD-GOES-HERE
>
> [Settings]
> AutoConnect=true
>...