Benvenuto nella nostra community, registra un account gratuito ADESSO!
Oltre 7000 persone hanno già registrato il loro account. Chiedi aiuto, conversa con aziende ed esperti del settore webhosting italiano.
Iscriviti subito! In meno di 2 minuti!




Risultati da 1 a 6 di 6
  1. #1
    HTastinator
    Data Registrazione
    May 2006
    Messaggi
    306

    Aruba Vps: modalità accesso ftp

    Alle prese con i test sulla mia Aruba Vps ho notato una cosa un po particolare che non so se dipende dalle ormai note limitazioni imposte dal provider oppure se occorre modificare qualche configurazione.

    Il problema riguarda l'accesso FTP. Praticamente da browser non si accede (timeout) e anche da client ci sono problemi. Smanettando un po con il CuteFTP ho notato che il primo tentativo di connessione lo fa in modalità PASV. Fallendo questo tentativo ritenta in modalità PORT ed ecco che riesce ad entrare ed è pure velocissimo. Impostando la modalità PORT di defaul per il dominio accede subito.

    Però la cosa non mi sembra logica perchè in molto vogliono poter entrare da browser oppure usano client ftp meno evoluti del Cute che non hanno quella modalità di accesso (es. Filezilla).

    Chi mi aiuta a capire? GRAZIE!
    ..ooOO UoMo ChE PeNsA OOoo..



  2. #2
    Nuovo utente
    Data Registrazione
    Mar 2008
    Messaggi
    5

    Re: Aruba Vps: modalità accesso ftp

    si devi cambiare una stringa del proftpd del file di configurazione del tuo vps...una cosa del genere da aggiungere:

    PassivePorts 49152 65534

    il file di configurazione lo trovi qui: usr/local/etc/proftpd.conf entrando dal virtuozzo

  3. #3
    HTastinator
    Data Registrazione
    May 2006
    Messaggi
    306

    Re: Aruba Vps: modalità accesso ftp

    Premetto che il file PROFTPD.CONF l'ho trovato in /etc e non nel percorso indicato.

    Il contenuto del file è il seguente e non so dove mettere la stringa da te gentilmente indicata:

    #
    # To have more informations about Proftpd configuration
    # look at : http://www.proftpd.org/
    #
    # 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"
    #ServerType standalone
    ServerType inetd
    DefaultServer on
    <Global>
    DefaultRoot ~ psacln
    AllowOverwrite on
    </Global>
    DefaultTransferMode binary
    UseFtpUsers 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
    # 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
    #Following part of this config file were generate by PSA automatically
    #Any changes in this part will be overwritten by next manipulation
    #with Anonymous FTP feature in PSA control panel.
    #Include directive should point to place where FTP Virtual Hosts configurations
    #preserved
    ScoreboardFile /var/run/proftpd/scoreboard
    # Primary log file mest be outside of system logrotate province
    TransferLog /usr/local/psa/var/log/xferlog
    #Change default group for new files and directories in vhosts dir to psacln
    <Directory /var/www/vhosts>
    GroupOwner psacln
    </Directory>
    # Enable PAM authentication
    AuthPAM on
    AuthPAMConfig proftpd
    IdentLookups off
    UseReverseDNS off
    AuthGroupFile /etc/group
    Include /etc/proftpd.include
    ..ooOO UoMo ChE PeNsA OOoo..

  4. #4
    HTastinator
    Data Registrazione
    May 2006
    Messaggi
    306

    Re: Aruba Vps: modalità accesso ftp

    RISPOSTA DI ARUBA:
    per accedere in modalità passiva è necessario che client e server comunichino attraverso il range di porte 50000 - 50500, quindi anche le porte locali devono avere questa regola.
    Tramite impostazione della modalità attiva si supera il problema del firewall - tale modalità è attivabile su tutti i client FTP.


    Non mi è chiaro! Sono l'unico ad avere questo problema? Nessuno utilizza client ftp obsoleti o accesso da browser?

    Qualche idea?
    ..ooOO UoMo ChE PeNsA OOoo..

  5. #5
    Provider L'avatar di Shazan
    Data Registrazione
    Apr 2006
    Località
    Catania
    Messaggi
    1,680

    Re: Aruba Vps: modalità accesso ftp

    Guarda che anche i browser hanno la possibilità di impostare la modalità attiva, e non ho mai visto un client FTP che non avesse questa impostazione, a meno che non parli di programmi di oltre 10 anni fa...
    Hosting, server dedicati, registrazione domini, VPS
    http://www.noamweb.com - http://www.webhostingperte.com

  6. #6
    HTastinator
    Data Registrazione
    May 2006
    Messaggi
    306

    Re: Aruba Vps: modalità accesso ftp

    Non sapevo di questa cosa perchè finora mi è sempre bastato impostare host, user e password per collegarmi.

    Ho trovato ora l'opzione "Attiva modalità passiva per compatibilità con alcuni firewall" all'interno delle opzioni del browser ed in effetti se tolgo la spunta funziona!

    Ora devo trovare questa opzione in CuteFTP e FileZilla...
    ..ooOO UoMo ChE PeNsA OOoo..

Discussioni Simili

  1. VPS Aruba - accesso mysql
    Di Topolino nel forum VPS - Virtual Private Server
    Risposte: 4
    Ultimo Messaggio: 15-11-2011, 13:34
  2. Aruba e Accesso ssh
    Di davide.gurgone nel forum VPS - Virtual Private Server
    Risposte: 35
    Ultimo Messaggio: 25-01-2011, 01:03
  3. Problema accesso cartella sito VPS Aruba Linux
    Di fabio-x nel forum VPS - Virtual Private Server
    Risposte: 4
    Ultimo Messaggio: 13-01-2011, 20:01
  4. VPS Aruba - FTP server, modalità passiva e Windows firewall
    Di chen nel forum VPS - Virtual Private Server
    Risposte: 5
    Ultimo Messaggio: 06-05-2008, 17:59
  5. Vps Linux Aruba , accesso al phpmyadmin senza passare dal plesk
    Di matrix845 nel forum Shared e Managed Webhosting
    Risposte: 5
    Ultimo Messaggio: 14-03-2008, 15:48

Informazioni Discussione

Utenti che Stanno Visualizzando Questa Discussione

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Tag per Questa Discussione

Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •