Last active
February 12, 2016 06:36
-
-
Save insipx/f3be9923c1fdc79f8491 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connection=ethernet | |
Interface=eth0 | |
Description="Ethernet Wired Connection to Pi" | |
IP=dhcp | |
Auth8021X=yes | |
WPAConfigFile=/etc/wpa_supplicant/dormitory.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl_interface=/var/run/wpa_supplicant | |
ap_scan=0 | |
network={ | |
key_mgmt=IEEE8021X | |
eap=PEAP | |
pairwise=CCMP TKIP | |
phase2="auth=MSCHAPV2" | |
identity="<redacted>" | |
password="<redacted>" | |
priority=2 | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment