Arran Cudbard-Bell wrote:
Though using todays CVS (head revision for radiusd, checked out about 3 hours) , I still get Unknown type "client_balance".
Hmm.. I'll check the code && get back to you.
Also it doesn't let me put multiple servers in a server pool, and dies on runtime with
/usr/local/freeradius-cvs060407/etc/raddb/radiusd.conf[147]: Ignoring duplicate home server jrs1_auth.
That's not nice. I'll check that out, too.
If many home servers are intended to be identical, it may be worth referencing the configuration from one to another, maybe via some kind of template. That would make it just as flexible, but less typing. Revised JRS 2 janet_servers { server0 = roaming0.ja.net server1 = roaming1.ja.net server2 = roaming2.ja.net secret = theirkey ... home_server jrs0_auth { hostname = ${janet_servers.server0} $INCLUDE ${confdir}/jrs.auth.conf }
That's an interesting way of doing templates. I think I'll add similar examples to proxy.conf. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog