From: <bl...@pr...> - 2004-01-27 19:19:02
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30277/config/etc/init.d Modified Files: Tag: rel-1-0-patches firewall.rules.2nic firewall.rules.3nic Log Message: Added comments in firewall scripts (warning & links to netfilter docs). Index: firewall.rules.2nic =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/firewall.rules.2nic,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -u -d -r1.8.2.3 -r1.8.2.4 --- firewall.rules.2nic 26 Jan 2004 14:42:36 -0000 1.8.2.3 +++ firewall.rules.2nic 27 Jan 2004 19:17:55 -0000 1.8.2.4 @@ -9,6 +9,22 @@ # # Basic Firewall rules for 2 NIC's and NAT # +############################################################################### +# *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* # +# # +# MODIFY THIS FILE AT YOUR OWN RISK!!! # +# # +# Only modify this file if you fully understand firewalling and netfilter! # +# Mistakes can result in loss of security and/or other networking problems. # +# # +# Recommend reading to learn netfilter include (but are not limited to): # +# # +# http://www.knowplace.org/netfilter/syntax.html # +# http://iptables-tutorial.frozentux.net/chunkyhtml/index.html # +# http://www.netfilter.org/documentation/index.html#documentation-tutorials # +# # +# *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* # +############################################################################### # Path to executables IPTABLES=/usr/sbin/iptables Index: firewall.rules.3nic =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/firewall.rules.3nic,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -u -d -r1.5.2.3 -r1.5.2.4 --- firewall.rules.3nic 26 Jan 2004 14:42:36 -0000 1.5.2.3 +++ firewall.rules.3nic 27 Jan 2004 19:17:56 -0000 1.5.2.4 @@ -9,6 +9,22 @@ # # Basic Firewall rules for 3 NIC's and NAT # +############################################################################### +# *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* # +# # +# MODIFY THIS FILE AT YOUR OWN RISK!!! # +# # +# Only modify this file if you fully understand firewalling and netfilter! # +# Mistakes can result in loss of security and/or other networking problems. # +# # +# Recommend reading to learn netfilter include (but are not limited to): # +# # +# http://www.knowplace.org/netfilter/syntax.html # +# http://iptables-tutorial.frozentux.net/chunkyhtml/index.html # +# http://www.netfilter.org/documentation/index.html#documentation-tutorials # +# # +# *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* # +############################################################################### # Path to executables IPTABLES=/usr/sbin/iptables |