[sllug-members]: vsftpd problems
u235sentinel
u235sentinel at gmail.com
Thu Feb 7 17:37:47 MST 2008
Rusty Keele wrote:
> Hi,
>
> I have recently set up vsftpd on our server, but I am having a few
> problems.
>
> I am using SuSE Linux Enterprise Server 10, and I can connect to the
> ftp server from another machine and log in as a local user. Once I am
> logged in I can issue the 'pwd' command without any problems, but if I
> try the 'ls' command I get "229 Entering Extended Passive Mode
> (|||12313|)" ... and then it freezes up and nothing else happens.
>
> If I turn off the server's firewall it works like a charm. I am
> guessing that it is a problem with port numbers, and I have opened ports
> 20 & 21 on the server's firewall - but no luck.
>
> Any ideas what I am doing wrong?
>
> Thanks,
> -Rusty
I had a similar problem years ago when setting up a Linux NAT firewall
for a small company. The solution was loading the ip_conntrack_ftp
along with ip_conntrack I believe.
Correct me if I'm wrong (it's been while since I've used FTP). The
problem was with the ftp protocol. Port 20 was for your data transfer
while 21 was the control port. If I remember correctly you need both
modules for this to work properly.
At least it's something to look at.
More information about the sllug-members
mailing list