Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Up and Running » Wireless Networking » FreeRADIUS/WinXP Authentication Setup
Search Topic:
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
Wireless Update Rollup Package for Windows XP »
« aol broadband sharing through peer-to-peer network  
AuthorAll Replies

jbibe
Premium,MVM
join:2001-02-22


4 edits
reply to DrTCP
Re: FreeRADIUS/WinXP Authentication Setup

said by DrTCP See Profile:
However, it might interact with the existing openssl installed on my system.
Alan DeKok, one of the lead designers of FreeRADIUS, is always commenting in the FreeRADIUS mail list about the Linker linking to the wrong version when you have two versions of OpenSSL on your computer. When users encounter a segmentation fault and they have two versions of OpenSSL installed, his usual recommendation is to include the --disable-shared option when building the server. I have never experimented with this option, so I can't comment on its effectiveness.
quote:
When openssl is installed under /usr/local/openssl the uninstallation is darn easy You do not have to hunt individual files among others.
I love the ability to remove all the installed information with a single command.

Edit: Alan DeKok's suggestion to add the --disable-shared option works. I installed a second FreeRADIUS server, using openssl-SNAP-20040202 and freeradius-snapshot-20040205. I selected these versions because they would probably fail to operate properly. This time I used the OpenSSL recommended config commands as follows:

./config shared --prefix=/usr/local --openssldir=/usr/local/opensnap
make
make install

Then I installed FreeRADIUS using these commands:

./configure --with-openssl-includes=/usr/local/includes/openssl \
--with-openssl-libraries=/usr/local/lib \
--prefix=/usr/local/radsnap
make
make install

After configuring the server, I started the new server in the debug mode. No trouble was encountered until the WinXP client tried to connect. During the authentication, the server crashed with a segmentation error.

I went back, added the --disable-shared option to the ./configure, and ran ./configure, make, and make install again. Once this change was made, the new server operated properly. It authenticates TLS and PEAP with WinXP clients.

I now have two working FreeRADIUS servers on my RH computer.


DrTCP
Yours truly
Premium,ExMod 1999-04
join:1999-11-09
Round Rock, TX


4 edits
reply to jbibe
Thanks for passing the recommended way.

I also appreciate all the valueable information you have collected, verified and documented here.

said by jbibe See Profile:
This install recommendation might prevent the problem that you have identified.
Yes, it does prevent the problem that way because /lib and /bin/lib and /usr/local/lib are in the default library search path.

However, it might interact with the existing openssl installed on my system. When openssl is installed under /usr/local/openssl the uninstallation is darn easy You do not have to hunt individual files among others.

Well yet another way to solve this problem is by defining two environment variables (your 3rd reference).

»www.impossiblereflex.com/8021x/e···TO.htm#8

jbibe
Premium,MVM
join:2001-02-22

reply to DrTCP
All of the FreeRADIUS documents recommend installing the OpenSSL files as shown in the initial post. I have always followed their advice, but it might not be the best choice. I have been reviewing the OpenSSL installation recommendations today. According to their information, the OpenSSL files are installed in /usr/local/ssl, unless the user specifies another location. In this latter case, they recommend that the user run config as follows:

./config --prefix=/usr/local --openssldir=/usr/local/openssl

This installs the bin files at /usr/local/bin, the lib files at /usr/local/lib, and the include files at /usr/local/include/openssl. And it installs the OpenSSL configuration files at /usr/local/openssl.

This install recommendation might prevent the problem that you have identified.


No_Strings
Premium,Mod
join:2001-11-22
The OC
reply to DrTCP
A great tip!

Can you help me find the hair I pulled out trying to work around that?
--
Metaphors mixed while you wait.


DrTCP
Yours truly
Premium,ExMod 1999-04
join:1999-11-09
Round Rock, TX

reply to jbibe
Regarding shared libraries:

If you install openssl under /usr/local/openssl as instructed above and try to run:

/usr/local/openssl/bin/openssl it might fail because of shared library not found.

To solve this I've added:

/usr/local/openssl/lib

to the end of /etc/ld.so.conf and as root user (su - ) regenerated ld.so.cache file by executing:

ldconfig -v

It might also be possible to solve the library problems by creating symlinks from /usr/lib/openssl/lib/* to /lib but I've not tested it.
Forums » Up and Running » Wireless NetworkingWireless Update Rollup Package for Windows XP »
« aol broadband sharing through peer-to-peer network  


Saturday, 05-Dec 06:55:24 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.republican-creole
page compression OFF
Most commented news this week
· [163] Comcast Releasing Promised Usage Meter
· [145] Avast Antivirus Has Gone Mad
· [126] Comcast Makes NBC Universal Acquisition Official
· [104] Graduate Student Unveils Sprint's GPS Sharing With Feds
· [101] Google Invades ISP, OpenDNS Turf With Google Public DNS
· [90] The Bandwidth Hog Does Not Exist
· [83] FCC Ponders Moving From PSTN To IP Voice
· [81] Latest Consumer Reports Survey Not Kind To AT&T
· [79] New Bill Aims To Limit ETFs
· [74] Sprint Defuses GPS Privacy Media Bomb
Most people now reading
· False positive in Avast! or is it real? [Security]
· 3.x Feral Druid - Bear Tanking Guide [World of Warcraft]
· Windows 7 boot manager editing questions [Microsoft Help]
· Evading throttling with uTP / uTorrent 1.9a [TekSavvy]
· [Snow Leopard] NFS Mounts - no more Directory Utility [All Things Macintosh]
· DNS options, what are YOU using? [TekSavvy]
· Maximizing Rogue DPS for 3.1 [World of Warcraft]
· Connecting to Google Voice Via SIP [VOIP Tech Chat]
· [How to] Install Asterisk on an Asus WL-520GU router [VOIP Tech Chat]
· Google takes aim at browser redirection [Security]