Quick Start with IPTABLES
How do you block an IP using iptables? iptables -A INPUT -s xx.xx.xx.xx -j DROP How do you block an IP from a specific port? iptables -A INPUT -p tcp -s xx.xx.xx.xx –dport PORT -j DROP How do you allow… Continue Reading
How do you block an IP using iptables? iptables -A INPUT -s xx.xx.xx.xx -j DROP How do you block an IP from a specific port? iptables -A INPUT -p tcp -s xx.xx.xx.xx –dport PORT -j DROP How do you allow… Continue Reading