• Need help with getting FileZilla FTP server back online
    4 replies, posted
I've been having some difficulty in getting a FileZilla FTP server back online after I flashed my router with DD-WRT. However, I've been having some difficulty. Namely, when I test it with a tester, I get the following: [CODE]Reply: 331 Password required for <username> Command: PASS <password> Reply: 230 Logged on Command: SYST Reply: 215 UNIX emulated by FileZilla Command: FEAT Reply: 211-Features: Reply: MDTM Reply: REST STREAM Reply: SIZE Reply: MLST type*;size*;modify*; Reply: MLSD Reply: UTF8 Reply: CLNT Reply: MFMT Reply: 211 End Command: PWD Reply: 257 "/" is current directory. Status: Current path is / Command: TYPE I Reply: 200 Type set to I Command: PASV Reply: 421 Could not create socket. Error: PASV command failed[/CODE] I waged a similar war with my router's stock firmware a few moons ago, but after flipping enough switches, it eventually worked. Here's the DD-WRT configuration I have: [t]http://i.imgur.com/btBNmys.png[/t] I made exceptions in Windows Firewall both inbound and outbound: [t]http://i.imgur.com/RrvMUdo.png[/t] [t]http://i.imgur.com/8xcGPRZ.png[/t] The AV I have (avast!) doesn't have its own firewall (since I'm using the free version). I do however have a global exclusion for the FileZilla server directory. The router I'm using is a D-Link DIR-825. Also running 64-bit Win7 if that matters. Any help?
Attempted active mode, the directory listing works, but when attempting to grab a file: "425 Can't open data connection" [editline]20th July 2013[/editline] Disabling Windows Firewall didn't work either, so I'm thinking router issue.
Pretty sure FileZilla ftp server operates at port 21 by default. Could be worth trying to port forward that too. [editline]21st July 2013[/editline] Or just set DMZ host to: 192.168.1.100
Yeah that's right. You'll need to open port 20 and 21 which both separately pass data and commands. Oh and 989 and 990 for TSL/SSL connections.
[QUOTE=Hizan;41541563]Yeah that's right. You'll need to open port 20 and 21 which both separately pass data and commands. Oh and 989 and 990 for TSL/SSL connections.[/QUOTE] [QUOTE=Miz;41539528]Pretty sure FileZilla ftp server operates at port 21 by default. Could be worth trying to port forward that too. [editline]21st July 2013[/editline] Or just set DMZ host to: 192.168.1.100[/QUOTE] I'll try opening 20/21 and 989/990 and add those to the exceptions I've got. Will attempt DMZing my machine as last resort.
Sorry, you need to Log In to post a reply to this thread.