Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FTPD] No logran conectar al server ftp [ sin resolver ]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Wed Oct 27, 2004 6:27 pm    Post subject: [FTPD] No logran conectar al server ftp [ sin resolver ] Reply with quote

Buenas llevo ya un tiempo intentando montar un servidor ftp , uso el proftpd.

Lo instalo y ejecuto su demonio sin problemas, puedo conectar con la ip local perfectamente.

El problema es que los usuarios de internet no pueden conectar , de hecho conectan , pero se les congela y no llegan a ver el login.

Sin embargo tengo tb un servidor irc y apache en la misma maquina y van perfectamente, y en el router tengo activado el port fordwarding del puerto 22 a esa maquina.

Espero soluciones,

Gracias , cocozz
Back to top
View user's profile Send private message
focahclero
Guru
Guru


Joined: 02 Jan 2004
Posts: 554

PostPosted: Wed Oct 27, 2004 6:37 pm    Post subject: Reply with quote

FTP utiliza los puertos 21 y puede que el 20.
_________________
focahclero
Registered Linux User #352648. Get Counted! http://counter.li.org
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Wed Oct 27, 2004 8:31 pm    Post subject: Reply with quote

He abuerto el puerto 20 tambien y sigue sin ir :(
Back to top
View user's profile Send private message
cpasoft
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2004
Posts: 89

PostPosted: Wed Oct 27, 2004 8:38 pm    Post subject: Reply with quote

Que tus clientes prueben con un cliente que admita el modo pasivo...

Ahí seguramente tengas el problema... nó sólo se usan los puertos 20 y 21, se abren puertos aleatorios para las transferencias data...

Saludos...
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Wed Oct 27, 2004 9:15 pm    Post subject: Reply with quote

Lo acabamos de probar con y sin modo pasive y sigue dando el mismo problema.
Back to top
View user's profile Send private message
kabutor
l33t
l33t


Joined: 12 Dec 2002
Posts: 821
Location: Benalmadena - Melrose Place

PostPosted: Wed Oct 27, 2004 9:50 pm    Post subject: Reply with quote

Y el log que dice?
Back to top
View user's profile Send private message
cpasoft
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2004
Posts: 89

PostPosted: Thu Oct 28, 2004 12:21 am    Post subject: Reply with quote

¿Dices que has abierto el 22?... El 22 se usa para SSh no para ftp.

Como bién dice el compañero, ftp usa el puerto 21.

¿Has mirado si el proftpd lo tienes configurado en dicho puerto?

¿Tienes bien configurado el fichero proftpd.conf que está en /etc/proftpd?

Allí tendrás una línea tal y como:

Code:

 Port 21 is the standard FTP port.
Port                            21


¿Has probado a variar el puerto a ver?...

Saludos...
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Thu Oct 28, 2004 10:46 am    Post subject: Reply with quote

No perdon fue un error tipografico , queria decir el puerto 21.

Puertos 21 y 20 abiertos y sigue =
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Thu Oct 28, 2004 7:32 pm    Post subject: Reply with quote

He aqui mi config , tengo el puerto 20 y el puerto 21 abiertos.


# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
RequireValidShell off
AuthPAM off
AuthPAMConfig ftp
TimeoutIdle 600
MasqueradeAddress 194.158.87.218
# Port 21 is the standard FTP port.
Port 20

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# 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 30

# Set the user and group under which the server will run.
User proftpd
Group proftpd

# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>

# A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
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 10

# 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>

</Anonymous>
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Fri Oct 29, 2004 1:03 pm    Post subject: Reply with quote

Up!
Back to top
View user's profile Send private message
focahclero
Guru
Guru


Joined: 02 Jan 2004
Posts: 554

PostPosted: Fri Oct 29, 2004 8:55 pm    Post subject: Reply with quote

Cuando dices que "puedo conectar a la IP local perfectamente", ¿te refieres desde la propia máquina o desde otra en la red local?
Si es lo segundo, entonces cláramente tienes un fallo en la configuración del router... y si es lo primero no estaría mal que probaras desde otra máquina de la red local, sólo para asegurarte que no es un problema del router (Así no resolverás el problema no se si lo harás... pero por lo menos lo centrarías más ;) )

Saludos,
_________________
focahclero
Registered Linux User #352648. Get Counted! http://counter.li.org
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
g0su
Guru
Guru


Joined: 14 May 2003
Posts: 437
Location: Dresden, Deutschland

PostPosted: Fri Oct 29, 2004 9:24 pm    Post subject: Reply with quote

Hola! puedes postear el fichero de configuracion que tienes del proftpd?

Mira este es el mio usalo para los logs que asi puedes saber lo que hacen:

Code:
ServerName                      "FTP Server"
ServerType                      standalone
DeferWelcome                    off
ServerIdent                     on "Windows.Net FTP-Server"

DefaultServer                   on
ShowSymlinks                    off
AllowOverwrite                  off

AllowRetrieveRestart            yes
AllowStoreRestart               yes

DirFakeGroup                    on
DirFakeUser                     on ftp
DirFakeMode                     0000

TimeoutNoTransfer               600
TimeoutStalled                  100
TimeoutIdle                     200

DenyFilter                      \*.*/

Port                            21

MaxInstances                    6

User                            proftpd
Group                           proftpd

AccessGrantMsg                  "-= Bienvenido %u, tu acceso ha sido realizado correctamente =-"
AccessDenyMsg                   "Estas intentando acceder a un servidor privado, tu conexion ha sido logueada, marchese inmediatamente"

LogFormat       default "%h %l %u %t \"%r\" %s %b"
LogFormat       auth    "%v [%P] %h %t \"%r\" %s"
LogFormat       write   "%h %l %u %t \"%r\" %s %b"
TransferLog     /var/log/proftpd/transfer
ExtendedLog     /var/log/proftpd/proftpd.down_up_log WRITE,READ write
ExtendedLog     /var/log/proftpd/proftpd.auth_log      AUTH auth
ExtendedLog     /var/log/proftpd/proftpd.paranoid_log  ALL default

DefaultRoot ~

MaxClients                   6 "Perdona, max %m usuarios -- Prueba despues"
MaxClientsPerHost            2 "Solo 2 conexiones por HOST"
MaxClientsPerUser            2 "Solo 2 conexiones por usuario"

RequireValidShell            off


<Directory /home/ftp>
  Umask                         077
  AllowOverwrite                off

  <Limit READ>
        AllowAll
  </Limit>
</Directory>

<Directory /home/ftp/subir>
   Umask                         077
   AllowOverwrite                on

   <Limit READ WRITE>
          AllowAll
   </Limit>

   <Limit STOR>
          AllowAll
   </Limit>
</Directory>


Acuerdate de crear el directorio en /var/log/proftpd para generar ahi tus ficheros logs de tu servidor.

Un saludo
_________________
Busco desarrollador con complejo de proxy, interesados MP
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Sat Oct 30, 2004 6:02 am    Post subject: Reply with quote

focahclero me refiero como tu dices a conectar desde otra maquina de la red local. Problema del router ? Pues que podria ser ??

Ahora probare esa config...


Gracias
Back to top
View user's profile Send private message
ZeNTuRe
n00b
n00b


Joined: 24 Jan 2004
Posts: 69

PostPosted: Sat Oct 30, 2004 7:13 am    Post subject: Reply with quote

http://slacksite.com/other/ftp.html

Prácticamente todos los clientes en la actualidad usan el modo pasivo, me da que ahí está el problema.
_________________
Did they touch God or did they touch the Sun?
Back to top
View user's profile Send private message
cocozz
Apprentice
Apprentice


Joined: 31 Jul 2004
Posts: 160

PostPosted: Sat Oct 30, 2004 7:33 am    Post subject: Reply with quote

No , eso ya lo he verificado. He probado con y sin modo pasivo y sigue =
Back to top
View user's profile Send private message
ZeNTuRe
n00b
n00b


Joined: 24 Jan 2004
Posts: 69

PostPosted: Sat Oct 30, 2004 8:50 am    Post subject: Reply with quote

Por favor, lee mi link. El problema está en el modo pasivo del servidor, no en el del cliente.
_________________
Did they touch God or did they touch the Sun?
Back to top
View user's profile Send private message
DeMoNiX
n00b
n00b


Joined: 17 Apr 2004
Posts: 26
Location: /home/demonix

PostPosted: Thu Dec 02, 2004 10:12 pm    Post subject: Reply with quote

cocozz wrote:

El problema es que los usuarios de internet no pueden conectar , de hecho conectan , pero se les congela y no llegan a ver el login.


Siento tardar en contestar , estaba usando el buscador a ver si encontraba la solución a una pequeña duda que tengo con proftpd y me topé con tu post ...
A mi me pasó cosas similares, desde ordenadores de la propia Lan si podia acceder al servidor , en cambio desde que algun compañero intentaba acceder desde internet no podia , miré el tema de los puertos , tenia el 21 abierto y la ip del ordenador que hacer de servidor también bien puesta ... y despues de comerme mucho el coco , abandonarlo por semanas y demás un dia mirando por el menu de administración de mi router vi una opcion que se llamaba algo así como ... "Servidor interno por defecto" , lo active con la ip de mi ordenador y voalá ! las conecciones externas las mandaba directamente al servidor y se podia ver los datos :D
Espero que sirva de ayuda
_________________
+ Powered by Gentoo Linux
+ Linux User : # 352545
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum