Title: ok lemmie try this again...

Ok, I dont' think I made the proper ajustments last night.  Here are the files, as they are used this time.  Again, the simple.cfg is used to auth proxyed auth requests from a radiator using the proxy_file.cfg configuration file.  The primary radius, running the simpe.cfg config, doesn't even log teh requests from proxy.  Is it my configuration, or did I think about this the wrong way?

###########<simple.cfg>################
Foreground
LogStdout
LogDir          .
DbDir           .

<Client DEFAULT>
        Secret mysecret 
        DupInterval 0
</Client>

<Realm DEFAULT>
        <AuthBy FILE>
                Filename ./users
        </AuthBy>
        # Log accounting to the detail file in LogDir
        AcctLogFileName ./detail
</Realm>

###########<proxy_file.cfg>###########
Foreground
LogStdout
LogDir          .
DbDir           .

<Client 10.0.0.100>
        Secret mysecret
        DupInterval 0
</Client>
<Client 127.0.0.1>
        Secret mysecret
        DupInterval 0
</Client>

<Handler Realm=DEFAULT>
        AcctLogFileName ./detail
        <AuthBy RADIUS>
                Identifier Radius
                Host            10.0.0.100
                  Secret          mysecret
                Host            127.0.0.1
                  Secret          mysecret
                AuthPort        1812
                AcctPort        1813
                Retries         3
                RetryTimeout    5
        </AuthBy>
</Handler>

Blake Golliher
Network Engineer
Flashcom, Inc.
Tel. 877-352-7426 ex 2599
DID. 714-799-2599
SCSI is not voodoo. There are perfectly good *technical reasons* as to why occasionally you need to sacrifice a goat to your SCSI chain.

--Barry DeZonia
 

Reply via email to