[syslog-ng]Pix problem
Ben Whittaker
syslog-ng@lists.balabit.hu
Tue May 10 15:45:16 CEST 2005
This is from my config.
# PIX
# source network { udp () ; tcp (); };
log{source(net);filter(f_pix);destination(pixlog);};
destination pixlog { file("/var/log/pix.log"); };
filter f_pix { facility(local4); };
And on my PIX
logging on
logging timestamp
logging buffered notifications
logging trap notifications
logging queue 1024
logging host inside 10.x.x.x
no logging message 106001
no logging message 106023
--- Damien Michau <d.michau@ag.com> 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); };
>
>
> Have you one idea ?
>
> Thx
>
> Damien Michau
> Paris
Discover Yahoo!
Use Yahoo! to plan a weekend, have fun online and more. Check it out!
http://discover.yahoo.com/
More information about the syslog-ng
mailing list