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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to