Hello , How to block plus kill all currently opened connections from specific ip address on all ports . i tryed using : iptables -I INPUT -s 1.2.3.4 -j DROP but seems to be it doesn't kill the active connections , it works only for new incoming connections any help ? Thanks