Linux

From The Wiki Fire
Revision as of 22:37, 17 November 2024 by Sarahwall (talk | contribs) (adding category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configure Wireless[edit]

This can be tricky. You can glean some useful info from the guides they have for Mac's and PC's, but that may not be enough. Here is a working network section to a WPA supplicant config:

network={
       ssid="Knox-Wireless"
       scan_ssid=1
       key_mgmt=WPA-EAP
       eap=PEAP
       identity="YOUR_KNOX_EMAIL_ADDRESS"
       password="YOUR_KNOX_PASSWORD"
       phase1="peaplabel=0"
       phase2="auth=MSCHAPV2"
}