Revision: 2799
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2799&view=rev
Author:   owes
Date:     2009-05-05 18:01:05 +0000 (Tue, 05 May 2009)

Log Message:
-----------
no need for FW_DMZHOLES in FORWARD chain as it is already used in 
FW_IPCOP_FORWARD

Modified Paths:
--------------
    ipcop/trunk/src/rc.d/rc.firewall

Modified: ipcop/trunk/src/rc.d/rc.firewall
===================================================================
--- ipcop/trunk/src/rc.d/rc.firewall    2009-05-05 17:55:23 UTC (rev 2798)
+++ ipcop/trunk/src/rc.d/rc.firewall    2009-05-05 18:01:05 UTC (rev 2799)
@@ -189,13 +189,6 @@
 
     iptables_red
 
-    # DMZ pinhole chain.  setdmzholes setuid prog adds rules here to allow
-    # ORANGE to talk to GREEN / BLUE.
-    /sbin/iptables -N FW_DMZHOLES
-    if [ 0$ORANGE_COUNT -gt 0 ]; then
-        /sbin/iptables -A FORWARD -i $ORANGE_1_DEV -m state --state NEW -j 
FW_DMZHOLES
-    fi
-
     # FW_XTACCESS chain, used for external access
     /sbin/iptables -N FW_XTACCESS
     /sbin/iptables -A INPUT -m state --state NEW -j FW_XTACCESS


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to