Re: configuration parameters for perl module in rlm_perl

2013-09-14 Thread Cornelius Kölbel
Am 14.09.2013 14:50, schrieb Alan DeKok: > Cornelius Kölbel wrote: >> I would like to avoid having the perl module read an additional >> configuration file. > Then edit the source code to rlm_perl, and add those features. > >> Is there a possibility to add such

Re: configuration parameters for perl module in rlm_perl

2013-09-14 Thread Alan DeKok
Cornelius Kölbel wrote: > I would like to avoid having the perl module read an additional > configuration file. Then edit the source code to rlm_perl, and add those features. > Is there a possibility to add such paramters somewhere in the freeradius > config like in > /etc/fre

configuration parameters for perl module in rlm_perl

2013-09-14 Thread Cornelius Kölbel
Hi list, is there are recommended way to pass configuration parameter to a rlm_perl module? My rlm_perl module, would need to have additional configuration parameters. I would like to avoid having the perl module read an additional configuration file. Is there a possibility to add such paramters

Re: User Account Configuration

2013-08-20 Thread Alan Buxey
Think about the login time ... If you create an account for the future then if it has a start validity date. .. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

User Account Configuration

2013-08-19 Thread Patrick Meyer
Greetings! I am using Freeradius2 2.2.0 on a pfsense 2.1 RC1 firewall to support authentication for a captive portal. I see that it is possible to expire a user account in Freeradius. I am wondering if I can specify a date and time to make the account effective. For instance, I know I have a use

Re: CHAP only configuration

2013-05-27 Thread Alan DeKok
Navodit Bhardwaj wrote: > debug output is given below. Pls suggest what is wrong here? You're running version 1.x. You should upgrade to v2.2.0. And it helps to read the debug output. You edited the "users" file. It does this: > users: Matched entry DEFAULT at line 170 So... what's

Re: CHAP only configuration

2013-05-27 Thread Fajar A. Nugraha
On Mon, May 27, 2013 at 5:59 PM, Navodit Bhardwaj wrote: > Thanks Fajar > > I tried with the suggestions and using RadiusTest client from Radutils. > > > debug output is given below. Pls suggest what is wrong here? Did you read the wiki link? -- Fajar - List info/subscribe/unsubscribe? See http

Re: CHAP only configuration

2013-05-27 Thread Bjørn Mork
Navodit Bhardwaj writes: > Can someone help me with detail steps for configuring CHAP This is covered by wiki.freeradius.org/guide/Basic-configuration-HOWTO Bjørn - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: CHAP only configuration

2013-05-27 Thread Navodit Bhardwaj
Thanks Fajar I tried with the suggestions and using RadiusTest client from Radutils. debug output is given below. Pls suggest what is wrong here? +++ Starting - reading configuration files ... reread_config: reading radiusd.conf

Re: CHAP only configuration

2013-05-27 Thread A . L . M . Buxey
Hi, >Can someone guide me how to set CHAP only authentication. > >I am using following entry in my users.conf > >usernameAuth-Type := Local, Password := password > Fall-Through = Yes thats wrong. username Cleartext-Password := "password" as per

Re: CHAP only configuration

2013-05-27 Thread Fajar A. Nugraha
est" from localhost. To add more NAS you can edit clients.conf. See http://wiki.freeradius.org/guide/Basic-configuration-HOWTO -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Trimming character of variables within configuration files

2013-04-17 Thread Matthew Newton
Hi, On Wed, Apr 17, 2013 at 02:25:36PM +0100, P. Manton wrote: > OK, So I see there is a preprocess module that says you can manipulate > attributes: preprocess is irrelevant here. > # The preprocess module takes care of sanitizing some bizarre > # attributes in the request, and turning them i

Re: Trimming character of variables within configuration files

2013-04-17 Thread Phil Mayers
On 17/04/13 14:25, P. Manton wrote: OK, So I see there is a preprocess module that says you can manipulate attributes: # The preprocess module takes care of sanitizing some bizarre # attributes in the request, and turning them into attributes # which are more standard. so I added the follo

Re: Trimming character of variables within configuration files

2013-04-17 Thread Alan DeKok
Yes. Quoting the configuration files here is useful. It's not like we've seen them before. > so I added the following: > >if (User-Password =~ /^(.+)([0-9]{6})$/) { > update request { >User-Password = "%{1}" >Some-PIN-Attr = "%{2}&qu

Re: Trimming character of variables within configuration files

2013-04-17 Thread P. Manton
his to the ntlm_auth module with the same result, I am really at a loss here.. On Wed, Apr 17, 2013 at 1:44 PM, Phil Mayers wrote: > On 17/04/13 13:00, P. Manton wrote: > > >> Although it complains in the debug (radiusd -XXX) about the following: >> >> Wed Apr 17 12:4

Re: Trimming character of variables within configuration files

2013-04-17 Thread A . L . M . Buxey
Hi, >Although it complains in the debug (radiusd -XXX) about the following: > >Wed Apr 17 12:47:23 2013 : Debug: including configuration file >/etc/freeradius/sites-enabled/default >Wed Apr 17 12:47:23 2013 : Error: >/etc/freeradius/sites-enabled/defa

Re: Trimming character of variables within configuration files

2013-04-17 Thread Phil Mayers
On 17/04/13 13:00, P. Manton wrote: Although it complains in the debug (radiusd -XXX) about the following: Wed Apr 17 12:47:23 2013 : Debug: including configuration file /etc/freeradius/sites-enabled/default Wed Apr 17 12:47:23 2013 : Error: /etc/freeradius/sites-enabled/default[216]: Too

Re: Trimming character of variables within configuration files

2013-04-17 Thread P. Manton
{ User-Password = "%{1}" Some-PIN-Attr = "%{2}" } } } ... Although it complains in the debug (radiusd -XXX) about the following: Wed Apr 17 12:47:23 2013 : Debug: including configuration file /etc/freeradius/sites-enable

Re: Trimming character of variables within configuration files

2013-04-17 Thread Phil Mayers
On 17/04/13 11:45, P. Manton wrote: Is there a way I could trim a variable (such as a password variable) within a configuration file. I saw a few examples manipulating variables using unlang here: http://freeradius.org/radiusd/man/unlang.html#lbAB but could not find anything about trimming

Re: Trimming character of variables within configuration files

2013-04-17 Thread Matthew Newton
On Wed, Apr 17, 2013 at 11:45:33AM +0100, P. Manton wrote: > Is there a way I could trim a variable (such as a password variable) within > a configuration file. I saw a few examples manipulating variables using > unlang here: http://freeradius.org/radiusd/man/unlang.html#lbAB but could &

Trimming character of variables within configuration files

2013-04-17 Thread P. Manton
Is there a way I could trim a variable (such as a password variable) within a configuration file. I saw a few examples manipulating variables using unlang here: http://freeradius.org/radiusd/man/unlang.html#lbAB but could not find anything about trimming variables. For example I have the

DEFAULT user configuration in users file

2013-03-29 Thread Mehdi Ravanbakhsh
define it work correctly and pool name change to correct one but if user not define pool-name not set to "Basuser". my users file configuration : DEFAULT Auth-Type := Accept DEFAULT Pool-Name = "Baduser" Any Idea ? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Proxy configuration question

2013-02-27 Thread Phil Mayers
On 27/02/13 17:23, bpa...@ovi.com wrote: Thanks Phil. Just a quick add-on question. In radiusd.conf there is : # To disable proxying, change the "yes" to "no", and comment the # $INCLUDE line. # # allowed values: {no, yes} # proxy_requests = yes $INCLUDE proxy.conf Would switching off prox

Re: Proxy configuration question

2013-02-27 Thread bpatil
r will I end up with other issues? -BPa > > From: Phil Mayers >To: freeradius-users@lists.freeradius.org >Sent: Wednesday, February 27, 2013 9:10 AM >Subject: Re: Proxy configuration question > >On 27/02/13 14:46, bpa...@ovi.com wrote:

Re: Proxy configuration question

2013-02-27 Thread Phil Mayers
On 27/02/13 14:46, bpa...@ovi.com wrote: The RADIUS server gets the Access request and then tries to proxy it to example.com. I dont want the request or authentication to be proxied elsewhere. The authentication needs to happen on the local RADIUS server itself. What am I missing in the config?

Proxy configuration question

2013-02-27 Thread bpatil
Hello, I have a rudimentary proxy configuration question: I am doing some testing with a Freeradius server in the lab and the  setup looks as follows: [Host] --WiFi--- [AP]---[Wireless Cntrlr]---[AAA/Freeradius server] Using EAP-TTLS for authentication.  My wpa_supplicant config file

Re: free radius output attributes configuration

2013-02-06 Thread Iliya Peregoudov
rlm_sql does not support sql parameter binding, neither input, nor output. Specifically rlm_sql xlat (i.e. "%{sql: ...}") return number of rows affected for insert/update/delete, and return result of single-row and single-column select. So your only option is a function called inside select f

Re: free radius output attributes configuration

2013-02-06 Thread Russell Mike
what is output attributes ? On Wed, Feb 6, 2013 at 10:19 AM, Lakshmi Narayana Baliah < lb0074...@techmahindra.com> wrote: > Hi All, > > How can configure output attributes in free-radius? > How do i do that ??? please help > > > Thanks > Lakshmi > > > > >

free radius output attributes configuration

2013-02-06 Thread Lakshmi Narayana Baliah
Hi All, How can configure output attributes in free-radius? How do i do that ??? please help Thanks Lakshmi Disclaimer: This message and t

Re: radiusd startup failure for EAP-AKA configuration

2013-02-04 Thread Alan DeKok
Mark Sincerbox wrote: > Relatively new to freeradius. Have had success testing an EAP-MD5 > and EAP-TLS configuration. I have patched freeradius-server-2.1.10 > to add EAP-AKA support but am experiencing a radiusd startup failure > as follows: If you're patching the co

Re: radiusd startup failure for EAP-AKA configuration

2013-02-04 Thread A . L . M . Buxey
Hi, > Relatively new to freeradius. Have had success testing an EAP-MD5 > and EAP-TLS configuration. I have patched freeradius-server-2.1.10 > to add EAP-AKA support but am experiencing a radiusd startup failure ^^ I would assume that something is not right with

radiusd startup failure for EAP-AKA configuration

2013-02-04 Thread Mark Sincerbox
Hi, Relatively new to freeradius. Have had success testing an EAP-MD5 and EAP-TLS configuration. I have patched freeradius-server-2.1.10 to add EAP-AKA support but am experiencing a radiusd startup failure as follows: radiusd -X FreeRADIUS Version 2.1.10, for host x86_64-unknown-linux-gnu

Re: EAP-SIM configuration on FreeRadius

2013-01-08 Thread Phil Mayers
On 08/01/13 17:26, Muhammad Usman wrote: Thanks for your reply..i tried but remained unsuccessful, can you kindly send me any link or thread where it was discussed. Thanks again See this thread: http://lists.freeradius.org/pipermail/freeradius-users/2012-September/062721.html However, the ups

Re: EAP-SIM configuration on FreeRadius

2013-01-08 Thread Muhammad Usman
Thanks for your reply..i tried but remained unsuccessful, can you kindly send me any link or thread where it was discussed. Thanks again On Mon, Jan 7, 2013 at 4:07 PM, Phil Mayers wrote: > On 01/07/2013 10:10 AM, Muhammad Usman wrote: > >> Dear All, Any thoughts on this?? >> > > Various eap-sim

Re: EAP-SIM configuration on FreeRadius

2013-01-07 Thread Phil Mayers
On 01/07/2013 10:10 AM, Muhammad Usman wrote: Dear All, Any thoughts on this?? Various eap-sim issues have been discussed on the lists in the last few months. Read the archives for more details. IIRC the fixes are in 2.x.x branch - not all were in the release version of 2.2.0. Download 2.x.

Re: EAP-SIM configuration on FreeRadius

2013-01-07 Thread Muhammad Usman
Dear All, Any thoughts on this?? On Sun, Jan 6, 2013 at 5:05 PM, Muhammad Usman wrote: > Dear All, > I am trying to configure freeradius for EAP-SIM authentication, for that i > compiled FreeRadius with "./configure --with-modules="rlm_sim" > --with-modules="rlm_sim_files"". Freeradius is install

EAP-SIM configuration on FreeRadius

2013-01-06 Thread Muhammad Usman
Dear All, I am trying to configure freeradius for EAP-SIM authentication, for that i compiled FreeRadius with "./configure --with-modules="rlm_sim" --with-modules="rlm_sim_files"". Freeradius is installed successfully as i have tested it using radtest, as suggested on Freeradius wikis. i have insta

Re: Configuration check

2012-11-27 Thread James Devine
radiusd -XC seems to produce what I was looking for, thanks. On Tue, Nov 27, 2012 at 9:10 AM, Alan DeKok wrote: > James Devine wrote: > > * globally writable I mean > > It already checks that. > > $ chmod a+w raddb/proxy.con > $ radiusd -XC > ... > Configurati

Re: Configuration check

2012-11-27 Thread Alan DeKok
James Devine wrote: > * globally writable I mean It already checks that. $ chmod a+w raddb/proxy.con $ radiusd -XC ... Configuration file ./raddb//proxy.conf is globally writable. Refusing to start due to insecure configuration. Errors reading or parsing ./raddb//debug.conf If you do

Re: Configuration check

2012-11-27 Thread Alan DeKok
James Devine wrote: > I ran into an issue where proxy.conf was globally readable for some > reason, proxy.conf should NEVER be globally readable. > freeradius wouldn't start because of this and this wasn't picked > up by radiusd -C. Can this check be added? File permissions are enforced by

Re: Configuration check

2012-11-27 Thread James Devine
* globally writable I mean On Tue, Nov 27, 2012 at 8:55 AM, James Devine wrote: > I ran into an issue where proxy.conf was globally readable for some > reason, freeradius wouldn't start because of this and this wasn't picked up > by radiusd -C. Can this check be added? - List info/subscribe/un

Configuration check

2012-11-27 Thread James Devine
I ran into an issue where proxy.conf was globally readable for some reason, freeradius wouldn't start because of this and this wasn't picked up by radiusd -C. Can this check be added? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radwho: No configuration information in radutmp section of radiusd.conf

2012-11-19 Thread Fajar A. Nugraha
On Mon, Nov 19, 2012 at 4:25 PM, Angel L. Mateo wrote: > Same configuration, with freeradius 2.2.0 but using radwho from > 2.1.8 works. Instead of revert patching the file, I have copied radwho > command from previous folders, and it works without any problem. > > S

Re: radwho: No configuration information in radutmp section of radiusd.conf

2012-11-19 Thread Angel L. Mateo
means "radwho" will NEVER show you anything. I'm not sure about this. I have tried configuration with radutmp line commented and uncommented. But the fact is that radwho is loggin information, because radutmp is updated and if I use radwho -F then I can see is not empty.

Re: radwho: No configuration information in radutmp section of radiusd.conf

2012-11-19 Thread Fajar A. Nugraha
#x27;t logging accounting >> information. That means "radwho" will NEVER show you anything. >> > I'm not sure about this. I have tried configuration with radutmp > line commented and uncommented. But the fact is that radwho is loggin > information, because rad

Re: radwho: No configuration information in radutmp section of radiusd.conf

2012-11-18 Thread Angel L. Mateo
El 16/11/12 17:03, Alan DeKok escribió: Angel L. Mateo wrote: Hello, I have a problem with radwho since I upgraded from 2.1.10 to 2.2.0. The same configuration (I'm trying now the default configuration installed from ubuntu packages) works with version 2.1.10 and not with 2.2.0. The

Re: radwho: No configuration information in radutmp section of radiusd.conf

2012-11-16 Thread Alan DeKok
Angel L. Mateo wrote: > Hello, > > I have a problem with radwho since I upgraded from 2.1.10 to 2.2.0. > The same configuration (I'm trying now the default configuration > installed from ubuntu packages) works with version 2.1.10 and not with > 2.2.0. The error I

radwho: No configuration information in radutmp section of radiusd.conf

2012-11-16 Thread Angel L. Mateo
Hello, I have a problem with radwho since I upgraded from 2.1.10 to 2.2.0. The same configuration (I'm trying now the default configuration installed from ubuntu packages) works with version 2.1.10 and not with 2.2.0. The error I get is; radwho: No configuration information in ra

Re: eap-peap gtc configuration

2012-10-26 Thread Nandkumar Palkar
Thanks! On Fri, Oct 26, 2012 at 6:39 PM, Alan DeKok wrote: > Nandkumar Palkar wrote: > > What is the attribute used in eap-peap gtc "login attempt with password > > attribute" (i.e. Challenge = "Password: ")? > > Reply-Message > > Alan DeKok. > - > List info/subscribe/unsubscribe? See > htt

Re: eap-peap gtc configuration

2012-10-26 Thread Alan DeKok
Nandkumar Palkar wrote: > What is the attribute used in eap-peap gtc "login attempt with password > attribute" (i.e. Challenge = "Password: ")? Reply-Message Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

eap-peap gtc configuration

2012-10-26 Thread Nandkumar Palkar
Hi, What is the attribute used in eap-peap gtc "login attempt with password attribute" (i.e. Challenge = "Password: ")? Thanks, Nand. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: "retry_count" and "retry_delay" configuration in "proxy.conf"

2012-09-23 Thread Arka Sharma
xies* packets. FreeRADIUS doesn't originate packets. > Only the client does. > > > Actually I have configured an unreachable ip in > > proxy.conf.Now I was doing hit and trial by changing the parameter > > values but no such changes I found in radius debug log.I have old style

Re: "retry_count" and "retry_delay" configuration in "proxy.conf"

2012-09-22 Thread Alan DeKok
p in > proxy.conf.Now I was doing hit and trial by changing the parameter > values but no such changes I found in radius debug log.I have old style > realm configuration in proxy.conf that is "accthost = authhost = > " in realm element.I tried with different values of retry_coun

"retry_count" and "retry_delay" configuration in "proxy.conf"

2012-09-22 Thread Arka Sharma
mote server as dead.Actually I have configured an unreachable ip in proxy.conf.Now I was doing hit and trial by changing the parameter values but no such changes I found in radius debug log.I have old style realm configuration in proxy.conf that is "accthost = authhost = " in realm element.I t

Re: Postpaid configuration for all

2012-08-28 Thread Alan DeKok
Murat K wrote: > The gsm operator we are working with has their ggsn updated. Now they are > requesting charging data postpaid in accept reply which is same for all. I > know we can set sn_rulebase=postpaid in users file but firewall is also using > it and it is risky to do it. Is there another

Re: Postpaid configuration for all

2012-08-28 Thread Fajar A. Nugraha
On Tue, Aug 28, 2012 at 2:02 PM, Murat K wrote: > The gsm operator we are working with has their ggsn updated. Now they are > requesting charging data postpaid in accept reply which is same for all. You need to understand basic concepts of radius. If you're asking "what's the difference between

Re: Postpaid configuration for all

2012-08-28 Thread Murat K
The gsm operator we are working with has their ggsn updated. Now they are requesting charging data postpaid in accept reply which is same for all. I know we can set sn_rulebase=postpaid in users file but firewall is also using it and it is risky to do it. Is there another way to do it? They do n

Re: Postpaid configuration for all

2012-08-27 Thread Fajar A. Nugraha
On Tue, Aug 28, 2012 at 1:20 PM, Murat K wrote: >> I have all my users postpaid. How can I configure freeradius that all of >> them are postpaid? Nothing > I heard there is a centralbase parameter that should be postpaid Ask whomever you heard it from, because it's not true. The simplest test

Re: Postpaid configuration for all

2012-08-27 Thread Alan DeKok
There is no pre-existing template for a postpaid configuration. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Postpaid configuration for all

2012-08-27 Thread Murat K
> Dear All, > > I have all my users postpaid. How can I configure freeradius that all of them > are postpaid? I heard there is a centralbase parameter that should be > postpaid but I could not find how to do it. > > Best regards, > Murat > > "May the Force be with you." > Han Solo (Star Wars)

Re: EAP-SIM configuration on v2.1.12

2012-07-13 Thread Mik J
Hello, I'm not an expert but it looked to me that the file the system cannot find is rlm_sim_files.so >/usr/local/etc/raddb/radiusd.conf[698]: Failed to link to module >'rlm_sim_files': ld.so.1: >radiusd: fatal: rlm_sim_files.so: open failed: No such file or directory Try to check with the co

EAP-SIM configuration on v2.1.12

2012-07-12 Thread Tony Phung
Hi experts, I am trying to configure eap-sim on and when I start the radiusd process I get the following error: --- Module: Linked to module rlm_eap Module: Instantiating module "eap" from file /usr/local/etc/raddb/eap.conf eap { default_eap_type = "sim" timer_expire = 60

Re: eap configuration

2012-04-16 Thread Alan DeKok
Christian Bösch wrote: > is it possible to define a separate eap config with each virtual server? Yes, but that's the wrong question. The EAP configuration is tied to the "eap" module. Virtual servers reference modules. So.. if you want multiple EAP configurations,

eap configuration

2012-04-16 Thread Christian Bösch
hi, is it possible to define a separate eap config with each virtual server? in detail: i want to do 802.1x on some ports with with ONLY tls certs and on other ONLY with user/password and ttls. but with one global eap.conf there always will be a fallback to the other eap method. is it possible t

Re: configuration overview

2012-04-04 Thread Alan DeKok
Alan Batie wrote: > I've been using freeradius for quite a while now, but never really > grokked the config file. There is lots of documentation that gives you > a narrow peep hole into the specific section it's concerned with and how > to do common basic things, but there's nothing I've found tha

configuration overview

2012-04-03 Thread Alan Batie
I've been using freeradius for quite a while now, but never really grokked the config file. There is lots of documentation that gives you a narrow peep hole into the specific section it's concerned with and how to do common basic things, but there's nothing I've found that really talks about the s

Re: DHCP configuration WARNING

2012-03-29 Thread Fajar A. Nugraha
On Thu, Mar 29, 2012 at 4:29 PM, Peter Balsianok wrote: > Hi, > > I try to use the DHCP virtual server. I`m using DEFAULT configuration. > After start of the Freeradius/DHCP server, i can see WARNING message in the > dhcp section. > Is it correct ? Yes :) http://p

DHCP configuration WARNING

2012-03-29 Thread Peter Balsianok
Hi, I try to use the DHCP virtual server. I`m using DEFAULT configuration. After start of the Freeradius/DHCP server, i can see WARNING message in the dhcp section. Is it correct ? radiusd -X ... server dhcp { # from file /usr/local/etc/raddb/sites-enabled/dhcp modules { } # modules

Re: Please update your configuration so that the "known good" clear text password is in Cleartext-Password, and not in User-Password

2012-02-21 Thread Alan DeKok
Yannick Barbeaux wrote: > I have read in the messages archive that I should > "replace in your configuration (either user file or database) all > occurrences of "User-Password" with "Cleartext-Password"." *AND* change == to := > Yet in my DB,

Please update your configuration so that the "known good" clear text password is in Cleartext-Password, and not in User-Password

2012-02-21 Thread Yannick Barbeaux
ing messages, I see the following (famous) message: !!! !!!Replacing User-Password in config items with Cleartext-Password. !!! !!! !!! Please update your configuration so that the "known good" !!! !!! clear text

Re[6]: configuration freeradius for no simultaneous use

2011-12-02 Thread tolik_shavlov...@mail.ru
.html -- If you reply to this email, your message will be added to the discussion below: http://freeradius.1045715.n5.nabble.com/configuration-freeradius-for-no-simultaneous-use-tp5040887p5041277.html To unsubscr

Re: configuration freeradius for no simultaneous use

2011-12-02 Thread Alan DeKok
Толик Шавловский wrote: > So, i indicated nastype = cisco > > will freeradius connect to nas in this case? Only if the server receives accounting packets, AND a user session is still open, AND that user tries to log in a second time from a different location. Alan DeKok. - List info/subscrib

Re[7]: configuration freeradius for no simultaneous use

2011-12-02 Thread Толик Шавловский
Hi again, as i found naslist and naspass are old configuration files, now their functionality is used in clients.conf file. So, i indicated nastype = cisco will freeradius connect to nas in this case? 02 декабря 2011, 14:39 от "tolik_shavlov...@mail.ru" : Hi, accord

Re[6]: configuration freeradius for no simultaneous use

2011-12-02 Thread tolik_shavlov...@mail.ru
u read the doc? Or the reply I sent earlier? >> >> It requires MORE than just that. >> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ------ If you reply to this email, you

Re: Re[4]: configuration freeradius for no simultaneous use

2011-12-02 Thread Fajar A. Nugraha
2011/12/2 Толик Шавловский : > Dear Alan, I assume you want help from anyone, not just Alan, so I'll add some comments here. > > i am not good acquainted with freeradius. So, from doc/Simultaneous-use i > understood that freeradius requres script, which will connect to NAS and > check user sess

Re[4]: configuration freeradius for no simultaneous use

2011-12-02 Thread Толик Шавловский
Dear Alan, i am not good acquainted with freeradius. So, from doc/Simultaneous-use i understood that freeradius requres script, which will connect to NAS and check user session. Am i right? 02 декабря 2011, 12:43 от "Fajar A. Nugraha" : > On Fri, Dec 2, 2011 at 3:37 PM, tolik_shavlov...@mail.

Re: Re[2]: configuration freeradius for no simultaneous use

2011-12-02 Thread Fajar A. Nugraha
On Fri, Dec 2, 2011 at 3:37 PM, tolik_shavlov...@mail.ru wrote: > Dear Alan, > > i added  Simultaneous-Use = 1 to user profile in users file. Did you read the doc? Or the reply I sent earlier? It requires MORE than just that. -- FAN - List info/subscribe/unsubscribe? See http://www.freeradius

Re[2]: configuration freeradius for no simultaneous use

2011-12-02 Thread tolik_shavlov...@mail.ru
Dear Alan, i added  Simultaneous-Use = 1 to user profile in users file. 02 декабря 2011, 11:49 от "Alan DeKok-2 [via FreeRadius]" : [hidden email] wrote: > i need your help in configuration freeradius for no simultaneous use.   doc/Simultaneous-Use  See also the Wiki

Re: configuration freeradius for no simultaneous use

2011-12-01 Thread Alan DeKok
tolik_shavlov...@mail.ru wrote: > i need your help in configuration freeradius for no simultaneous use. doc/Simultaneous-Use See also the Wiki. Have you read that documentation and followed the instructions there? Alan DeKok. - List info/subscribe/unsubscribe? See h

Re: configuration freeradius for no simultaneous use

2011-12-01 Thread Fajar A. Nugraha
On Fri, Dec 2, 2011 at 2:31 PM, tolik_shavlov...@mail.ru wrote: > Hi, > > i need your help in configuration freeradius for no simultaneous use. simultanouse use limit is somewhat ... awkward. > So, i need one active user per login/password. > > I configured user as follow: &

configuration freeradius for no simultaneous use

2011-12-01 Thread tolik_shavlov...@mail.ru
Hi, i need your help in configuration freeradius for no simultaneous use. So, i need one active user per login/password. I configured user as follow: te...@wimax.com Cleartext-Password := "test" Framed-Filter-Id = "SP=data:MSF=data;", Simultaneous-Use

Re: Problems with my radrelay configuration?

2011-10-19 Thread tonimanel
easy. Thanks again. Maybe, I will need to write to ask about some problem. I will hope your help. Can you close this thread? Maybe not... because it's open forever. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p49

Re: Problems with my radrelay configuration?

2011-10-17 Thread tonimanel
I am going to begin with a original configuration files, with basic functionality and I'm going to work to get write accounting records in detail file. Regards, -- View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p4909812

Re: Problems with my radrelay configuration?

2011-10-17 Thread Fajar A. Nugraha
On Mon, Oct 17, 2011 at 6:42 PM, tonimanel wrote: > Thank you for your answer. I am going to follow this guide. I think that > there are some points that maybe it isn't necessary for the objective. > > I can tell you that: > 1.- I thought that the achieve of this configura

Re: Problems with my radrelay configuration?

2011-10-17 Thread tonimanel
Thank you for your answer. I am going to follow this guide. I think that there are some points that maybe it isn't necessary for the objective. I can tell you that: 1.- I thought that the achieve of this configuration was to have two services with authentication and accounting data synchro

Re: Problems with my radrelay configuration?

2011-10-17 Thread Fajar A. Nugraha
On Mon, Oct 17, 2011 at 2:50 PM, tonimanel wrote: > Any body can help me? Please!! I need to get a good configuration! Step back for a moment. You want to run when you can't even walk. Try answering these questions: (1) Do you REALLY understand what this configuration will achieve? O

Re: Problems with my radrelay configuration?

2011-10-17 Thread tonimanel
Any body can help me? Please!! I need to get a good configuration! Thanks! -- View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p4909025.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info

Re: Problems with my radrelay configuration?

2011-10-14 Thread tonimanel
PURPOSE. You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License v2. Starting - reading configuration files ... including configuration file /etc/freeradius/radiusd.conf including configuration file /etc/freeradius/proxy.conf including configuration file /etc

Re: Problems with my radrelay configuration?

2011-10-14 Thread tonimanel
Hi, Yes I have written more. I have modified proxy.conf file with home_servers configuration. This is its content: proxy server { default_fallback = no } home_server radiusa { type = auth+acct ipaddr = 192.168.1.129 port = 1812 secret

Re: Problems with my radrelay configuration?

2011-10-13 Thread Alan Buxey
Hi, > I remember that this problem indicates that I should to define something in > modules (radiusd.conf). I think that I have done it and the result is the > same. > > Inside of modules directive I have written this: > detail detail-relay{ > } I hope you've written more than that in th

Re: Problems with my radrelay configuration?

2011-10-13 Thread tonimanel
I think that I have a mistake. In proxy.conf file I have defined home_server's, Have I to remove it from radrelay.conf? I should to start the configuration with files without modifications, but to do this I should to know very well what files I have to modify. What suggest me to do? --

Re: Problems with my radrelay configuration?

2011-10-13 Thread tonimanel
of the GNU General Public License v2. Starting - reading configuration files ... including configuration file /etc/freeradius/radiusd.conf including configuration file /etc/freeradius/proxy.conf including configuration file /etc/freeradius/clients.conf including files in directory /etc/freeradi

Re: Problems with my radrelay configuration?

2011-10-13 Thread tonimanel
Do you know if I must to configure two servers or only one is necessary? Thanks again. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p4899608.html Sent from the FreeRadius - User mailing list archive at Nabble.com

Re: Problems with my radrelay configuration?

2011-10-13 Thread Alan DeKok
mode say? Have you checked that the main server is writing to the same file that radrelay is reading? The default configuration *should* work, with minimal changes. Just take the default configuration, and change raddb/modules/detail: detailfile = ${radacctdir}/detail That is the

Re: Problems with my radrelay configuration?

2011-10-13 Thread Alan DeKok
tonimanel wrote: > Thanks for your answer Alan. > > I haver in modules directory radrelay-detail file with this code: There was an example posted here earlier. Use it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problems with my radrelay configuration?

2011-10-13 Thread Alan Buxey
Hi, > Ok, the service running ok. The authentication and accounting it's ok only in > one server, in the other server not appears nothing about accounting, so the > synchronization not function correct. can the servers talk to each other? your config has port 1812 ...is that meant to be? alan

Re: Problems with my radrelay configuration?

2011-10-13 Thread tonimanel
{ Proxy-To-Realm := "radrelay" } } accounting { # sql } Do you see any thing wrong? Thanks and regards. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p4898878.html Sent f

Re: Problems with my radrelay configuration?

2011-10-13 Thread tonimanel
I need anything else to get this. After I will write the news. Thanks nad regards! -- View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p4898858.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List

Re: Problems with my radrelay configuration?

2011-10-13 Thread Alan Buxey
Hi, > Yes, I have copied detail file with radrelay-detail name. This is wrong? So, > how I have to define this module? I thought that this was enough. freeradius doesnt care about the NAME of the file. it cares about the instance name configured in the file eg file = mschap mschap { } file =

Re: Problems with my radrelay configuration?

2011-10-13 Thread tonimanel
-radrelay-configuration-tp4876089p4898589.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

  1   2   3   4   5   6   7   8   9   10   >