i have scan the port of the computer but not open. and when pix is sending the log he send it on different port on udp ----- Original Message ----- From: "Jerry Bell" <jbell@stelesys.com> To: <syslog-ng@lists.balabit.hu> Cc: <syslog-ng@lists.balabit.hu> Sent: Tuesday, May 10, 2005 9:23 PM Subject: Re: [syslog-ng]Pix problem 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
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html