RE: Best Config

2009-01-26 Thread Santiago Balaguer García
If you have these figures, yours database has to be GOOD DB server and a GOOD machine.> To: freeradius-users@lists.freeradius.org> Subject: Re: Best Config> Date: Sat, 24 Jan 2009 11:08:53 +0100> From: t...@kalik.net> > > >From experience, what would be the best

Re: Best Config

2009-01-24 Thread tnt
> From experience, what would be the best server configuration for >200,000 users with 75,000 concurrent users throttling 50,000 >connections per second (with 1 NAS Client) in terms of: > Your network usage numbers look very wrong. 200,000 users are highly unlikely to use 75,000 concurrent connect

Re: Best Config

2009-01-23 Thread Alexandre Chapellon
I am at the moment experiencing problem of load with mysql as acct DB (query failure during database backup of massive radius ticket injection) for a setup of 15000 concurrent users so I would recommend its use! Le 23.01.2009 17:54, tech.subscripti...@shepherdhill.biz a écrit : > Hi, > > From expe

Re: Best config practices?

2008-08-11 Thread sphaero
Oh forgot to tell to add the custom configs to radiusd.conf. So these custom file should be - near the ldap section - in the authorize {} section - in the authenticate {} section respectively :/etc/raddb # grep -n custom- radiusd.conf 720:$INCLUDE ${confdir}/custom-mods.conf 1856:$INCLUDE ${confd

Re: Best config practices?

2008-08-11 Thread sphaero
Ok, To finalise for the archive: In the freeradius config directory I create the following 3 files: custom-mods.conf, custom-autz.conf, custom-auth.conf custommods.conf: ldap bla1 { server = "10.48.65.1" port = 636 basedn = "o=bla1" filter = "(cn=%{Stripped-User-N

Re: Best config practices?

2008-08-11 Thread sphaero
Stefan Winter-4 wrote: > > > Well, if you have LOCAL for *every* realm, my suggestion would be not > not call any realm module at all. Then the proxy.conf file is ignored > and you can leave it untouched. > > Then, obviously using Realm == test.com in the users file should be > replaced. Y

Re: Best config practices?

2008-08-11 Thread Stefan Winter
realm test.com { type= radius authhost= LOCAL accthost= LOCAL } Finally I need to add the realms to users file DEFAULT Realm == "test.com", Autz-Type := test.com (Auth-Type should be figured out by freeradius) Is this the best way to setup

Re: Best config practices?

2008-08-11 Thread Alan DeKok
sphaero wrote: > I was thinking to start adding a few custom files to include in the default > config. > > $raddb/custom_mods.conf : the custom ldap and sql module definitions > $raddb/custom_auth.conf : custom authentication entries > $raddb/custom_autz.conf : custom authorization entries In 2