LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vsftpd Errors (https://www.linuxquestions.org/questions/linux-software-2/vsftpd-errors-50117/)

SpEcIeS 03-16-2003 01:19 PM

vsftpd Errors
 
:newbie:

I have installed vsftpd ver. 1.1.3 server on my system and I am continually receiving errors. I can log on, but I am receiving these errors:

Using ftp in the terminal:

227 Entering Passive Mode (192,168,1,100,222,109)
425 Security: Bad IP connecting.

Using KBear:

220 Welcome to blah's FTP service.

user anonymous
331 Please specify the password.

pass [protected]
230 Login successful. Have fun.

syst
215 UNIX Type: L8

pwd
257 "/"

cwd /
250 Directory successfully changed.

type A
200 Switching to ASCII mode.

EPSV
500 Unknown command.

PASV
227 Entering Passive Mode (192,168,1,100,192,78)

list -a
425 Security: Bad IP connecting.



In the host.allow I have placed this: vsftpd : ALL I have also used vsftpd : ALL : ALLOW, but nothing seems to make a difference. Also, I have implimented port 20, but I cannot seem to connect. ? :confused: I am getting the same results when connecting with a local user account.

Here is my vsftpd.conf:

anonymous_enable=YES
local_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
xferlog_file=/var/log/vsftpd.log
ftpd_banner=Welcome to blahs's FTP service.
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
pam_service_name=vsftpd


Hopefully someone will have the answer to this problem ...;) My brain is cooked...:cry:

SpEcIeS 03-17-2003 09:55 AM

I was trying to view my ftp server using the ip when I should have been using my router ip..;) I have no problem reading the ftp server from another system when using the direct ip, or when using my router ip on my server system.


All times are GMT -5. The time now is 08:45 AM.