From 790fb9bb0c3603e479061a9a6f8e94fc915ab216 Mon Sep 17 00:00:00 2001 From: bbruns Date: Thu, 30 Sep 2010 01:14:57 +0000 Subject: [PATCH] Fixing rfc1918 outbound blocking (I hope) --- bin/firewall-sosdg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 1583e97..5b7988d 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -245,7 +245,7 @@ if [ "$BLOCKTCPPORTS" ] || [ "$BLOCKUDPPORTS" ]; then # for src in $NATRANGE; do # $IPTABLES -A FORWARD -p tcp -s $src --dport $i --syn -j DROP # done - fi + #fi done fi if [ "$BLOCKUDPPORTS" ]; then @@ -256,7 +256,7 @@ if [ "$BLOCKTCPPORTS" ] || [ "$BLOCKUDPPORTS" ]; then # for src in $NATRANGE; do # $IPTABLES -A FORWARD -p udp -s $src --dport $i -j DROP # done - fi + #fi done fi reset_color