Brian Carpio wrote:
> Thanks for your help Alan, but I think I am not giving you the right 
> information.. (that or I don't understand the README)
> 
> So we are using freeradius for proxying requests to different backend servers 
> only (basically using freeradius as a load balancer), we aren't using it to 
> actually authenticate users at all, when we simply wanted to listen on 1812 
> and 1813 and proxy to multiple home_servers on 1812 and 1813 everything works 
> fine

  So set "Proxy-To-Realm" manually.  The "virtual server" sections need
to be little more than:

server x {
        listen {
                type = ...
                ipaddr = ...
        }

        authorize {
                update control {
                   Proxy-To-Realm := 'x"
                }
        }

        preacct {
                update control {
                   Proxy-To-Realm := 'x"
                }
        }
}

  Really.  That's *it*.  Fill in the "listen" config.  Define the
realms, and use the ~20 lines of text above.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to