17 Feb
2003
17 Feb
'03
11:07 a.m.
Hej, I've installed syslog-ng-1.4.17 on RedHat 8.0 everything works OK till I try to set it to get logs from other machines which are running RedHat 8.0 too but are using syslogd (and are logging remote) I am using this line(s) on the syslo-ng machine: source src { unix-stream("/dev/log"); internal(); }; source remote { tcp(ip("0.0.0.0") port(514) keep-alive(yes)); }; But it doesn't work! I don't want to use stunnel, what did I set wrong? Syslogd is getting the remote logs, why doesn't syslog-ng? Could anyone send me a conf file? Iulian Topliceanu