| Linode Forum https://forum.linode.com/ |
|
| Firehol and vsFTPd https://forum.linode.com/viewtopic.php?f=19&t=2349 |
Page 1 of 1 |
| Author: | tofu [ Sat Jul 01, 2006 8:05 am ] |
| Post subject: | Firehol and vsFTPd |
I'm securing my linode. I'm using Firehol. But I don't manage to get vsFTPd working trough the firewall. Here is my firehol.conf: Code: version 5 It works when I add "server all accept", but without accepting all the server connections, it hangs when setting the passive connection to get the dirlist: Quote: Response: 200 Switching to ASCII mode. Command: PASV Response: 227 Entering Passive Mode (70,85,129,231,178,79) Command: LIST -a Error: Timeout detected! Error: Could not retrieve directory listing Some vsftpsettings: Code: listen=YES (So I want passive sftp) I know that port 20 (ftp-data), 21 and a lot of high-number ports need to be free.. But when I open port 20 with "server custom ftp-data tcp/21 default accept" it still doesn't work.. On the official firehol website I only found this: Quote: Server Ports many
Client Ports many Note: The FTP service matches both active and passive FTP connections by utilizing the FTP connection tracker kernel module. I'm running Debian Small Unstable.. Could some give me a hint what to do? Thanks in advantage! |
|
| Author: | tofu [ Sat Jul 01, 2006 11:14 am ] |
| Post subject: | |
Fixed vsFTPd Code: pasv_min_port=6000 Firehol Code: server custom ftprange "tcp/6000:6100" default accept I should have know that earlier |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|