I want to logg all debbugging trafic to a linux pc (slackware) so i add this to our pix 515
"Cisco PIX Firewall Version 6.2(2)"
logging host inside IP_OF_LINUX_BOX
logging trap debugging
logging facility 20
logging on
on the linux i add this to /etc/syslog.conf
local4.error /var/log/pix/pix-error
and restart the syslog server like this:
/usr/sbin/syslog -r
now in the pi-error i got just 5 messages in two days
but in the /var/log/message i get many many messages one message is repeating:
Nov 26 08:59:15 IP_OF_INSIDE_INT %PIX-6-302016: Teardown UDP connection 33346700 for outside:OUR_DNS_SERVER/53 to inside:OUR_EMAIL_SERVER/3174 duration 0:00:01 bytes 198
the content of the file /etc/syslog.conf is:
*.=info;*.=notice /usr/adm/messages
*.=debug /usr/adm/debug
*.err /usr/adm/syslog
local4.error /var/log/pix/pix-error
"Cisco PIX Firewall Version 6.2(2)"
logging host inside IP_OF_LINUX_BOX
logging trap debugging
logging facility 20
logging on
on the linux i add this to /etc/syslog.conf
local4.error /var/log/pix/pix-error
and restart the syslog server like this:
/usr/sbin/syslog -r
now in the pi-error i got just 5 messages in two days
but in the /var/log/message i get many many messages one message is repeating:
Nov 26 08:59:15 IP_OF_INSIDE_INT %PIX-6-302016: Teardown UDP connection 33346700 for outside:OUR_DNS_SERVER/53 to inside:OUR_EMAIL_SERVER/3174 duration 0:00:01 bytes 198
the content of the file /etc/syslog.conf is:
*.=info;*.=notice /usr/adm/messages
*.=debug /usr/adm/debug
*.err /usr/adm/syslog
local4.error /var/log/pix/pix-error