Angel L. Mateo wrote: > Now I want to create another virtual server using this DEFAULT > realm, but proxying requests to another radius server.
Realms are global. You cannot have two DEFAULT realms. > Is there any way to do this? Maybe modifying some attribute in the > request with an entry in the user's file? You can force proxying via an entry in the "users" file: bob Proxy-To-Realm := "realm" The Proxy-To-Realm attribute causes the "realms" module to ignore the normal realms. The packet is proxied to the realm you name. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

