<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Hi.<br></div>
<div>&nbsp;</div>
<div>I have this rule set it IPTABLES:<br></div>
<div>&nbsp;</div>
<div>Chain INPUT (policy DROP 1 packets, 44 bytes)<br></div>
<div>&nbsp;pkts bytes target &nbsp; &nbsp; prot opt in &nbsp; &nbsp; out &nbsp; &nbsp; source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destination<br></div>
<div>&nbsp;</div>
<div>&nbsp; &nbsp; 4 &nbsp; 212 DROP &nbsp; &nbsp; &nbsp; all &nbsp;-- &nbsp;* &nbsp; &nbsp; &nbsp;* &nbsp; &nbsp; &nbsp; 213.0.0.0/8 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.0.0.0/0<br></div>
<div>&nbsp;</div>
<div>However I still see attacks from&nbsp;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>&nbsp;</div>
<div>Comments?</div>
<div>&nbsp;</div>
</body>
</html>