Changes

Jump to: navigation, search

EAP-TLS (OLD)

1,120 bytes removed, 01:08, 17 August 2014
Remove netcfg instructions
* Check "Automatically connect to this network"
* Hit Connect
 
==netcfg==
Tested on [[Arch Linux]] with netcfg 3.0 (updated on 2013-04-12).
 
* Create a file, '''/etc/network.d/VT-Wireless''' and place this in it:<br />
CONNECTION='wireless'
INTERFACE='wlan0'
SECURITY='wpa-configsection'
ESSID='VT-Wireless'
IP='dhcp'
IP6='stateless'
CONFIGSECTION='
ssid="VT-Wireless"
proto=RSN
key_mgmt=WPA-EAP
eap=TLS
identity="YOUR IDENTITY"
private_key="PATH TO YOUR PRIVATE KEY"
private_key_passwd="YOUR PRIVATE KEY PASSWORD"
ca_cert="/etc/ssl/certs/GlobalSign_Root_CA.pem"
'
Make sure to change '''identity''' to your PID, '''private_key''' to the path to your downloaded p12 file, and '''private_key_passwd''' to the password for your private key.
 
* After creating this file, make sure to change the owner to root (<code>sudo chown root:root /etc/network.d/VT-Wireless</code>) and change the permissions so that it can be read only by the owner (<code>sudo chmod 0600 /etc/network.d/VT-Wireless</code>). This will ensure that your private key password cannot be read by others easily.
 
* To connect, simply type the following in a terminal:
sudo netcfg VT-Wireless
==netctl==
Anonymous user

Navigation menu