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?
WPA2 Enterprise support (wireless gateway)
Moderator: Moderators
-
- Posts: 122
- Joined: Mon Jun 09, 2014 12:53 pm
Re: WPA2 Enterprise support (wireless gateway)
See openwrt wiki for command line details
Please report your findings
Please report your findings
-
- Posts: 122
- Joined: Mon Jun 09, 2014 12:53 pm
Re: WPA2 Enterprise support (wireless gateway)
I tried, but could not manage 

-
- Posts: 122
- Joined: Mon Jun 09, 2014 12:53 pm
Re: WPA2 Enterprise support (wireless gateway)
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:
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
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]'
P.S.
Upon uninstallin/reinstalling Gargoyke I found a bug, I have created a new post here:
viewtopic.php?f=6&t=11863
-
- Posts: 122
- Joined: Mon Jun 09, 2014 12:53 pm
Re: WPA2 Enterprise support (wireless gateway)
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:Actually the eap_type and the auth sections have been configured by OpenWRT GUI with values that don't exist in the Wiki.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]'
P.S.
Upon uninstallin/reinstalling Gargoyke I found a bug, I have created a new post here:
viewtopic.php?f=6&t=11863