Raspberry Pi 3 and AirOrangeX

Connect your Raspberry Pi 3 to AirOrangeX using 802.1x authentication.

WiFi configuration via wpa_supplicant.conf file

 The following is a Raspbian Jessie sample configuration file located at /etc/wpa_supplicant/wpa_supplicant.conf. 

wpa_supplicant.conf

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1

network={
ssid="AirOrangeX"
identity="<NetID>"
password="<password>"
key_mgmt=WPA-EAP
proto=WPA2
eap=PEAP
phase2="auth=MSCHAPV2"
}

Pre-boot configuration

You may also place this file on a freshly imaged SD Card in the "boot" volume for immediate configuration. 


Filter by label

There are no items with the selected labels at this time.