10 May
2005
10 May
'05
8:23 p.m.
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