Multiple FR Server and NAS
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. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Multiple-FR-Server-and-NAS-tp4384579... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Dear All ,,, i also ask ,,, If anyone have similar experience ,,, My scenario should be like this user x ---> (LAC) --> NAS1 (POP 1) --> NAS2 (POP2 ) 1- How i Can achieve Freeradius redundancy over multiple pop locations 2- i need user x to allways connect to just NAS2 Note : My NAS (Cisco LNS : ASR 10k router) Thanks in advance ,,, On Tue, May 10, 2011 at 5:14 PM, googerdi <googerdi@gmail.com> 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.
-- View this message in context: http://freeradius.1045715.n5.nabble.com/Multiple-FR-Server-and-NAS-tp4384579... Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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.
participants (3)
-
googerdi -
Phil Mayers -
Student University