Re: Using Radius for SIP accounting

2007-03-27 Thread Alan DeKok
Murray Hooper wrote: > Is there a way to get telephony disconnect cause ie “User busy” in > radius accounting? I am using a Cantata IMG1010 and looking for a more > telephony based result that “service unavailable”. Read the NAS documentation. FreeRADIUS just logs what the NAS sends. Alan De

Re: freeradius for pam 1.3.15

2007-03-27 Thread Alan DeKok
Rachmel, Nir (Nir) wrote: > I have noticed, that when configuring my box with a DNS server, then > once a user attempts login, a call is attempted at the radius server and > some kind of query is sent to the DNS server. > Looking into the code revealed that there is a call to gethostbyname(), > int

Re : RE : Re: freeradius problem : need help

2007-03-27 Thread elmalhi abdelghani
yes i have read it, but it´ s not my problem ! [EMAIL PROTECTED] a écrit : Have you read this: http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg33526.html Isn't that your problem too? Ivan Kalik Kalik Informatika ISP Dana 26/3/2007, "elmalhi abdelghani" pi¹e: >Hi, > > s

How to send the accounting messages

2007-03-27 Thread Senthil Nathan
Hi All, I have installed the freeradius server 1.1.14 and freeradius client. I could start the server daemon, radiusd. And from the client how do I send the accounting requests. Also can you please tell me how to send different accounting messages. Thanks Senthil - List info/subscribe/unsubscri

RE: How to send the accounting messages

2007-03-27 Thread Josh Howlett
> Also can you please tell me how to send different accounting messages. Consult your NAS documentation. josh. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Proxy Radius

2007-03-27 Thread Luis Galan
Hello! I need to configure freeradius as a proxy server only for users that ends in "@domain1.com". This users must be authenticated by its home server (external proxy) but users must received an ip address from my pool. (We give internet service to customer from another country with its dialu

Re: EAP-TLS authentication

2007-03-27 Thread Alan DeKok
deepak kumar wrote: > Thanks. > I have used EAP-Type variable and stored its value in radacct table. Ah. That's different. You can't store EAP-Type during accounting, because there is no EAP type in the accounting packets. You CAN store it in the DB during authentication, but it has to be

Re: radius-apache authentication problem

2007-03-27 Thread Ramazan Ulker
no change, same errors. mod_auth_xradius don't work in apache 2.2.3 On 3/26/07, Nick Owen <[EMAIL PROTECTED]> wrote: You might try using mod_auth_xradius: http://www.outoforder.cc/projects/apache/mod_auth_xradius/ More information can be found here: http://www.howtoforge.com/apache_radius_two_

dialupadmin url hash problem

2007-03-27 Thread Holger Goßmann
Hi, i have freeradius/mysql/dialup_admin running with one problem i cannot solve. I've already searched the web and the archives and cannot find the answer. The interface is running fine except for users containing a hash "#" in the name, for example user1#domain. All other users which do not co

LDAP + CHAP problem

2007-03-27 Thread satish patel
Dear I have implement freeradius with LDAP + cisco VPDN my problem is my authentication working with PAP but when i try for authentication from CHAP it is not working error is password not clear text so i have read many document about it and ppl talking about store passwd in clea

Re: LDAP + CHAP problem

2007-03-27 Thread Sam Schultz
> I have implement freeradius with LDAP + cisco VPDN my problem > is my authentication working with PAP but when i try for authentication > from CHAP it is not working error is password not clear text so i have > read many document about it and ppl talking about store passwd in

Re: dialupadmin url hash problem

2007-03-27 Thread Kostas Kalevras
O/H Holger Goßmann έγραψε: > Hi, > > i have freeradius/mysql/dialup_admin running with one problem i cannot solve. > I've already searched the web and the archives and cannot find the answer. > The interface is running fine except for users containing a hash "#" in the > name, for example user1#d

Re: radius-apache authentication problem

2007-03-27 Thread Nick Owen
On 3/27/07, Ramazan Ulker <[EMAIL PROTECTED]> wrote: > no change, same errors. mod_auth_xradius don't work in apache 2.2.3 I have only tested with 2.2.2. FWIW, authn_file_module is loaded. Why don't you post the relevant portions of your htaccess and httpd.conf files. -- Nick Owen WiKID Systems

RE: NAS-IP-Address

2007-03-27 Thread Internet-Wifi Operador
Hi, Are you using Chillispot or something like that? Fabián From: Erico Augusto <[EMAIL PROTECTED]> Reply-To: FreeRadius users mailing list To: freeradius-users@lists.freeradius.org Subject: NAS-IP-Address Date: Tue, 27 Mar 2007 11:14:19 -0700 (PDT) Hi, i) during Authentication phase

RFC 4590 Compliant?

2007-03-27 Thread Kevin J
Hi, I just noticed a email thread http://arcknowledge.com/gmane.comp.freeradius.devel/2006-11/msg00040.html Any update on it? Can we say FreeRadius is RFC 4590 compliant? Kevin

NAS-IP-Address

2007-03-27 Thread Erico Augusto
Hi, i) during Authentication phase, NAS-IP-Address attribute is filled with correct IP. During Post-Auth, NAS-IP-Address is filled with loopback 127.0.0.1 Address ... Is it possible to send the correct NAS-IP-Address during Post-Auth? How is it possible? Thanks, Erico. _

Re: Is anyone using dialup_admin with a PHP version newer than 4.2.0?

2007-03-27 Thread Ethan Dicks
On 3/21/07, Ethan Dicks <[EMAIL PROTECTED]> wrote: > On 3/21/07, Kostas Kalevras <[EMAIL PROTECTED]> wrote: > > O/H Ethan Dicks έγραψε: > > > ... I'm using PHP 4.3.0, since PHP 4.3.9-3.22.3, for the record. > > > that's what comes with RedHat Enterprise Linux 4. I've turned on > > > register_g

Re: Using Radius for SIP accounting

2007-03-27 Thread Peter Nixon
On Tue 27 Mar 2007 02:41, Murray Hooper wrote: > Is there a way to get telephony disconnect cause ie "User busy" in radius > accounting? I am using a Cantata IMG1010 and looking for a more telephony > based result that "service unavailable". You should consult your NAS documentation and/or vendor.

Re: Is anyone using dialup_admin with a PHP version newer than 4.2.0?

2007-03-27 Thread Jacques Marneweck
On 27 Mar 2007, at 10:11 PM, Ethan Dicks wrote: On 3/21/07, Ethan Dicks <[EMAIL PROTECTED]> wrote: On 3/21/07, Kostas Kalevras <[EMAIL PROTECTED]> wrote: O/H Ethan Dicks έγραψε: ... I'm using PHP 4.3.0, since PHP 4.3.9-3.22.3, for the record. that's what comes with RedHat Enterprise Lin

Which authentication system?

2007-03-27 Thread Ian Truelsen
I am trying to figure out the various authentication systems available and decide what is best for my setup. I am looking for advice. Here is what I want to do: This is for the marina that I am at and a group of 10 of us wanted internet, invested in the hardware and want to be able to access the s

use realms to access different mysql tables

2007-03-27 Thread Alexander Papenburg
Hi Freeradius-Mailing-List, does anyone of you differentiate sql database table with realms? E.g.: Auth-Requests for [EMAIL PROTECTED] will be checked against table db_radius1 Auth-Requests for [EMAIL PROTECTED] will be checked against table db_radius2 .and so on. I already found out that it

Re: use realms to access different mysql tables

2007-03-27 Thread Kevin Bonner
On Tuesday 27 March 2007 18:13:09 Alexander Papenburg wrote: > Hi Freeradius-Mailing-List, > > does anyone of you differentiate sql database table with realms? > E.g.: > > Auth-Requests for [EMAIL PROTECTED] will be checked against table db_radius1 > Auth-Requests for [EMAIL PROTECTED] will be chec

Res: NAS-IP-Address

2007-03-27 Thread Erico Augusto
well, I don't know what chillispot means until now ... googling it I can say that my application acts like that. why? thanks, Erico. - Mensagem original De: Internet-Wifi Operador <[EMAIL PROTECTED]> Para: freeradius-users@lists.freeradius.org Enviadas: Terça-feira, 27 de Março de 2007 1

Re: Failed to link to module "rlm_name" : file not found

2007-03-27 Thread lishuai zhao
Dear Hardie: Thank you for your reply. It works today, and I think I made mistakes before. Lishuai Zhao 2007/3/27, Doug Hardie <[EMAIL PROTECTED]>: > > On Mar 26, 2007, at 19:35, lishuai zhao wrote: > > > Hi, everyone: > > I added a new module named rl

Re: radius-apache authentication problem

2007-03-27 Thread Ramazan Ulker
Hi these are error lines in apache error log and apache conf files. thanks for your assistance [Wed Mar 28 09:26:27 2007] [error] [client 127.0.0.1] (9)Bad file descriptor: Could not open password file: (null) [Wed Mar 28 09:26:27 2007] [crit] [client 127.0.0.1] configuration error: couldn't chec

Re: RFC 4590 Compliant?

2007-03-27 Thread Alan DeKok
Kevin J wrote: > Hi, > > I just noticed a email thread > http://arcknowledge.com/gmane.comp.freeradius.devel/2006-11/msg00040.html > > > Any update on it? > Can we say FreeRadius is RFC 4590 compliant? No. Nothing is

Re: NAS-IP-Address

2007-03-27 Thread Alan DeKok
Erico Augusto wrote: > Hi, > > i) during Authentication phase, NAS-IP-Address attribute is filled with > correct IP. > During Post-Auth, NAS-IP-Address is filled with loopback 127.0.0.1 > Address ... If that happens, it's because some configuration you added changes it. The server doesn't ch

RE: Res: NAS-IP-Address

2007-03-27 Thread Internet-Wifi Operador
something more freeradius don't put this any IP in NAS-IP-Value this value come from the clliente (NAS) Fabián From: Erico Augusto <[EMAIL PROTECTED]> Reply-To: FreeRadius users mailing list To: FreeRadius users mailing list Subject: Res: NAS-IP-Address Date: Tue, 27 Mar 2007 21:24:

Re: LDAP + CHAP problem

2007-03-27 Thread Alan DeKok
satish patel wrote: > I have implement freeradius with LDAP + cisco VPDN my problem > is my authentication working with PAP but when i try for authentication > from CHAP it is not working error is password not clear text so i have > read many document about it and ppl talking about st

Re: Which authentication system?

2007-03-27 Thread Alan DeKok
Ian Truelsen wrote: > Here is what I want to do: > This is for the marina that I am at and a group of 10 of us wanted > internet, invested in the hardware and want to be able to access the > system without logging in or anything like that. For this group, I was > thinking of EAP-TLS as client side

avaya with freeradius accounting

2007-03-27 Thread satish patel
Dear is there possiblem avaya VOIP accounting with freeradius is there any support for avaya ??? $ cat ~/satish/url.txt System administrator ( Data Center ) please visit this site http://linux.tulipit.com - Here’s

Re: Is anyone using dialup_admin with a PHP version newer than 4.2.0?

2007-03-27 Thread Muenz, Michael
>> Hi, all, >> >> This is a refinement of my earlier request for information, honed >> after half a week of trying to untangle things. >> >> I've been grubbing through all the code for dialup_admin 1.80 (from >> the 20070320 CVS snapshot) and am entirely unconvinced that it works >> with version of