Can I connect TO SSID with WPA2-Enterprise (802.1X)?
-
Hi all,
my Wireless card detects an external SSID that request authentication WPA2-Enterprise.
When I've set interface i have only WPA setting, but i need to set username e password to login on the SSID and not only the secret password.What can I do?
PS: my wireless card support 802.1X ;D
-
You mean a wireless card in pfSense?
There isn't any way for it to act as an 802.1x client that I'm aware of at this time.
-
You mean a wireless card in pfSense?
There isn't any way for it to act as an 802.1x client that I'm aware of at this time.
:o
-
I report the solution: https://forums.freebsd.org/threads/39557/
# cat /etc/wpa_supplicant.conf network={ ssid="NETWORK" scan_ssid=1 key_mgmt=WPA-EAP identity="USERNAME" password="PASSWORD" eap=PEAP phase1="peaplabel=0" phase2="auth=MSCHAPV2" }
and this command to connect
# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf