I have the same problem. Are there any updates/fixes?
Looks like the freeradius-wpe install is broken (tested on the Vmware image).
Running either via gnome menu or command line gives the following error:
rlm_eap: No such sub-type for default EAP type peap
/usr/local/etc/raddb/eap.conf[1]: Instantiation failed for module "eap"
/usr/local/etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap".
/usr/local/etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section.
I have the same problem. Are there any updates/fixes?
Hi,
Download, configure, make, make install openssl OR locate the include & lib folder of openssl in bt5
Download, patch, configure with the openssl include & lib folder, make, make install freeradius 2.0.2/2.1.7
The problem is freeradius cant locate the openssl include & lib, so it is not installed with openssl.
Edit:
Fix for freeradius is already released
http://redmine.backtrack-linux.org:8080/issues/115
Last edited by wizme; 06-23-2011 at 02:14 PM. Reason: Merged posts.
Thanks! Can you give a little bit more in-depth explanation how to do this? From what i remember, one had to download freeradius then patch it with WPE. However, i remember a freeradius-wpe tarball somewhere in one of the BT directories. maybe somewhere in /pentest? Is that what i should use?
The code below are not tested
Installing OpenSSL
Installing freeradius with WPE patchCode:wget http://www.openssl.org/source/openssl-1.0.0d.tar.gz tar -xvf openssl-1.0.0d.tar.gz cd openssl-1.0.0d ./configure --prefix=/usr/local/openssl make make install
Generate certificatesCode:wget ftp://ftp.freeradius.org/pub/freeradius/old/freeradius-server-2.1.7.tar.gz tar -xvf freeradius-server-2.1.7.tar.gz wget http://www.willhackforsushi.com/code/freeradius-wpe/freeradius-wpe-2.1.7.patch cd freeradius-server-2.1.7 patch -p1 < ../freeradius-wpe-2.1.7.patch ./configure --with-openssl-includes=/usr/local/openssl/include --with-openssl-libraries=/usr/local/openssl/lib make make install
Code:cd freeradius-server-2.1.7/raddb/certs ./bootstrap sudo cp -r * /usr/local/etc/raddb/certs
Thanks for posting the link to the fix! Works great!
Just installed BT5 R1, and now freeradius-wpe returns "Segmentation Fault" when run. This is after applying the fix (install libssl-dev, run ./configure && make && install)
Could the updated kernel have anything to do with this? Is there anyway around it?
I am having the same Segfault issue as BlackOp after installing the fix on BT5r1. If anyone has any ideas on how to rectify this it would be appreciated.
I can confirm! On backtrack 5 R1 (gnome 32 bits vm version and on a kde 32 bits installation) . Segmentation fault occur in a fresh and up todate install of freeradius-wpe...
If anyone knows the solution I'm interested ...
Thankyou!