Im trying to run ISPConfig 3 & Centova Cast on same machine(using Debian Wheezy 32 bits). I follow this steps to change FTP port: http://www.howtoforge.com/forums/showthread.php?t=33456 But I had no success. The Centova FTP works, but the ISPConfig FTP not. Follows the error of FileZilla: Code: Estado: A resolver o endereço de somdomato.com Estado: Conectando IP:2100... Estado: Conexão estabelecida, esperando mensagem de boas-vindas... Resposta: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Resposta: 220-You are user number 1 of 50 allowed. Resposta: 220-Local time is now 12:12. Server port: 2100. Resposta: 220-This is a private system - No anonymous login Resposta: 220-IPv6 connections are also welcome on this server. Resposta: 220 You will be disconnected after 15 minutes of inactivity. Comando: USER somdomato Resposta: 331 User somdomato OK. Password required Comando: PASS ************* Resposta: 230 OK. Current restricted directory is / Comando: SYST Resposta: 215 UNIX Type: L8 Comando: FEAT Resposta: 211-Extensions supported: Resposta: EPRT Resposta: IDLE Resposta: MDTM Resposta: SIZE Resposta: MFMT Resposta: REST STREAM Resposta: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Resposta: MLSD Resposta: AUTH TLS Resposta: PBSZ Resposta: PROT Resposta: UTF8 Resposta: ESTA Resposta: PASV Resposta: EPSV Resposta: SPSV Resposta: ESTP Resposta: 211 End. Comando: OPTS UTF8 ON Resposta: 200 OK, UTF-8 enabled Estado: Conectado Estado: Obtendo lista de pastas... Comando: PWD Resposta: 257 "/" is your current location Comando: TYPE I Resposta: 200 TYPE is now 8-bit binary Comando: PORT 192,168,1,1,236,249 Resposta: 500 I won't open a connection to 192.168.1.1 (only to 189.27.67.62) Comando: PASV Resposta: 227 Entering Passive Mode (IP,84,160) Comando: MLSD Any help is welcome!
FileZilla is showing this line: Code: Erro: The data connection could not be established: ETIMEDOUT - Connection attempt timed out Code: [root@zeus ~]:# netstat -tunlap | grep 2100 tcp 0 0 0.0.0.0:2100 0.0.0.0:* LISTEN 2635/pure-ftpd (SER tcp 0 0 199.175.52.223:2100 189.59.122.36:52767 ESTABLISHED 5904/pure-ftpd (IDL tcp 1 0 199.175.52.223:2100 189.59.122.36:52762 CLOSE_WAIT 5901/pure-ftpd (IDL tcp 1 0 199.175.52.223:2100 189.59.122.36:52700 CLOSE_WAIT 5876/pure-ftpd (IDL tcp6 0 0 :::2100 :::* LISTEN 2635/pure-ftpd (SER Any help is welcome.