this is the server actual ip ----- Original Message ----- From: "Bill Nash" <billn@billn.net> To: <syslog-ng@lists.balabit.hu> Sent: Tuesday, May 10, 2005 7:20 PM Subject: Re: [syslog-ng]Pix problem
On Tue, 10 May 2005, Damien Michau wrote:
Hi All ! I have some probleme ta log my pix's log into my syslog-ng server . i have mounted a Syslog-ng server to store my pix's log . But there is nothing in my pix.log i'have put this lines in my syslog-ng.conf
source pix { udp(ip(10.60.10.111) port());}; destination pix { file("/var/log/pix.log"); }; log { source(pix);destination(pix); };
Your source declaration shouldn't be the IP of your pix, it should be the IP on your syslog server you wish your udp socket to listen on. In most cases, this should just be 0.0.0.0 or your servers actual IP.
- billn _______________________________________________ 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