Re: Failed to run Freeradius on CentoS

2011-11-28 Thread Bhanu Vegesna
I was able to run the server by changing the port in innertunnel to
18120 But still i am getting the following error

Ignoring EAP-Type/tls because we do not have OpenSSL support.
Ignoring EAP-Type/ttls because we do not have OpenSSL support.
Ignoring EAP-Type/peap because we do not have OpenSSL support.
 Module: Linked to sub-module rlm_eap_mschapv2
 Module: Instantiating eap-mschapv2
   mschapv2 {
with_ntdomain_hack = no
send_error = no
   }
rlm_eap: No such sub-type for default EAP type peap
/usr/local/etc/raddb/eap.conf[17]: Instantiation failed for module eap
/usr/local/etc/raddb/sites-enabled/default[310]: Failed to load module eap.
/usr/local/etc/raddb/sites-enabled/default[252]: Errors parsing authenticate sec

can any of please help me out
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to run Freeradius on CentoS

2011-11-28 Thread Alan DeKok
Bhanu Vegesna wrote:
 I was able to run the server by changing the port in innertunnel to
 18120 But still i am getting the following error
 
 Ignoring EAP-Type/tls because we do not have OpenSSL support.
 Ignoring EAP-Type/ttls because we do not have OpenSSL support.
 Ignoring EAP-Type/peap because we do not have OpenSSL support.

  Go to the wiki.  Type openssl into the search box.  Read the links.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to run Freeradius on CentoS

2011-11-28 Thread Fajar A. Nugraha
On Mon, Nov 28, 2011 at 4:27 PM, Bhanu Vegesna bhanu.vege...@gmail.com wrote:
 I was able to run the server by changing the port in innertunnel to
 18120 But still i am getting the following error

 Ignoring EAP-Type/tls because we do not have OpenSSL support.

Did you  read the message?

The default freeradius2 RPM on centos5 or freeradius RPM on centos6
should work by default. If compiling yourself, make sure you have
openssl header/library installed during building.

-- 
Fajar
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to run Freeradius on CentoS

2011-11-28 Thread Alan Buxey
Hi,
 I was able to run the server by changing the port in innertunnel to
 18120 But still i am getting the following error
 
 Ignoring EAP-Type/tls because we do not have OpenSSL support.
 Ignoring EAP-Type/ttls because we do not have OpenSSL support.
 Ignoring EAP-Type/peap because we do not have OpenSSL support.
  Module: Linked to sub-module rlm_eap_mschapv2
  Module: Instantiating eap-mschapv2
mschapv2 {
   with_ntdomain_hack = no
   send_error = no
}
 rlm_eap: No such sub-type for default EAP type peap
 /usr/local/etc/raddb/eap.conf[17]: Instantiation failed for module eap
 /usr/local/etc/raddb/sites-enabled/default[310]: Failed to load module eap.
 /usr/local/etc/raddb/sites-enabled/default[252]: Errors parsing authenticate 
 sec

built without OpenSSL support - so none of the PEAP/EAP-TTLS/EAP-TLS stuff will 
work.

install openssl-devel package before compiling  

but as previously suggested, I would recommend you install FR via package 
manager..
it will be slightly older version but you can get up and running and get used
to the sofware as you seem to be compiling it without checking the output
of the ./configure stage which is the worst thing you can do :-|

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to run Freeradius on CentoS

2011-11-25 Thread Fajar A. Nugraha
On Fri, Nov 25, 2011 at 4:42 PM, Bhanu Vegesna bhanu.vege...@gmail.com wrote:
 listen {
        type = auth
        ipaddr = 127.0.0.0
        port = 1812
 Failed binding to authentication address 127.0.0.0 port 1812 as server
 inner-tunnel: Address already in use
 /usr/local/etc/raddb/sites-enabled/inner-tunnel[32]: Error binding to
 port for 127.0.0.0 port 1812


 I tried to check if duplicate version of freeradius and changing  to
 use specifc ip no luck.

What makes you think you can use 127.0.0.0? And what makes you think
you can use port 1812 in inner tunnel, when it's already used by
default (defined in radiusd.conf)?

Revert your edits, use the default settings in the package, and it will work.

-- 
Fajar

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to run Freeradius on CentoS

2011-11-25 Thread Suman Dash
Freeradius is already running or there is someone using the same port.
Check the error message as it carries the solution.

Regards
Suman

On Fri, Nov 25, 2011 at 3:12 PM, Bhanu Vegesna bhanu.vege...@gmail.comwrote:

 listen {
type = auth
ipaddr = 127.0.0.0
port = 1812
 Failed binding to authentication address 127.0.0.0 port 1812 as server
 inner-tunnel: Address already in use
 /usr/local/etc/raddb/sites-enabled/inner-tunnel[32]: Error binding to
 port for 127.0.0.0 port 1812


 I tried to check if duplicate version of freeradius and changing  to
 use specifc ip no luck.

 Can any throw some light and help me out ?

 regards
 Bhanu
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html