dry-run: executing /sbin/iptables --wait -N IPTBLOCKER-IN
dry-run: executing /sbin/ip6tables --wait -N IPTBLOCKER-IN
dry-run: executing /sbin/iptables --wait -A IPTBLOCKER-IN -j RETURN
dry-run: executing /sbin/ip6tables --wait -A IPTBLOCKER-IN -j RETURN
dry-run: executing /sbin/iptables --wait -N IPTBLOCKER-OUT
dry-run: executing /sbin/ip6tables --wait -N IPTBLOCKER-OUT
dry-run: executing /sbin/iptables --wait -A IPTBLOCKER-OUT -j RETURN
dry-run: executing /sbin/ip6tables --wait -A IPTBLOCKER-OUT -j RETURN
dry-run: executing /sbin/iptables --wait -I INPUT 1 -j IPTBLOCKER-IN
dry-run: executing /sbin/ip6tables --wait -I INPUT 1 -j IPTBLOCKER-IN
dry-run: executing /sbin/iptables --wait -I OUTPUT 1 -j IPTBLOCKER-OUT
dry-run: executing /sbin/ip6tables --wait -I OUTPUT 1 -j IPTBLOCKER-OUT
dry-run: executing /sbin/iptables --wait -I IPTBLOCKER-IN 1 -m addrtype ! --src-type LOCAL -m multiport -p tcp --dports 8000,5000 -j REJECT --reject-with tcp-reset
dry-run: executing /sbin/ip6tables --wait -I IPTBLOCKER-IN 1 -m addrtype ! --src-type LOCAL -m multiport -p tcp --dports 8000,5000 -j REJECT --reject-with tcp-reset
