"Thor Spruyt" <[EMAIL PROTECTED]> wrote: > I need to configure a proxy radius in the following setup: > - users with @realmA should always be proxied to server A > - users with @realmB should only be proxied to server B if Wispr-Location-Id > is either '1432' or '3456', otherwise they should be denied > - users with @realmC should only be proxied to server C if Wispr-Location-Id > is either '1432' or '6543', otherwise they should be denied > > Can anybody point me in the right direction for accomplishing this?
Set up the realms as normal, and verify that they work. Then, in the "users" file, catch @realmB with those values of Wispr-Location-Id (regex, probably), and set Auth-Type := Reject. Do the same thing for @realmC. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

