Control Web Panel

WebPanel => Information => Topic started by: Namaste on March 22, 2021, 10:20:44 PM

Title: Filezilla not connecting
Post by: Namaste on March 22, 2021, 10:20:44 PM
Filezilla is not connecting with ANY of my cwp servers.
Title: Re: Filezilla not connecting
Post by: Namaste on March 23, 2021, 12:14:17 AM
ssh server shutdown after nightly update.
Title: Re: Filezilla not connecting
Post by: Xtended2404 on March 23, 2021, 11:07:18 AM
SSH solution:
In admin panel > CSF Firewall > Firewall configuration add your sshd port in  TCP_IN and TCP_OUT fields.
The restart firewall (csf -r) from the Admin Terminal - Simple Terminal.

Pure-FTPD solution
In console: nano /etc/pure-ftpd/pure-ftpd.conf.
Uncoment PassivePortRange 30000 50000
Uncoment ForcePassiveIp "your static IP address"

Restart pure-ftpd   service pure-ftpd restart


P.S. Don't forget to add 30000:5000 in CSF Configuration (TCP_IN and TCP_out)

In filezilla client , set the FTP Connection to Passive (recommended)
Edit>Settings>FTP>Passive
Title: Re: Filezilla not connecting
Post by: Namaste on March 23, 2021, 02:41:52 PM
SSH solution:
In admin panel > CSF Firewall > Firewall configuration add your sshd port in  TCP_IN and TCP_OUT fields.
The restart firewall (csf -r) from the Admin Terminal - Simple Terminal.

Pure-FTPD solution
In console: nano /etc/pure-ftpd/pure-ftpd.conf.
Uncoment PassivePortRange 30000 50000
Uncoment ForcePassiveIp "your static IP address"

Restart pure-ftpd   service pure-ftpd restart


P.S. Don't forget to add 30000:5000 in CSF Configuration (TCP_IN and TCP_out)

In filezilla client , set the FTP Connection to Passive (recommended)
Edit>Settings>FTP>Passive

Yeh....I don't think so.
Title: Re: Filezilla not connecting
Post by: Xtended2404 on March 23, 2021, 05:19:42 PM
What does sshd and pure-ftpd error log show?
Title: Re: Filezilla not connecting
Post by: Igor S. on April 02, 2021, 10:05:38 PM
That is weird, but a lot of servers with CentOS have the problem with SSH stopped.
Title: Re: Filezilla not connecting
Post by: carlmiller on April 28, 2021, 06:05:11 AM
I dont have this issue at all, maybe it's os specific.