]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/rc.d/rc.firewall
HinzugefĆ¼gt:
[ipfire-2.x.git] / src / rc.d / rc.firewall
index 8a9b0d5ddc0c905cb6014203d2ae878dfecf6dc4..522648ed9e138960cf5be8982b970284fa640233 100644 (file)
@@ -165,9 +165,9 @@ case "$1" in
        /sbin/iptables -A INPUT   -i $GREEN_DEV  -m state --state NEW -j ACCEPT -p ! icmp
        /sbin/iptables -A FORWARD -i $GREEN_DEV  -m state --state NEW -j ACCEPT
 
-       # If a host on orange tries to initiate a connection to IPCop's red IP and
+       # If a host on orange tries to initiate a connection to IPFire's red IP and
        # the connection gets DNATed back through a port forward to a server on orange
-       # we end up with orange -> orange traffic passing through IPCop
+       # we end up with orange -> orange traffic passing through IPFire
        [ "$ORANGE_DEV" != "" ] && /sbin/iptables -A FORWARD -i $ORANGE_DEV -o $ORANGE_DEV -m state --state NEW -j ACCEPT
 
        # accept all traffic from ipsec interfaces