Hi,


With my radiator proxy, I would like to send authentification to one
server and accounting to another one.

In the standard case,  I have :

<AuthBy RADIUS>
        Identifier xyz
        Host radius.xx.com
        AuthPort 1812
        AcctPort 1813
        Secret xxx
</AuthBy>

and

<Handler Realm=xx.com>
        AuthBy xyz
</Handler>


Want can I do to forward Auth to one server and Acct to another ?
What are the different possibilities ?


May I do something like :


<AuthBy RADIUS>
        Identifier X
        Host radius.xx.com
        AuthPort 1812
        NoForwardAccounting
        Secret xxx
        <AuthBy RADIUS>
                Host log.xx.com
                AcctPort 1813
                NoForwardAuthentication
                Secret yyy
        </AuthBy>
</AuthBy>


I thought about doing a redir between Auth server port 1813 to Acct
server port 1813, but I think it's not a good idea.


Thank a lot for your help !


Fred.

-- 
Frederic GARGULA
Ingenieur Reseaux & Systemes
EASYNET France
Tel.: +33 1 44 54 70 00

===
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