(RADIATOR) Logging question

Hugh Irvine hugh at open.com.au
Mon Oct 22 18:22:35 CDT 2001


Hello Steve -

On Tuesday 23 October 2001 05:12, Stephen Caporossi wrote:
> I am trying to setup radiator to log our VPN users to a different file
> than PPP users.  We have several PPP and VPN servers and I do not want
> each to log to it's own file.  Is there a way to do this?  Is there some
> method of putting a name/variable, such as PPP or VPN in the client
> clause that logging can key on?
>

Do something like this:

# define DbDir

DbDir /var/log/radius

# define log file using %{Client:Identifier} and date
# NB - you can arrange this to suit

LogFile %D/%{Client:Identifier}/logfile-%Y-%m-%d

# define Client clauses

<Client n.n.n.n>
	Identifier PPP
	.....
</Client>

<Client m.m.m.m>
	Identifier VPN
	.....
</Client>

.....


Have a look at section 6.2 in the Radiator 2.18.4 reference manual.

regards

Hugh


-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list