Hi all, Thanks first of all to all the developers and supporters of this product; I'm new to it and I'm very impressed.
I'm having difficulties configuring proxy.conf to do what I want: - if a user is not found in my local freeRADIUS database (I'm using MySQL), then I want the request proxied to another freeRADIUS server My findings to date are: - if I specify a realm in the user name, then my request is automatically proxied, regardless of whether that user is in my database, unless I explicitly set that realm to use LOCAL - if I don't specify a realm, then my request is never proxied, even if the user is not found in my database Here are my proxy.conf settings: proxy server { synchronous = no retry_delay = 5 retry_count = 3 dead_time = 120 default_fallback = yes post_proxy_authorize = yes } realm NULL { type = radius authhost = <myIPandPort> accthost = <myIPandPort> secret = testing123 } realm DEFAULT { type = radius authhost = <myIPandPort> accthost = <myIPandPort> secret = testing123 } I have modified neither my users nor my hints files. Regards, Daniel - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html