Hi everyone,

I am working with rsyslog 8.16.0 and  freeradius (ubuntu16.04 server) to
get logs from users connected to eduroam network (wifi network using
freeradius server).

In the old versions rsyslog, I usually got logs from user authenticated,
only writing these lines in /etc/rsyslog.comf:
...
$ModLoad imudp
$UDPServerRun 514

local1.=notice  /root/radius-notice.log
...
Each log was written in radius-notice.log automatically.

However, now I am testing to do the same with the rsyslog last version
(8.16) and I dont get to send my logs to this same specific file
(radius-notice.log).

...
module(load="imudp")
input(type="imudp" port="514")
local1.=notice  /root/radius-notice.log
...

The file radius-notice.log does not show any logs.

I run wireshark from another terminal and i am able to see packets comming
from rsyslog. Could you help me to know what is going on with my logs plz?

Thanks in advance,

-- 
Saludos Cordiales
Javier
Fingerprint: 7AF8 4E03 66C2 2663 3A77  7067 6B5A D8F9 EE91 47BE
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to