On 04/12/2011 07:25 PM, Carter, Ronald wrote:
> My company is running Radiator on a Windows Platform. I would like to
> export the Radiator logs to and external Syslog server. According to the
> manual this can be done with the <Log Syslog> command, but this only
> works on a Unix platform. Has anyone or does anyone know of a way that I
> can export the logs when using on a Windows platform. What I am really
> interested in logging and exporting are the results of authentication
> attempts, e.g.; request, failure, success, etc

Try this:

1) Install syslog module

ppm install Sys::Syslog


2) Configure Radiator like this

<Log SYSLOG>
  LogHost ip.addr.of.remotehost
  LogSock inet
</Log>

This should work with Windows and the logs should be sent to the remote
host port 514 UDP.

For authentication log you should configure
<AuthLog SYSLOG> with respective settings as above and the AuthLog
specific settings you require.

> Any help that you can provide will be greatly appreciated. 

I hope the above helps. Please let me and this list know how it works.

Best regards,
Heikki


-- 
Heikki Vatiainen <h...@open.com.au>

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
NetWare etc.
_______________________________________________
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to