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 [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to