diff syslog2iptables.conf @ 4:2737ab01659a

initial coding
author carl
date Thu, 01 Dec 2005 17:17:37 -0800
parents 8fe310e5cd44
children 276c4edc8521
line wrap: on
line diff
--- a/syslog2iptables.conf	Sun Nov 27 21:12:01 2005 -0800
+++ b/syslog2iptables.conf	Thu Dec 01 17:17:37 2005 -0800
@@ -7,14 +7,14 @@
     205.147.39.128/25;  // ams
 };
 
-file "/var/log/cisco.log" {
+file "mycisco.log" {
     pattern "Internet_Firewall denied (tcp|udp) ([^(]*)" {
         index 2;    // zero based
         bucket 200;
     };
 };
 
-file "messages.log" {
+file "mymessages.log" {
     pattern "sshd.pam_unix.*authentication failure.*rhost=(.*) user=" {
         index 1;    // zero based
         bucket 300;