nobaloney
NoBaloney Internet Svcs - In Memoriam †
That error means the script couldn't download the files. Check the script to see where it's trying to get them from.
Jeff
Jeff
Roark,
I will see if I can replicate this on one of my machines. In the mean time, I can take a look at your server if you would like. If you're interested in having me set the software up on your server please contact me at the email address in my signature.
Jeff will have to chime in here. I was not aware that KISS disabled passive mode FTP.
You're in the wrong thread; you might want to repost in a FreeBSD thread. The firewalls discussed here are for the Linux kernel.I'm running FreeBSD on my server allmost 2 years. Without problems.
And now someone started Ddos attacks on my server.
Could you give me a piece of advice how to protect FreeBSD server from Ddos attacks?
http://www.configserver.com/free/csf/readme.txtI'm sorry, I don't understand your question.
Lol...ok...thank youNo. CSF is a firewall. It blocks traffic to ports other than the ones you specify, limits connections, and etc. You can set it to block the FTP ports, but it does not do that by default.
13. A note about FTP over TLS/SSL
#################################
This will usually fail when using an SPI firewall. This is because of the way
the FTP protocol established a connection between client and server. iptables
fails to establish a related connection when using FTP over SSL because the
FTP control connection is encrypted and so cannot track the relationship
between the connection and the allocation of an ephemeral port.
If you need to use FTP over SSL, you will have to open up a passive port block
in both csf and your FTP server configuration. An example for this is provided
in csf.conf for the description of the MONOLITHIC_KERNEL setting.
Perversely, this makes your firewall less secure, while trying to make FTP
connections more secure.