Firewall logging
All the shorewall firewall logs are going to /var/log/messages
The file is becoming pretty big filled with a lot of other data as well, I want all the firewall logs to go to a separate file so I can parse them.
I tried looking through the shorewall settings, but I don't think shorewall is doing the logging (I think it's syslogd, or syslog-ng).
How would I redirect the firewall info to /var/log/firewall.log instead of the messages file?
Thanks
|