WuFTPd strage login issue with a particular IP

Hello,

My wu-ftpd (wu-ftpd-2.6.2-8 )runs fine for most parts but when i try to ftp when connected through my cable isp (IP xx.xx.xx.xx) it does not connect. I am able to FTP to other servers with this IP xx.xx.xx.xx.

The following error was logged in /var/log/messages;
Apr 7 20:42:21 www ftpd[14886]: ACCESS DENIED (not in any class) TO xx.xx.xx.xx [xx.xx.xx.xx]
Apr 7 20:42:21 www ftpd[14886]: FTP LOGIN REFUSED (access denied) FROM xx.xx.xx.xx [xx.xx.xx.xx], anonymous

My /etc/ftpaccess user classes line reads as;
class all real,guest *

I tried to change this to;
class all real,guest * xx.xx.xx.xx
but it did not work.

Then i added;
class all real,anonymous,guest *
class local real,guest * xx.xx.xx.xx

still nothing worked.

I am able to ftp to this server when i use another isp (another ip).

Can someone please help me figure this out?

 

 

 

 

Top