ispCP - Board - Support
[ProFTPd] Can't connect ? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: [ProFTPd] Can't connect ? (/thread-1054.html)



[ProFTPd] Can't connect ? - Ryuuku - 07-26-2007 10:57 PM

Hi .. Smile

I would like to know if proftpd works well ?

I've created a FTP user : fonzi@mail.fullhost.fr

With Flash FXP , i tried to connect with
- IP : hagen.hd.free.fr user : fonzi pass : xxxx
- IP : 192.168.0.194 user : fonzi@mail.fullhost.fr pass : xxxx

Can't connect each time : => connexion lost :/

Does it work well with your servers IspCP-Team ?

Config :
- Daily Snapshot 18/07/2007
- Debian-etch

Ryu ! Smile


RE: [ProFTPd] Can't connect ? - BeNe - 07-26-2007 11:11 PM

Try it directly on your Server to connect, to be sure that this is no Firewall problem. Then take a look at your proftpd logfile for more infos.
FTP should work. No testes with the current trunk but there was no change since my Version.

Greez BeNe


RE: [ProFTPd] Can't connect ? - Ryuuku - 07-26-2007 11:25 PM

There's a smal trouble ... Wink

My log :
Code:
syslog:Jul 26 16:48:33 egroupware proftpd[13552]: egroupware.hagen.hd.free.fr - error setting IPV6_V6ONLY: Protocol not available
syslog:Jul 26 16:48:33 egroupware proftpd[13552]: egroupware.hagen.hd.free.fr - Failed binding to ::, port 21: Address already in use
syslog:Jul 26 16:48:33 egroupware proftpd[13552]: egroupware.hagen.hd.free.fr - Check the ServerType directive to ensure you are configured correctly.

During the installation of IspCP ... i choose inetd for the proftpd configuration .. ..

I opened /etc/proftpd/proftpd.conf file to verify ServerType paramater .... and this parameter was to "standalone" instead "inetd" ( as i chose during ispcp install )


.. I modify standalone to inetd ... try another time to connect into the ftp server ... and success Wink It works !

Maybe i have to open a ticket ? for this trouble standalone <=> inetd ?
( Thx for your advises Bene )

Ryu Wink


RE: [ProFTPd] Can't connect ? - BeNe - 07-26-2007 11:30 PM

Code:
Failed binding to ::, port 21: Address already in use
Was there a old the FTP-Server running ?
Why don´t you set Daemon ? Any reasons ?

Greez BeNe[/code]


RE: [ProFTPd] Can't connect ? - Ryuuku - 07-26-2007 11:39 PM

Was there a old the FTP-Server running ?

I don't think .. it's maybe because i was trying to connect ftp server on the server ... and the other computer ... Flash FXP was trying to reconnect to ^^


Why don´t you set Daemon ? Any reasons ?
Daemon = Standalone ? No particulary reason i set it to Inetd ^^ .. i thought it would be better ... ^^

Ryu !


RE: [ProFTPd] Can't connect ? - BeNe - 07-27-2007 12:59 AM

Then you should follow the Docu next time Wink
But it should both work.

Code:
Failed binding to ::, port 21: Address already in use
This Message is really clear - there was an other Server running on this Port.
But when it´s work now Big Grin

Greez BeNe[/code]


RE: [ProFTPd] Can't connect ? - Ryuuku - 07-27-2007 01:04 AM

oki for the doc :$
Tongue

Thanx Bene for your help Wink

Ryu !


RE: [ProFTPd] Can't connect ? - BeNe - 07-27-2007 01:10 AM

No Problem! Have fun with ispCP Omega

Greez BeNe


RE: [ProFTPd] Can't connect ? - raphael - 07-27-2007 05:39 AM

Don't use it as inetd, it will cause you a lot of security problems.

If you don't have IPv6 enabled then comment/strip/remove/whatever the IPv6 info from /etc/hosts


RE: [ProFTPd] Can't connect ? - Ryuuku - 07-27-2007 06:16 PM

Oki ! Thx a lot for infos !
I will go to modify my script ; )

Thx !
Ryu Smile