Skip to content

Commit

Permalink
formatting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
seanenck committed Apr 14, 2017
1 parent dc56ee9 commit 5106f92
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,23 +237,25 @@ to connect a headless system using systemd-networkd & wpa_supplicant check [here

### android

EAP method: PEAP
Phase 2: MSCHAPV2
CA Cert: Do not validate
Identity: vlan.user
Password: <pass>
* EAP method: PEAP
* Phase 2: MSCHAPV2
* CA Cert: Do not validate
* Identity: <vlan.user>
* Password: <pass>

### network-manager (nm-applet)

Create a connection and go to the "802.1X Security" tab

Check the "Use 802.1X" box
Auth: Protected EAP (PEAP)
Check the "No CA certificate is required"
PEAP version: Automatic
Inner authentication: MSCHAPv2
Username: vlan.user
Password: <password>
* Check the "Use 802.1X" box
* Auth: Protected EAP (PEAP)
* Check the "No CA certificate is required"
* PEAP version: Automatic
* Inner authentication: MSCHAPv2
* Username: <vlan.user>
* Password: <password>

---

## debugging

Expand Down

0 comments on commit 5106f92

Please sign in to comment.