<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
Not sure about the FTP - but I can see that's the wrong syntax for deleting a rule from IPTables.
<br />
<br />First, use "iptables -L -n" to see the firewall rules in IPTables.  Look for the rule that contains your own IP address.  Count down the rules in that chain.  You'll probably be looking in the chain "acctin" which are the rules pertaining to incoming packets.  But your IP may be in "acctout" too - the chain acting on outgoing packets.
<br />
<br />If the rule containing your IP address is the fifth rule down in the chain "acctin" of IPTables - use the syntax
<br />iptables -D acctin 5
<br />Which will delete the fifth rule in the chain "acctin".
<br />
<br />If you find your IP address in the "acctout" chain too - delete it the same way.  But I don't think you'll find a outgoing block too, just a incoming block.
<br />
<br />
<br />
<br />Chuck
<br />
<br />
<br />
<br /><font size="2"><b>---------- Original Message 
-----------</b>
<br />
From: Brian Santee <b.santee@visions-online.com> 

<br />
To: blueonyx@mail.blueonyx.it 

<br />
Sent: Sat, 5 Jan 2013 23:38:28 -0600 

<br />
Subject: [BlueOnyx:11910]  Blocked IP - locked myself out 

<br />

<br />> I put together a windows 8 machine this week and was trying to upload 

some files via FTP. This connection failed for whatever reason and my 
IP
 was blacklisted by the server. I cannot even pull up any of the 

websites.
<br />> 
<br />> 

I cleared the failed logins in the GUI, rebooted.
<br />> 
<br />> Tried to 
manually drop my IP address
<br />> /sbin/iptables -D INPUT -s xxx.xxx.xxx.xxx 
-j DROP
<br />> 
<br />> added my IP to hosts.allow
<br />> 
<br />> Uninstalled 
HostsDeny
<br />> 
<br />> Uninstalled DFIX
<br />> 
<br />> cleared 
PAM_ABL
<br />> rm /var/lib/abl/hosts.db
<br />> rm 
/var/lib/abl/users.db
<br />> 
<br />> if I shut off iptables - I can access the 
server, but FTP access still fails.
<br />> 
<br />> Turn back on IPTABLES - bam 
- locked out again
<br />> 
<br />> 

/etc/init.d/pam_abl status <-----------clear - nothing blocked
<br />> 

<br />> rebooted several times in the process of above... 

<br /><b>------- End of Original Message 
-------</b>
<br />

</font>

</BODY>
</HTML>