Block all inbound traffic from a source IP.
Section: Firewalling with nftables and iptables
Drop traffic from IP
bash
bash
sudo iptables -A INPUT -s 203.0.113.25 -j DROPExplanation
Block all inbound traffic from a source IP.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Firewalling with nftables and iptables