<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
The FTP block is probably in the hosts allow and hosts deny files.  Check those files in the /etc directory, and manually remove anything that applies to you/your IP address.
<br />
<br />If you don't clear your problem there - check to insure FTP is on in the first place and allowed for the domain whose username you are using for the login.
<br />
<br />
<br />
<br />Chuck
<br />
<br />
<br />
<br />
<br /><font size="2"><b>---------- Original Message 
-----------</b>
<br />
From: Brian Santee <b.santee@visions-online.com> 

<br />
To: BlueOnyx General Mailing List <blueonyx@mail.blueonyx.it> 

<br />
Sent: Sun, 6 Jan 2013 10:40:20 -0600 

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

<br />

<br />> My rules list is a mile long.
<br />> 
<br />> I tried to flush 
iptables, but all the data keeps coming back.
<br />> iptables -F
<br />> 

<br />> I was able to manually edit
<br />> 
<br />> 
/etc/sysconfig/iptables
<br />> 
<br />> and remove my IP address. I can now get 
into the server/sites. I am still blocked from FTP.
<br />> 
<br />> On Sun, Jan 
6, 2013 at 12:03 AM, Chuck Tetlow <span dir="ltr"><<a target="_blank" href="mailto:chuck@tetlow.net">chuck@tetlow.net</a>></span> 
wrote:
<br />> <blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

<br />> 

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 />> 
Chuck

<br />> 
<br />> <font>
<br />> 
<br />> <b>---------- Original Message 

-----------</b>

<br />> 

To: <a target="_blank" href="mailto:blueonyx@mail.blueonyx.it">blueonyx@mail.blueonyx.it</a> 

<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>

<br />> _______________________________________________
<br />> 

Blueonyx mailing list
<br />> 

<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a>
<br />> 

<a target="_blank" href="http://mail.blueonyx.it/mailman/listinfo/blueonyx">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a>
<br />> 

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

</font>

</BODY>
</HTML>