Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    GproFTPd solo in locale, perchè?

    Ciao! GproFTPd mi funziona solo in locale, dall'esterno pare inesistente... cosa può essere?
    questo è quanto viene scritto in "configurazione"

    codice:
    ServerType standalone
    DefaultServer on
    Umask 022
    ServerName "xxx.xxx.xxx.xxx"
    ServerIdent on "Tony's FTP"
    ServerAdmin Admin@this.domain.topdomain
    IdentLookups off
    UseReverseDNS off
    Port 21
    PassivePorts 49152 65534
    #MasqueradeAddress None
    TimesGMT off
    MaxInstances 30
    MaxLoginAttempts 3
    TimeoutLogin 300
    TimeoutNoTransfer 120
    TimeoutIdle 120
    User nobody
    Group nobody
    DirFakeUser off nobody
    DirFakeGroup off nobody
    DefaultTransferMode binary
    AllowForeignAddress on
    AllowRetrieveRestart on
    AllowStoreRestart on
    DeleteAbortedStores off
    TransferRate RETR 30
    TransferRate STOR 40
    TransferRate STOU 40
    TransferRate APPE 40
    SystemLog /usr/local/var/log/secure
    #gp_random_username_length 6
    #gp_random_password_length 6
    #gp_randomize_case lower
    #gp_useradd_homedir_path /home/ftp
    #gp_useradd_upload_path /upload
    #gp_html_path /usr/local/var/www/ftp.html
    #gp_welcome_name welcome.msg
    <IfModule mod_tls.c>
    TLSEngine off
    TLSRequired off
    TLSVerifyClient off
    TLSProtocol TLSv1
    TLSLog /usr/local/var/log/proftpd_tls.log
    TLSRSACertificateFile /etc/gproftpd/gproftpd.pem
    </IfModule>
    <Limit LOGIN>
      AllowUser joe_iabuki
      DenyALL
    </Limit>
    
    <Anonymous /home/ftp>
    User joe_iabuki
    Group joe_iabuki
    AnonRequirePassword on
    MaxClients 5 "The server is full, hosting %m users"
    DisplayLogin welcome.msg
    DisplayFirstChdir .msg
    <Limit LOGIN>
    Allow from all
    Deny from all
    </Limit>
    <Limit LIST NLST  RETR  PWD XPWD  SIZE  STAT  CWD XCWD  CDUP XCUP >
     AllowAll
    </Limit>
    <Limit STOR STOU  APPE  RNFR RNTO  DELE  MKD XMKD SITE_MKDIR  RMD XRMD SITE_RMDIR  SITE  SITE_CHMOD  SITE_CHGRP  MTDM >
     DenyAll
    </Limit>
    <Directory /home/ftp/upload>
    <Limit LIST NLST  STOR STOU  APPE  RETR  MKD XMKD SITE_MKDIR  SITE  PWD XPWD  SIZE  STAT  CWD XCWD  CDUP XCUP >
     AllowAll
    </Limit>
    <Limit RNFR RNTO  DELE  RMD XRMD SITE_RMDIR  SITE_CHMOD  SITE_CHGRP  MTDM >
     DenyAll
    </Limit>
    </Directory>
    </Anonymous>
    qualche idea?
    Software is like sex, it's better when it's free (Linus Torvald)
    Powered by Suse 10.1


    www.newzaion.com

  2. #2

    re:

    in che senso "dall'esterno" ?

  3. #3
    dall'esterno intendo da un altro pc... me lo vede solo il pc locale... ftp localhost per intenderci...
    un qualsiasi altro pc non lo vede
    Software is like sex, it's better when it's free (Linus Torvald)
    Powered by Suse 10.1


    www.newzaion.com

  4. #4

    re:

    hai qualche firewall attivo ?

    il ping risponde ?

    prova a testare le porteaperte con nmap

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.