Skip to content

Instantly share code, notes, and snippets.

@sk0x1234
Last active October 24, 2018 05:19
Show Gist options
  • Save sk0x1234/77de77d35a94d8fd2fb2fc218e9eafd9 to your computer and use it in GitHub Desktop.
Save sk0x1234/77de77d35a94d8fd2fb2fc218e9eafd9 to your computer and use it in GitHub Desktop.
in /etc/netctl/ save it then run wifi-menu
Description='NJITsecure'
Interface=wlp2s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=NJITsecure
WPAConfigSection=(
'ssid="NJITsecure"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'eap=PEAP'
# 'group=CCMP'
# 'pairwise=CCMP'
'identity="xxxxxx"'
'password="xxxxxxxx"'
'phase2="auth=MSCHAPV2"'
)
/var/lib/iwd/NJITsecure.8021x
[Security]
EAP-Method=PEAP
EAP-Identity=open@identity.com
EAP-PEAP-CACert=/tmp/certs/cert-ca.pem
EAP-PEAP-ClientCert=/tmp/certs/cert-client.pem
EAP-PEAP-ClientKey=/tmp/certs/cert-client-key-pkcs8.pem
EAP-PEAP-Phase2-Method=MSCHAPV2
EAP-PEAP-Phase2-Identity=domain\\User
EAP-PEAP-Phase2-Password=Password
[Settings]
Autoconnect=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment