If you want a specific computer to be unable to communicate with your machine, then add an entry to the filtering tables using the iptables command:
iptables -A INPUT --source <ip address here> -j DROP
This command appends a command to the INPUT table. If the source IP address of any packet matches the IP address in the command, the kernel will simply drop the packet.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.