I want to block a specific IP from visiting my web server (on private LAN). I'm using IPTABLES with NAT translation and MASQUERADING.
I've tried blocking the IP with /etc/hosts.deny but this isn't seeming to work. Do I need to add a line in my iptables -t nat to block this fellow?
In general, does iptables supersede tcp wrappers?
Thanks much for any help!
I've tried blocking the IP with /etc/hosts.deny but this isn't seeming to work. Do I need to add a line in my iptables -t nat to block this fellow?
In general, does iptables supersede tcp wrappers?
Thanks much for any help!