FTP server unavailable from local network?

My router does not have a firewall built in, and ports 20 and 21 are forwarded to the correct internal IP.
On my desktop, Filezilla server has been permitted through Windows Firewall.
I also disabled my firewall and tried connecting, to no avail.
 
Last edited:
Do you have a custom port range defined under the Passive Mode Settings?

Most routers nowadays have firewalls btw...unless it's an extremely old one..
 
I bought it maybe six months ago, but I'm not seeing an option labeled "firewall" or anything of the sort. No custom port range on the server, either.
 
Last edited:
It looks like your external IP is trying to connect locally.... Make sure the "don't use external IP for local connections" is checked as well.

Here's my log, connecting locally:
Code:
(000004)1/21/2015 19:50:47 PM - (not logged in) (192.168.1.181)> Connected, sending welcome message...
(000004)1/21/2015 19:50:47 PM - (not logged in) (192.168.1.181)> 220-FileZilla Server version 0.9.41 beta
(000004)1/21/2015 19:50:47 PM - (not logged in) (192.168.1.181)> 220 One does not simply FTP into Mordor!
(000004)1/21/2015 19:50:47 PM - (not logged in) (192.168.1.181)> USER <username>
(000004)1/21/2015 19:50:47 PM - (not logged in) (192.168.1.181)> 331 Password required for <username>
(000004)1/21/2015 19:50:47 PM - (not logged in) (192.168.1.181)> PASS *******
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 230 Logged on
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> SYST
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 215 UNIX emulated by FileZilla
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> FEAT
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 211-Features:
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  MDTM
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  REST STREAM
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  SIZE
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  MLST type*;size*;modify*;
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  MLSD
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  UTF8
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  CLNT
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)>  MFMT
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 211 End
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> PWD
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 257 "/" is current directory.
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> TYPE I
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 200 Type set to I
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> PASV
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 227 Entering Passive Mode (192,168,1,20,216,46)
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> MLSD
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 150 Connection accepted
(000004)1/21/2015 19:50:47 PM - <username> (192.168.1.181)> 226 Transfer OK
 
Ah, you do connect to the server, I didn't think you got that far.

It looks to be something with your passive settings, and port forwarding.

Your log resembles mine when I had issues because of improper forwarding.

What router do you have?
 
I bought it maybe six months ago, but I'm not seeing an option labeled "firewall" or anything of the sort. No custom port range on the server, either.

Can almost guarantee you have a firewall somewhere built into the router.

Define a custom port range, and then forward that range on your router as well.

Or just put your server's IP in your router DMZ setting.
 
What router do you have?
Netgear C3700

Can almost guarantee you have a firewall somewhere built into the router.

Define a custom port range, and then forward that range on your router as well.

Or just put your server's IP in your router DMZ setting.

Never saw any options or settings labeled thusly, but alright.
I'll try the DMZ setting before trying the custom port range this afternoon.
 
Not sure if it's been mentioned before but you'll need to forward a range of ports for FZ...
The port in this case can be taken from here:
Entering Passive Mode (192,168,0,100,219,249)
It would be the last two, 219 and 249
219*256+249 = 56613

You'll need to set a port range from like 50000 to 60000 or set a restricted port range on the server
 
Back
Top Bottom