[syslog-ng]Pix problem
Jerry Bell
jbell at stelesys.com
Tue May 10 21:23:36 CEST 2005
Can you verify that syslog-ng is listening on udp 514?
Jerry
http://www.syslog.org
> Thx but don't work
>
> on my pix there is
> logging facility 21
>
> and i have put on my syslog-ng
>
> source network { udp();tcp();};
> destination pixlog {file("/var/log/pix.log");};
> filter f_pix { facility(local5); };
> log {source(network);filter(f_pix);destination(pixlog);};
>
>
> when i listen my network i see some packets on the network put my pix.log
> il
> always empty
More information about the syslog-ng
mailing list