Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/06/2005, 08:27
Avatar de TheRipper
TheRipper
 
Fecha de Ingreso: marzo-2004
Mensajes: 824
Antigüedad: 20 años, 10 meses
Puntos: 1
ServerName "Servidor Ftp de mi empresa"
ServerType standalone
DefaultServer on

MultilineRFC2228 on
# Allow FTP resuming.
# Remember to set to off if you have an incoming ftp for upload.
AllowStoreRestart on

# 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


PassivePorts 6001 6010
MasqueradeAddress miempresa.dyndns.org

UseReverseDNS off
IdentLookups off
# 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 that the server normally runs at.
User nobody
Group nogroup

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

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

# Default root can be used to put users in a chroot environment.
# As an example if you have a user foo and you want to put foo in /home/foo
# chroot environment you would do this:
#
# DefaultRoot /home/foo foo
DefaultRoot ~


Ese es el proftpd.conf ke actualmente estoy usando, algunos tips:
* Las mac desde la red interna si se pueden conectar
* Algunas mac desde fuera de la red si se conectan
* Las pc se conectan bien desde donde sea
* Algunas mac desde fuera no se pueden conectar, si acepta los datos del login, pero como ke entran en modo pasivo, se ponen en estado iddle y terminan desconectandose, les dije ke kitaran el modo pasv del programa para ftp ke usan y ni asi pueden conectarse.
* ke puede ser el problema?, lo ke kiero es ke se puedan conectar bien sin ningun problema tanto pc como mac, ya abri el puerto 21 de mi router, o sea ke si hay salida a internet....
__________________
"Si un pajarito te habla debes estar loco,pues los pajaros no hablan..." ;-) "
Usuario Linux # : 423916.