[syslog-ng]Pix problem

Damien Michau syslog-ng@lists.balabit.hu
Tue May 10 16:12:56 CEST 2005


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
----- Original Message ----- 
From: "Ben Whittaker" <ben_whittaker@yahoo.com>
To: <syslog-ng@lists.balabit.hu>
Sent: Tuesday, May 10, 2005 4:45 PM
Subject: Re: [syslog-ng]Pix problem


> 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/
> _______________________________________________
> 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
>
> 





More information about the syslog-ng mailing list