WPA2 Enterprise support (wireless gateway)

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

WPA2 Enterprise support (wireless gateway)

Post by lollapalooza »

I need to use Gargoyle 1.10 as a wireless gateway, and the network that I need to connect to is using:
802.1x EAP
PEAP
MSCHAPv2

There's no way to configure this via web GUI ...
Can I set up this via SSH?

Can somebody help?

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: WPA2 Enterprise support (wireless gateway)

Post by ispyisail »

See openwrt wiki for command line details

Please report your findings

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: WPA2 Enterprise support (wireless gateway)

Post by lollapalooza »

I tried, but could not manage :-(

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: WPA2 Enterprise support (wireless gateway)

Post by lollapalooza »

Ok, I found the solution.
At the end I had to install OpenWRT, remove wpad-mini and install wpad.

Then I created the configuration via OpenWRT web interface, and went to check the file
/etc/config/wireless

Then I reinstalled Gargoyle, and copied the same parameters in the same file.

In my case correct values are the following:

Code: Select all

config wifi-iface 'stacfg'
        option device 'radio0'
        option mode 'sta'
        option network 'wan'
        option ssid '[SSID of main router's wireless]'
        option encryption 'wpa2+ccmp'
        option eap_type 'peap'
        option auth 'EAP-MSCHAPV2'
        option identity '[given username]'
        option password '[given password]'
Actually the eap_type and the auth sections have been configured by OpenWRT GUI with values that don't exist in the Wiki.

P.S.
Upon uninstallin/reinstalling Gargoyke I found a bug, I have created a new post here:
viewtopic.php?f=6&t=11863

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: WPA2 Enterprise support (wireless gateway)

Post by lollapalooza »

lollapalooza wrote:Ok, I found the solution.
At the end I had to install OpenWRT, remove wpad-mini and install wpad.

Then I created the configuration via OpenWRT web interface, and went to check the file
/etc/config/wireless

Then I reinstalled Gargoyle, and copied the same parameters in the same file.

In my case correct values are the following:

Code: Select all

config wifi-iface 'stacfg'
        option device 'radio0'
        option mode 'sta'
        option network 'wan'
        option ssid '[uplink router's SSID]'
        option encryption 'wpa2+ccmp'
        option eap_type 'peap'
        option auth 'EAP-MSCHAPV2'
        option identity '[given username]'
        option password '[given password]'
Actually the eap_type and the auth sections have been configured by OpenWRT GUI with values that don't exist in the Wiki.

P.S.
Upon uninstallin/reinstalling Gargoyke I found a bug, I have created a new post here:
viewtopic.php?f=6&t=11863

Post Reply