mirror of
https://github.com/wylermr/NetworkManager-WPA2-Enterprise-Setup.git
synced 2025-01-22 06:03:23 +00:00
adds NetworkManager config skeleton
This commit is contained in:
parent
a483420214
commit
c5c3e3b4f2
24
skeleton
Normal file
24
skeleton
Normal file
@ -0,0 +1,24 @@
|
||||
[wifi-security]
|
||||
key-mgmt=wpa-eap
|
||||
|
||||
[connection]
|
||||
id=PLACE_NETWORK_ID_HERE
|
||||
uuid=PLACE_UUID_HERE
|
||||
type=wifi
|
||||
|
||||
[ipv6]
|
||||
method=auto
|
||||
|
||||
[wifi]
|
||||
ssid=PLACE_SSID_HERE
|
||||
mode=infrastructure
|
||||
security=802-11-wireless-security
|
||||
|
||||
[802-1x]
|
||||
eap=peap;
|
||||
identity=PLACE_YOUR_ID_HERE
|
||||
phase2-auth=mschapv2
|
||||
password=PLACE_YOUR_PASSWORD_HERE
|
||||
|
||||
[ipv4]
|
||||
method=auto
|
Loading…
Reference in New Issue
Block a user