* FIX: use 'tr' to replace repeated SPACE with a single SPACE before 'cut' lines
[lab.git] / iptables / setfilter
old mode 100644 (file)
new mode 100755 (executable)
index 4b31e85..b953a5e
@@ -33,7 +33,7 @@ start)
         log_action_begin_msg "Setting network filter"
         error=""
         
-        tables="raw mangle"
+        tables="raw mangle nat"
         for table in $tables
         do
             RULES="$RULES_PATH/$table.rules"
@@ -73,7 +73,7 @@ stop)
     log_action_begin_msg "Stopping network filter"
     error=""
     
-    tables="raw mangle"
+    tables="raw mangle nat"
     for table in $tables
     do
         iptables -F -t $table || error="yes"