Project

General

Profile

Actions

Feature #2400

closed

GUI options for WPA Enterprise with identity/password

Added by Mattias Ingered almost 12 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Viktor Gurov
Category:
Wireless
Target version:
Start date:
04/27/2012
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
21.05
Release Notes:
Default

Description

WebCfg WiFi Interfaces allows one to connect to just about anything, but connecting to a AD network with identity/password is not possible as of now.

The WPA Config should end up looking like this for it to work in my scenario.

==================================================
network={
ssid="FOOBAR"
key_mgmt=WPA-EAP
eap=PEAP
identity="DOMAINNAME\USERNAME"
password="My ActiveDirectory Password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}

==================================================

The GUI "needs" the following options to work as client for WPA-Enterprise PEAP environments.

  • Identity: [Text field where one put in their AD account for example)
  • Password: [Text field where one put in their AD password, for example)
  • PEAP version: (auto,) 0 and 1
  • Inner authentication: MSCHAPv2, MD5, GTC
  • Possibly also a choice of certificate.

I got this working by hacking /etc/inc/interfaces.inc slightly.

See this thread for a more detailed scenario description:
[[http://forum.pfsense.org/index.php/topic,44801.0.html]]

Actions

Also available in: Atom PDF