Hi!
I use Oleg and vsftpd server.
I've installed it (vsftpd) from ipkg packages on external flash card.
Works great but only for local addresses. Accessing from outside to FTP is not possible.
After quick investigation it turned out that if I disable Firewall in WebAdmin I got access to ftp. So it seems that firewall is blocking access.
My WebAdmin Firewall settings are simple (I used same setting when I used buil-in ftp server)

Code:
Firewall Enabled = YES
DoS portection = YES
I would disable Firewall but I'd like to stay protected. So should I use iptables? But I'm newbie and I need tutorial setp by step with explanation. Please

By the way I'm not able to set vsftpd to different port than 21. I read that if it run with xinetd I should set port in xinetd.
I've tried add line:

Code:
port = 5000
but it doesn't work.


Thanks in advance