MatsB
December 2nd, 2007, 12:28 PM
Hi,
For some reason I can't get any log information from my Cisco PIX to syslog-ng. Any ideas?
This is what I've added to /etc/syslog-ng/syslog-ng.conf. Everything els is unchanged.
--------------------------------------------------------------------
source network {
udp();
};
destination df_pix { file("/var/log/pix.log"); };
filter f_local4 { facility(local4); };
log {
source(network);
filter(f_local4);
destination(df_pix);
};
/var/log
-rw-r--r-- 1 root adm 0 2007-12-02 14:10 pix.log
Cisco PIX
----------------------------------------------------------------------
logging on
logging timestamp
logging monitor debugging
logging buffered debugging
logging host inside 192.168.0.103
logging facility 20 (deafult)
For some reason I can't get any log information from my Cisco PIX to syslog-ng. Any ideas?
This is what I've added to /etc/syslog-ng/syslog-ng.conf. Everything els is unchanged.
--------------------------------------------------------------------
source network {
udp();
};
destination df_pix { file("/var/log/pix.log"); };
filter f_local4 { facility(local4); };
log {
source(network);
filter(f_local4);
destination(df_pix);
};
/var/log
-rw-r--r-- 1 root adm 0 2007-12-02 14:10 pix.log
Cisco PIX
----------------------------------------------------------------------
logging on
logging timestamp
logging monitor debugging
logging buffered debugging
logging host inside 192.168.0.103
logging facility 20 (deafult)