Reals Based Upon Port

Brian Carpio bcarpio at broadhop.com
Fri Dec 17 22:15:33 CET 2010


Thanks this is working perfectly now!

-----Original Message-----
From: freeradius-users-bounces+bcarpio=broadhop.com at lists.freeradius.org [mailto:freeradius-users-bounces+bcarpio=broadhop.com at lists.freeradius.org] On Behalf Of Alan DeKok
Sent: Friday, December 17, 2010 1:32 PM
To: FreeRadius users mailing list
Subject: Re: Reals Based Upon Port

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





More information about the Freeradius-Users mailing list