- 
	
	
	
		
ftp naum funcioana
	
	
		ai galera instalei o proftpd que vem no slackware 10.2, so q quando tento acessar a area de ftp por qualquer computador da rede da este erro:
Ocorreu uma falha na autenticação no FTP, na tentativa de recuperar a seguinte URL: ftp://ftp.tiangua.ce.gov.br/ 
Squid emitiu o seguinte comando FTP: 
PASS <yourpassword>e recebeu esta resposta: 
Login incorrect.
ja olhei no squid e naum vi nada de mais o q deve ser? abaixo ta meu proftpd.conf
ServerName           "ProFTPD"
ServerType           standalone
DeferWelcome          off
DefaultServer          on
DefaultRoot ~
SyslogFacility         AUTH
# Port 21 is the standard FTP port.
Port              21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask              022
MaxInstances          30
# Set the user and group that the server normally runs at.
User              nobody
Group              nogroup
SystemLog            /var/log/proftpd.log
TransferLog           /var/log/xferlog
# Normally, we want files to be overwriteable.
<Directory /*>
 AllowOverwrite        on
</Directory>
# A basic anonymous FTP server configuration.
# To enable this, remove the user ftp from /etc/ftpusers.
<Anonymous ~ftp>
 RequireValidShell       off
 User             ftp
 Group             ftp
 # We want clients to be able to login with "anonymous" as well as "ftp"
 UserAlias           anonymous ftp
 # Limit the maximum number of anonymous logins
 MaxClients          50
 # We want 'welcome.msg' displayed at login, and '.message' displayed
 # in each newly chdired directory.
 DisplayLogin         welcome.msg
 DisplayFirstChdir       .message
 # Limit WRITE everywhere in the anonymous chroot
 <Limit WRITE>
  DenyAll
 </Limit>
 # An upload directory that allows storing files but not retrieving
 # or creating directories.
# <Directory incoming/*>
#  <Limit READ>
#   DenyAll
#  </Limit>
#
#  <Limit STOR>
#   AllowAll
#  </Limit>
# </Directory>
</Anonymous>
	 
 - 
	
	
	
		
Re: ftp naum funcioana
	
	
		Seu Squid estálibrando este acesso??
Existe DNS Server resolvendo este dominio e host??
Até!!
	 
 - 
	
	
	
		
Re: ftp naum funcioana
	
	
		dei uma olhada e vi q naum acesso nenhuma area de ftp :cry: ja parei meu firewall mais continua com o mesmo pro, o q deve ser?
	 
 - 
	
	
	
		
Re: ftp naum funcioana
	
	
		Kra vc levantou o modulo ip_conntrack_ftp??
Até
	 
 - 
	
	
	
		
Re: ftp naum funcioana
	
	
		fera levantei, mais ainda ta dando o mesmo erro :|