We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3347e2 commit 15c2bd7Copy full SHA for 15c2bd7
cfg-firewall-laptop-alex
@@ -458,7 +458,6 @@ $IPTABLES -A Icmp -p icmp -m comment --comment "Drop any remaining ICMP packets"
458
#####################
459
log "Create a Reject chain that rejects unwanted stuff."
460
[ "$($IPTABLES -nL|awk '/Chain/ && /Reject/ {print $2}')" = "Reject" ] || $IPTABLES -N Reject
461
-$IPTABLES -A Reject
462
log "Filter everything through the Invalid-source chain."
463
$IPTABLES -A Reject -m comment --comment "Filter through Invalid-source chain" -j Invalid-source
464
log "Filter everything through the Invalid-destination chain."
0 commit comments