Dear
i have Centos 5.4 installed as DNS server and i installed and configure csf and enable the SYSLOG = "1"
but it didnot get any logs to my syslog ( splunk server )
port 514 udp out is open
syslog.conf is set to
*.alert @x.x.x.x
*.emerg @x.x.x.x
ldf.* @x.x.x.x
*.ldf @x.x.x.x
*.auth @x.x.x.x
may be the problem is in the syslog.conf ( i have to add somthing for ldf i dont know about ) , may be it is something related to Perl module Sys::Syslog , i don't know how to install this using yum .
what about rsyslog it is enhanced syslog so it is will solve the problem . Thanks
CSF to Syslog
-
- Junior Member
- Posts: 2
- Joined: 09 Feb 2011, 22:34
- Contact:
Re: CSF to Syslog
cpan -i Sys::Syslog
or
yum install perl-Sys-Syslog
or
yum install perl-Sys-Syslog