FreeRADIUS Wiki talk:Community Portal
From FreeRADIUS Wiki
Unable to install Radius server in Solaris 9
hi,
I downloaded freeradius1.1.2.tar.gz file from www.freeradius.org.
I started installing it as given in the INSTALL document. First the "./configure" command was run and then when "make" was run, it gave me the following error:
"mv -f .libs/ltdl.lo ltdl.lo
mv: cannot access .libs/ltdl.lo
make[2]: *** [ltdl.lo] Error 2
make[2]: Leaving directory `/data1/priya/radius_server/freeradius-1.1.2/libltdl'make[1]: *** [common] Error 2
make[1]: Leaving directory `/data1/priya/radius_server/freeradius-1.1.2'
make: *** [all] Error 2"
I could not proceed further with the installation.
Please help me in getting this issue resolved.
Yee Haa! I got it working!
My data security people have been on my tail for years now about tightening up our internal router security. They've wanted all sorts of changes, but what they wanted was either going to be too difficult to work with on a daily basis (unique passwords on each router, etc) or too expensive (Cisco ACS+).
I downloaded Fedora and FreeRadius, and in about 1.5 days had my Cisco routers & switches authenticating against Active Directory via FreeRadius LDAP. Totally cool! What's even better is I put the whole system on VMWare and replicated it to my DR site so that if the main building goes down, I've still got access to my Radius.
My most sincere thanks to the people who spent so much time developing and supporting this system. I had to read about 1000 posts but I found answers or clues to everything that I needed to know.
Again, my more sincere thanks.
Jim
CHAP support
I wanted to configure the freeradius to perform EAP-TTLS with CHAP as the tunelled method. I did the following changes to eap.conf
eap{ default_eap_type = ttls ... } ttls { default_eap_type = chap ... }
With this, I am not even able to start the radius server. What is the correct way to configure.