Flushing Iptables

Auflisten

iptables -L

Blockierung aufheben

iptables -A INPUT -s 1.2.3.4 -j ACCEPT
iptables -A INPUT -p tcp -s 1.2.3.4 --dport 443 -j ACCEPT

Andere Sperrmöglichkeit: Gelistet in /etc/hosts.deny