firewall-init: firewall, README - updated docs to reflect conntrac...

baggins baggins at pld-linux.org
Mon Sep 19 17:25:33 CEST 2005


Author: baggins                      Date: Mon Sep 19 15:25:33 2005 GMT
Module: firewall-init                 Tag: HEAD
---- Log message:
- updated docs to reflect conntrack/nat setup change

---- Files affected:
firewall-init:
   firewall (1.6 -> 1.7) , README (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: firewall-init/firewall
diff -u firewall-init/firewall:1.6 firewall-init/firewall:1.7
--- firewall-init/firewall:1.6	Mon Sep 19 17:23:51 2005
+++ firewall-init/firewall	Mon Sep 19 17:25:28 2005
@@ -26,6 +26,9 @@
 #NAT_MODULES="all"
 #NAT_MODULES="ftp irc"
 
+# The ftp/irc options has been removed
+# set them via /etc/modprobe.conf
+
 # Size (number of entries) of hash tables for connection tracking and NAT
 # default is 1/16384 of memory
 CONNTRACK_HASHSIZE=

================================================================
Index: firewall-init/README
diff -u firewall-init/README:1.13 firewall-init/README:1.14
--- firewall-init/README:1.13	Mon Oct 18 16:00:38 2004
+++ firewall-init/README	Mon Sep 19 17:25:28 2005
@@ -66,14 +66,16 @@
 # Connection tracking (defaults to yes as it's VERY usefull also on non-nat boxes)
 CONNTRACK="yes"
 
-# Which ports to track (FTP,IRC,Eggdrop) empty = defaults
-# May be needed by conntrack and NAT
-FTP_PORTS=
-IRC_PORTS=
-EGGDROP_PORTS=
+# Which IPv4 conntrack modules to load, can be "all" (old default), "none" or a list
+#CONNTRACK_MODULES="all"
+#CONNTRACK_MODULES="ftp irc"
 
-# FXP (direct FTP 2 FTP transport) support in conntrack_ftp
-FTP_FXP="yes"
+# Which IPv4 nat modules to load, can be "all" (old default), "none" or a list
+#NAT_MODULES="all"
+#NAT_MODULES="ftp irc"
+
+# The ftp/irc options has been removed
+# set them via /etc/modprobe.conf
 
 # Size (number of entries) of hash tables for connection tracking and NAT
 # default is 1/16384 of memory
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/firewall-init/firewall?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/firewall-init/README?r1=1.13&r2=1.14&f=u




More information about the pld-cvs-commit mailing list