Skip to content

Instantly share code, notes, and snippets.

@insipx
Last active February 12, 2016 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insipx/f3be9923c1fdc79f8491 to your computer and use it in GitHub Desktop.
Save insipx/f3be9923c1fdc79f8491 to your computer and use it in GitHub Desktop.
Connection=ethernet
Interface=eth0
Description="Ethernet Wired Connection to Pi"
IP=dhcp
Auth8021X=yes
WPAConfigFile=/etc/wpa_supplicant/dormitory.conf
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