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

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

[Help-gnu-radius] Logging question


From: Dourty, Brian R. (IATS)
Subject: [Help-gnu-radius] Logging question
Date: Tue, 17 Dec 2002 13:18:08 -0600

We recently upgraded our radius boxes from a hacked up Merit Radius to
GNU Radius 0.96. The guy that set it up has since left and I need some
help working out a few bugs. What do I need to do to get radiusd to log
the framed-ip-address to the auth.notice facility? Currently a line in
/var/log/radius looks like this:

tail /var/log/radius
Dec 17 13:04:28 happy radiusd: Auth.notice: Login OK: [username]: CLID
unknown (from nas 128.206.xxx.yyy)

Before we moved to GNU Radius it looked like this:

tail /var/log/radius
Aug 31 00:01:11 128.206.12.134 radiusd[6923]: Accounting: 14/26
'username' via 128.206.xxx.yyy from 128.206.xxx.yyy port 24 $"0010B99E"
PPP/128.206.xxx.yyy Stop - OK -- total 0, holding 0

We have some log processing scripts that need the framed-ip-address to
be in this log.

The logging section of my config file looks like this:

logging {
        channel default {
                file "radius.log";
                print-category yes;
                print-level yes;
        };
        channel info {
                file "radius.info";
                print-pid yes;
        };
        channel debug {
                file "radius.debug";
        };
        category auth {
                level auth;
                print-auth yes;
                print-failed-pass yes;
                channel notice;
        };
        category info {
                channel info;
        };
        category =debug {
                channel debug;
        };
        category * {
                channel default;
        };
        channel notice {
                syslog auth.notice;
        };
        category notice {
                channel notice;
        };

};

Thanks,

Brian Dourty
IAT Services
University of Missouri



reply via email to

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