Home | Downloads | Fórums | Notícias | Preferências | Galeria | Cadastro | Wiki-BR
 

[ Comunidade Fedora Brasil ]: Forums



Comunidade Fedora Brasil :: Exibir tópico - Problemas com Proftpd (RESOLVIDO)
 FAQFAQ   PesquisarPesquisar   GruposGrupos   PerfilPerfil   Entrar e ver Mensagens ParticularesEntrar e ver Mensagens Particulares   LoginLogin 

Problemas com Proftpd (RESOLVIDO)

 
Novo Tópico   Responder Mensagem    Comunidade Fedora Brasil - Índice do Fórum -> Fedora Linux rodando como Servidor
Exibir mensagem anterior :: Exibir próxima mensagem  
Autor Mensagem
Freak_Boy
Usuário
Usuário


Registrado em: Mar 22, 2007
Mensagens: 80

MensagemEnviada: Qua Out 10, 2007 6:42 pm    Assunto: Problemas com Proftpd (RESOLVIDO) Responder com Citação

Boas a todos
Pessoal, eu com problemas com o Proftpd

instalei através do yum:

Código:
 yum install *proftpd*


e instalou mais algumas dependências, agora quando digito:

Código:
 # proftpd


aprece o seguinte erro:

Código:
- IPv6 getaddrinfo 'SouthTagus.pt' error: Name or service not known


já agora fica aqui o CONF:

Código:
# This is the ProFTPD configuration file
# $Id: proftpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $

ServerName         "SouthTagus"
ServerIdent         on "FTP Server ready."
ServerAdmin         root@SouthTagus.pt
ServerType         standalone
#ServerType         inetd
DefaultServer         on
AccessGrantMsg         "User %u logged in."
#DisplayConnect         /etc/ftpissue
#DisplayLogin         /etc/ftpmotd
#DisplayGoAway         /etc/ftpgoaway
DeferWelcome         off

# Use this to excude users from the chroot
DefaultRoot         ~ !adm

# Use pam to authenticate (default) and be authoritative
AuthPAMConfig         proftpd
AuthOrder         mod_auth_pam.c* mod_auth_unix.c

# Do not perform ident nor DNS lookups (hangs when the port is filtered)
IdentLookups         off
UseReverseDNS         off

# 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

# Default to show dot files in directory listings
ListOptions         "-a"

# See Configuration.html for these (here are the default values)
#MultilineRFC2228      off
#RootLogin         off
#LoginPasswordPrompt      on
#MaxLoginAttempts      3
#MaxClientsPerHost      none
#AllowForeignAddress      off   # For FXP

# Allow to resume not only the downloads but the uploads too
AllowRetrieveRestart      on
AllowStoreRestart      on

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances         20

# Set the user and group that the server normally runs at.
User            nobody
Group            nobody

# Disable sendfile by default since it breaks displaying the download speeds in
# ftptop and ftpwho
UseSendfile         no

# This is where we want to put the pid file
ScoreboardFile         /var/run/proftpd.score

# Normally, we want users to do a few things.
<Global>
  AllowOverwrite      yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>

# Define the log formats
LogFormat         default   "%h %l %u %t \"%r\" %s %b"
LogFormat         auth   "%v [%P] %h %t \"%r\" %s"

# TLS
# Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html
#TLSEngine         on
#TLSRequired         on
#TLSRSACertificateFile      /etc/pki/tls/certs/proftpd.pem
#TLSRSACertificateKeyFile   /etc/pki/tls/certs/proftpd.pem
#TLSCipherSuite         ALL:!ADH:!DES
#TLSOptions         NoCertRequest
#TLSVerifyClient      off
##TLSRenegotiate      ctrl 3600 data 512000 required off timeout 300
#TLSLog            /var/log/proftpd/tls.log

# SQL authentication Dynamic Shared Object (DSO) loading
# See README.DSO and howto/DSO.html for more details.
#<IfModule mod_dso.c>
#   LoadModule mod_sql.c
#   LoadModule mod_sql_mysql.c
#   LoadModule mod_sql_postgres.c
#</IfModule>

# A basic anonymous configuration, with an upload directory.
#<Anonymous ~ftp>
#  User            ftp
#  Group            ftp
#  AccessGrantMsg      "Anonymous login ok, restrictions apply."
#
#  # 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         10 "Sorry, max %m users -- try again later"
#
#  # Put the user into /pub right after login
#  #DefaultChdir         /pub
#
#  # We want 'welcome.msg' displayed at login, '.message' displayed in
#  # each newly chdired directory and tell users to read README* files.
#  DisplayLogin         /welcome.msg
#  DisplayFirstChdir      .message
#  DisplayReadme         README*
#
#  # Some more cosmetic and not vital stuff
#  DirFakeUser         on ftp
#  DirFakeGroup         on ftp
#
#  # Limit WRITE everywhere in the anonymous chroot
#  <Limit WRITE SITE_CHMOD>
#    DenyAll
#  </Limit>
#
#  # An upload directory that allows storing files but not retrieving
#  # or creating directories.
#  <Directory uploads/*>
#    AllowOverwrite      no
#    <Limit READ>
#      DenyAll
#    </Limit>
#
#    <Limit STOR>
#      AllowAll
#    </Limit>
#  </Directory>
#
#  # Don't write anonymous accesses to the system wtmp file (good idea!)
#  WtmpLog         off
#
#  # Logging for the anonymous transfers
#  ExtendedLog      /var/log/proftpd/access.log WRITE,READ default
#  ExtendedLog      /var/log/proftpd/auth.log AUTH auth
#
#</Anonymous>



e como eu sei que quanto mais informação melhor, aqui deixo o /etc/host

Código:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1      SouthTagus.pt SouthTagus localhost
192.168.1.1      SouthTagus.pt SouthTagus

::1      localhost6.localdomain6 localhost6


Atenção o meu IP não é fixo e eu tenho um Router entre o PC e Moden

Pessoal, agradeço muito se me ajudarem com este problema.
Espero ter postado toda a informação, que auxilie o pessoal a encontrar o problema.
Já agora, eu uso o Fedora 7

Desde já obrigado e fiquem bem.


Editado pela última vez por Freak_Boy em Sáb Out 27, 2007 3:44 pm, num total de 1 vez
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Freak_Boy
Usuário
Usuário


Registrado em: Mar 22, 2007
Mensagens: 80

MensagemEnviada: Sex Out 12, 2007 8:11 pm    Assunto: Responder com Citação

Boas

Ok pessoal este problema já esta resolvido, agora é outro.

Mas primeiro, fica aqui a resolução do problema

Em /etc/hosts, alterei onde diz : ::1 localhost6.localdomain6 localhost6
para :::1 SouthTagus.pt e pronto, problema resolvido.

Agora, já adicionei um utilizador e já consegui aceder ao meu servidor a partir de Firefox, mas não consigo a partir de outros Pc da minha rede (como tinha dito, eu tenho um router ) nem pela internet. As portas do route já estão configuradas, e já estive a fazer alterações na firewall e atenção como eu não sei se o meu fornecedor de internet bloqueei a porta 21 eu alterei para 2121.

Se me poderem ajudar eu agradecia.
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Freak_Boy
Usuário
Usuário


Registrado em: Mar 22, 2007
Mensagens: 80

MensagemEnviada: Sáb Out 27, 2007 3:46 pm    Assunto: Responder com Citação

Boas pessoal.

Depois de muita procura, encontrei a causa do meu problema, o meu Router não permite a ligação de um servidor FTP.
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Mostrar os tópicos anteriores:   
Novo Tópico   Responder Mensagem    Comunidade Fedora Brasil - Índice do Fórum -> Fedora Linux rodando como Servidor Todos os horários são GMT - 3 Hours
Página 1 de 1

 
Ir para:  
Enviar Mensagens Novas: Proibido.
Responder Tópicos Proibido
Editar Mensagens: Proibido.
Excluir Mensagens: Proibido.
Votar em Enquetes: Proibido.

Powered by phpBB © 2001, 2005 phpBB Group

Forums ©
_