<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Hi.<br></div>
<div> </div>
<div>I have this rule set it IPTABLES:<br></div>
<div> </div>
<div>Chain INPUT (policy DROP 1 packets, 44 bytes)<br></div>
<div> pkts bytes target prot opt in out source destination<br></div>
<div> </div>
<div> 4 212 DROP all -- * * 213.0.0.0/8 0.0.0.0/0<br></div>
<div> </div>
<div>However I still see attacks from 213.30.22.232 with username attempts in the log. It seems iptables is not dropping the connection if it gets to the point where submitting a user login name is allowed.<br></div>
<div> </div>
<div>Comments?</div>
<div> </div>
</body>
</html>