[syslog-ng]Pix problem
Bill Nash
billn at billn.net
Tue May 10 19:20:01 CEST 2005
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
More information about the syslog-ng
mailing list