Syslog entries from PIX appearing is messages log...
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have an RHEL 4 server acting as a syslog server for a PIX firewall. I've configured my syslog.conf to write firewall log entries to /var/log/firewall. Here's a snip from my syslog.conf:
Problem is, the entries that appear in /var/log/firewall also appear in /var/log/messages. There are no other "local" entries in syslog.conf, so what could cause the firewall entries to be sent to the firewall and the messages log?
I think I may have figured this out. The facilities listed that will be logged to my /var/log/messages file includes *.info. I'm logging all "info" level entries from my firewall to my appropriate log file, so syslog must be picking up on this and parsing them into the messages log.
At least that's my theory. I'll test and post the results.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.