I use iptables and tried to ban my ipaddress on all ports by the command:
iptables -A INPUT -p tcp -s XX.XX.XX.XX -j DROP
I cannot access lighttpd on port 80 - yeah, it works.
But I can still connect to my SSH on port 22 and doing stuffs. Please check the screenshot. What am I doing wrong?
