Multiple FR Server and NAS
Phil Mayers
p.mayers at imperial.ac.uk
Wed May 11 12:51:49 CEST 2011
On 10/05/11 15:14, googerdi wrote:
> Hi
>
> How can i configure FR if i have multiple FR Server and NAS. How can i tell
> for example a specific user is for specific NAS.
You perform a lookup, with the key as:
User-Name, NAS-IP-Address
There are a very large number of ways you could do this. For example, in
the /etc/raddb/users file:
userX NAS-IP-Address == 1.2.3.4
Fall-Through=No
userY NAS-IP-Address == 5.6.7.8
Fall-Through=No
# reject any combination not specifically permitted
DEFAULT Auth-Type := Reject
Or you can use rlm_passwd, SQL, LDAP, perl/python scripts, exec modules,
and so on.
More information about the Freeradius-Users
mailing list