Page 1 of 1
WPA2 Enterprise support (wireless gateway)
Posted: Sun Jan 06, 2019 7:36 am
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?
Re: WPA2 Enterprise support (wireless gateway)
Posted: Sun Jan 06, 2019 4:24 pm
by ispyisail
See openwrt wiki for command line details
Please report your findings
Re: WPA2 Enterprise support (wireless gateway)
Posted: Tue Jan 08, 2019 3:43 pm
by lollapalooza
I tried, but could not manage

Re: WPA2 Enterprise support (wireless gateway)
Posted: Thu Jan 10, 2019 12:46 pm
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
Re: WPA2 Enterprise support (wireless gateway)
Posted: Thu Jan 10, 2019 12:47 pm
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