|
||||||||
if your problematic situation is same as below: ftp client - internet (wan) - m0n0wall - lan - ftp server you must do: ftp server - set port range for PASV (eg.20000-20100) m0n0wall - define incoming rules for ftp (open TCP port 21) and PASV (open TCP port range 20000-20100) I use guildftpd, my config is: http://www.kreteni.cz/k5/guildftpd/guildftpd_config_03.gif and my two rules are: pass TCP * * myserver 21 pass TCP * * myserver 20000 - 20200 D.M. ----- Original Message ----- From: "Andy Chan" <andychan at ziptexhk dot com> To: <m0n0wall at lists dot m0n0 dot ch> Sent: Friday, March 26, 2004 5:23 AM Subject: [m0n0wall] FTP Problem I face the problem that I cannot list the files in ftp server. That ftp server is behind the m0n0wall. I think that this is Passive Mode problem. How can I fix this problem ? Best Regards, Andy Chan ZipTex (H.K.) Limited Tel. : 2439 4218 Fax : 2439 4316 Mobile : 9098 5906 |