help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Help-gnu-radius] Proxying


From: Azzopardi Konrad
Subject: RE: [Help-gnu-radius] Proxying
Date: Tue, 30 Sep 2003 16:23:43 +0200

Thanks I will wait and decide :)

-----Original Message-----
From: Gerald [mailto:address@hidden 
Sent: Tuesday, September 30, 2003 4:22 PM
To: Azzopardi Konrad
Cc: address@hidden
Subject: Re: [Help-gnu-radius] Proxying


On Tue, 30 Sep 2003, Azzopardi Konrad wrote:

> I want to implement proxying only for accounting. I have radius 1.1. 
> Is it possible ? If yes how ?

One way to do it is have 2 instances of radius running. I've done
something similar for accounting redundancy on my radius servers.

Rad1 uses 1645 & 1646 and does auth/acct for normal users.
Rad2 uses 1812 & 1813 and does auth/acct for realm users.

Then point the realms file to the correct ports for the proxy accounts.

realms Ex:
# Realm                 Remote server[:auth-port:acct-port]  flags
#----------------       ---------------------           --------
proxyme.com             LOCAL:1645:1813                 strip

I set this up by creating a subdirectory in raddb called
accounting_configs and making a copy of all of the config files. The
startup script needed to launch the second one so I added:

/usr/local/sbin/radiusd -d /usr/local/etc/raddb/accounting_configs \ -P
/dev/null -y && echo -n ' radiusd-accounting'

There's probably 3 or 4 ways to do what you are trying to do though.

HTH,

Gerald

- How are ya? Never been better, ... Just once I'd like to be better.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]