Hello Enrique,
Im not quite sure what you are asking.
If you are wondering, can your NAS send accounting to one server and
authentication to a different one: it depends ion the type of NAS that you
have.
If you wonder whether Radiator forwards accounting as well as authetication
when you use AuthBy RADIUS: yes, it sends both unless you have specified
NoForwardAuthentication or NoForwardAccounting in your AuthBy RADIUS clause
If you wonder whether you can forward accounting for a realm to one server but
authentication for the same realm to a different server: yes, you just have to
set up 2 AuthBy RADIUS clauses, one with NoForwardAuthentication and one with
NoForwardAccounting:
<Realm whatever>
# This sends accounting to yyy
<AuthBy RADIUS>
Host yyy
Secret yyy
NoForwardAuthentication
</AuthBy>
# This sends auth to xxx
<AuthBy RADIUS>
Host xxx
Secret xx
NoForwardAccounting
</AuthBy>
</Realm>
Hope that helps.
Cheers.
On May 28, 6:09pm, Enrique Vadillo wrote:
> Subject: (RADIATOR) Separate accounting?
> Hi,
>
> I use many handlers to forward authentication to different radius servers,
> i have this in my config file:
>
> <Handler User-Name=/\@somedomain\.com/>
> <AuthBy RADIUS>
> Host X.X.X.X
> Secret *****
> </AuthBy>
> </Handler>
>
> <Handler User-Name=/\@publicdomain\.com/>
> <AuthBy RADIUS>
> Host Z.Z.Z.Z
> Secret *****
> </AuthBy>
> </Handler>
>
> Is it possible to specify in one NAS that acounting should go to my
> radiator server IP and can radiator forward accounting accordingly?
>
> I would like to send accounting for @somedomain.com to server X.X.X.X
> and accounting for @publicdomain.com Z.Z.Z.Z ?
>
> Thanks a big warm bunch!
>
> Enrique-
> --
> ----------------------------------------------
> RCP - Internet Peru Tel: +51 1 422-4848
> Dpto de Operaciones Fax: +51 1 421-8086
> ----------------------------------------------
>
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Enrique Vadillo
--
Mike McCauley [EMAIL PROTECTED]
Open System Consultants Pty. Ltd Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia http://www.open.com.au
Phone +61 3 9598-0985 Fax +61 3 9598-0955
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.