Has anyone been able to tell how many Maximum NAS units Radiator can deal
with at a time? I can get radiator to run fine with up to 7-8 units, but if
I go over that, it tends to stall.  ps -aux shows the restart wrapper is
running, and one radiusd process, but there is apparently no activity beyond
that. Log files stop and radius client timeouts abound, but the OS still
repsonds.  If I kill the radiusd process, and manually restart it, it goes
fine for a bit (about 15 minutes) then stalls again. I'm using Unix radiator
on a BSDI 4.0.1 machine, AMD400 CPU and 128M RAM, 2 ethernet cards, (Plat
and one of the 2 cards are behind our firewall) Platypus authentication. and
DBD:FreeTDS v0.02

Radius.cfg looks like this:
____________________________________________________________________

BindAddress             209.84.160.22
Foreground
LogDir                  /var/log/radius
DbDir                   /etc/raddb
LogFile                 /var/log/radius/radius.log
DictionaryFile          /etc/raddb/dictionary.all

# You will probably want to change this to suit your site.
<Client DEFAULT>
        Secret  {removed for security reasons}
        DupInterval 0
</Client>

<SNMPAgent>
        Community {removed for security reasons}
        BindAddress 209.84.160.22
</SNMPAgent>

<Log SYSLOG>
Facility local5
Trace 4
</Log SYSLOG>

<SessionDatabase SQL>
        Identifier SDB1
        DBSource
dbi:FreeTDS:database={removed};host={removed};port={removed}
        DBUsername      {removed for security reasons}
        DBAuth  {removed for security reasons}
</SessionDatabase SQL>

RewriteUsername s/^P//
RewriteUsername s/^([^@]+).*/$1/
RewriteUsername tr/A-Z/a-z/

<Realm DEFAULT>
      PasswordLogFileName /var/log/radius/passwd.log
      AcctLogFileName         /var/log/radius/detail
        AuthByPolicy ContinueWhileAccept

        <AuthBy FILE>
                Filename /etc/raddb/users
                AcceptIfMissing
        </AuthBy>

        <AuthBy PLATYPUS>
                # Change DBSource, DBUsername, DBAuth for your database
                # See the reference manual
            DBSource
dbi:FreeTDS:database={removed};host={removed};port={removed}
                DBUsername      {removed for security reasons}
                DBAuth  {removed for security reasons}
        </AuthBy>

        <AuthBy RADIUS>
                Host 209.84.160.63
                        Secret {removed for security reasons}
                        Retries 10
                        RetryTimeout 15
        </AuthBy>
</Realm>
____________________________________________________________________


Kurt Richter
System Administrator
FWI Holdings, Inc.



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to