Re: white list for nas-ipaddress

2009-07-29 Thread Miguel Miranda
Hi, i cheked the debug and the file is correct: Module: Instantiating files files { usersfile = /etc/freeradius/users acctusersfile = /etc/freeradius/acct_users preproxy_usersfile = /etc/freeradius/preproxy_users compat = no } And i tried without Fall-Through

white list for nas-ipaddress

2009-07-28 Thread Miguel Miranda
Hi, i want to accept all request coming from a specific nas-ip-assdress , i used to configure like this (in users file): DEFAULT NAS-IP-Address == 192.168.150.25, Auth-Type := Accept Fall-Through = Yes The above settings are not working now, this is the debug of a transaction:

Re: white list for nas-ipaddress

2009-07-28 Thread Dimitrios Giannakopoulos
The problem is that the sql module returns reject you can remove the sql from authorization On Tue, Jul 28, 2009 at 8:53 PM, Miguel Mirandamiguel.miran...@gmail.com wrote: Hi, i want to accept all request coming from a specific nas-ip-assdress , i used to configure like this (in users file):

Re: white list for nas-ipaddress

2009-07-28 Thread Miguel Miranda
Well, that is not the only one nas i have , the sql module is requiered for several other nas and hotspots users... On Tue, Jul 28, 2009 at 12:25 PM, Dimitrios Giannakopoulos d.gianna...@gmail.com wrote: The problem is that the sql module returns reject you can remove the sql from

Re: white list for nas-ipaddress

2009-07-28 Thread Dimitrios Giannakopoulos
Hi Miranda I use the same users file and authorization configuration (with sql) and it is work fine. On Tue, Jul 28, 2009 at 9:28 PM, Miguel Mirandamiguel.miran...@gmail.com wrote: Well, that is not the only one nas i have , the sql module is requiered for several other nas and hotspots

Re: white list for nas-ipaddress

2009-07-28 Thread Miguel Miranda
Me too, but my questions is about the nas-ip-address entry that i posted as example, acording to the docs, all users should be accepted, no matter what user/pass combitantion they are using. and in my case freeradius rejects the access On Tue, Jul 28, 2009 at 1:19 PM, Dimitrios Giannakopoulos

Re: white list for nas-ipaddress

2009-07-28 Thread Ivan Kalik
Hi, i want to accept all request coming from a specific nas-ip-assdress , i used to configure like this (in users file): DEFAULT NAS-IP-Address == 192.168.150.25, Auth-Type := Accept Fall-Through = Yes The above settings are not working now, this is the debug of a

Re: white list for nas-ipaddress

2009-07-28 Thread Nelson Vale
Have you tried it with *Fall-Through = No or without **Fall-Through*? http://freeradius.org/radiusd/man/users.html 2009/7/28 Miguel Miranda miguel.miran...@gmail.com Me too, but my questions is about the nas-ip-address entry that i posted as example, acording to the docs, all users should be

Re: white list for nas-ipaddress

2009-07-28 Thread Alan Buxey
Hi, DEFAULT NAS-IP-Address == 192.168.150.25, Auth-Type := Accept Fall-Through = Yes fall-through = yes this means that the next modules will be hit (eg sql!) if you want to accept then Fall-Through = No alan - List info/subscribe/unsubscribe? See