mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
Forward Firewall: fixed icmp-types and deleted dmzholes chain
This commit is contained in:
committed by
Michael Tremer
parent
8f1634ffbc
commit
d6bdebd47d
@@ -242,9 +242,9 @@ case "$1" in
|
||||
|
||||
iptables_red
|
||||
|
||||
# DMZ pinhole chain. setdmzholes setuid prog adds rules here to allow
|
||||
# DMZ pinhole chain.
|
||||
# ORANGE to talk to GREEN / BLUE.
|
||||
/sbin/iptables -N DMZHOLES
|
||||
|
||||
if [ "$ORANGE_DEV" != "" ]; then
|
||||
/sbin/iptables -A FORWARD -i $ORANGE_DEV -m state --state NEW -j FORWARDFW
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user